@charset "UTF-8";
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mob-step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1200px) {
  .mob-noflex {
    display: block !important;
  }
  .mob-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .my-recent-container-mob {
    display: none;
  }
  .per-tag {
    background: rgba(40, 46, 72, 0.04) 0% 0% no-repeat padding-box;
    padding: 5px 16px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font: normal normal 500 12px/16px Roboto;
    letter-spacing: 0;
    color: #282E48;
  }
  .per-tag:hover {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
  }
  .per-tag.active {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(139, 61, 255, 0.2);
    color: rgb(139, 61, 255);
    font: normal normal 900 12px/14px Roboto;
  }
  .dance-style-box {
    margin-top: 16px;
  }
  .dance-style-toolbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }
  .step2-text {
    white-space: nowrap;
  }
  .gen-container {
    padding-bottom: 40px;
  }
  .clip_video_container {
    height: 100%;
    position: relative;
    display: none;
  }
  .clip_video_container .play-icon {
    width: 64px;
    position: absolute;
    height: 64px;
    left: calc(50% - 32px);
    z-index: 11;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    top: calc(50% - 32px);
    display: inline-block;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/btn_play_normal.svg") no-repeat center;
    background-size: 100% 100%;
  }
  .clip_video_container .play-icon:hover {
    opacity: 0.8;
  }
  .clip_video_container .clip_video {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
  }
  .mid-transform-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 6px 6px;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    height: 80px;
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mid-transform-info .mid-img {
    width: 24px !important;
    height: 24px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mid-transform-info .text_wt {
    margin-left: 10px;
  }
  .mid-transform-info .text_wt p:nth-child(1) {
    color: white;
    font: normal normal bold 14px/18px Poppins;
    margin: 0;
  }
  .mid-transform-info .text_wt p:nth-child(2) {
    color: white;
    margin: 0;
    font: normal normal 300 12px/18px Poppins;
  }
  .upLoad__motion_tips {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content {
    position: relative;
    width: 740px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 20px;
    padding: 24px 32px 40px;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 24px;
    cursor: pointer;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .close:hover {
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_normal.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-title {
    font: normal normal 500 20px/26px Poppins;
    letter-spacing: 0px;
    color: #1e1f22;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-desc {
    font: normal normal normal 14px/19px Poppins;
    letter-spacing: 0;
    color: #656c86;
    margin-top: 8px;
    opacity: 0.7;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont {
    width: 672px;
    height: 272px;
    background: rgba(238, 26, 61, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 2px solid #ee1a3d;
    border-radius: 6px;
    padding: 14px;
    margin-top: 12px;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont .title {
    font: normal normal 500 14px/19px Roboto;
    letter-spacing: 0px;
    color: #d51232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont .title img {
    margin-right: 8px;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont .desc {
    font: normal normal normal 12px/16px Roboto;
    letter-spacing: 0px;
    color: #282e48;
    margin-top: 8px;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .upload_btn {
    width: 218px;
    height: 42px;
    margin: 32px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent -webkit-gradient(linear, right top, left top, from(rgb(76, 21, 226)), to(rgb(139, 61, 255))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, rgb(76, 21, 226) 0%, rgb(139, 61, 255) 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal 500 14px/19px Poppins;
    color: #ffffff;
    cursor: pointer;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .upload_btn:hover {
    opacity: 0.6;
  }
  .upLoad__box__tips {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .upLoad__box__tips .upLoad__box__tips_content {
    position: relative;
    width: 740px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 20px;
    padding: 24px 32px 40px;
  }
  .upLoad__box__tips .upLoad__box__tips_content .close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 24px;
    cursor: pointer;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__box__tips .upLoad__box__tips_content .close:hover {
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_normal.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-title {
    font: normal normal 500 20px/26px Poppins;
    letter-spacing: 0px;
    color: #1e1f22;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-desc {
    font: normal normal normal 14px/19px Poppins;
    letter-spacing: 0;
    color: #656c86;
    margin-top: 8px;
    opacity: 0.7;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
    border-radius: 6px;
    padding: 12px 0px;
    width: 328px;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title {
    padding: 0 14px;
    font: normal normal 500 14px/19px Poppins;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title img,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .desc,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .desc {
    padding: 0 14px;
    font: normal normal normal 12px/16px Poppins;
    color: rgb(40, 46, 72);
    margin-top: 8px;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list {
    margin-top: 10px;
    padding: 0 8px;
    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;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item {
    background: #fff;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item.mb,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item.mb {
    display: none;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item img,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item img {
    width: 100px;
    height: 176px;
    vertical-align: middle;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good {
    background: rgba(0, 144, 69, 0.2) 0% 0% no-repeat padding-box;
    border: 2px solid #009045;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .desc {
    color: rgb(40, 46, 72);
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title {
    color: #35b528;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
    background: rgba(238, 26, 61, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 2px solid #ee1a3d;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .desc {
    color: rgb(40, 46, 72);
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title {
    color: #ee1a3d;
  }
  .upLoad__box__tips .upLoad__box__tips_content .upload_btn {
    width: 218px;
    height: 42px;
    margin: 32px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent -webkit-gradient(linear, right top, left top, from(rgb(76, 21, 226)), to(rgb(139, 61, 255))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, rgb(76, 21, 226) 0%, rgb(139, 61, 255) 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal 500 14px/19px Poppins;
    color: #ffffff;
    cursor: pointer;
  }
  .upLoad__box__tips .upLoad__box__tips_content .upload_btn:hover {
    opacity: 0.6;
  }
  .select-drop {
    height: 180px;
    overflow-y: auto;
    /* 自定义滚动条轨道 */
    /* 自定义滚动条的滑块（thumb） */
  }
  @-moz-document url-prefix() {
    .select-drop {
      scrollbar-color: #9b9fab;
      scrollbar-width: thin;
    }
  }
  .select-drop::-webkit-input-placeholder {
    color: #9b9fab;
    font: normal normal normal 12px/16px Poppins;
  }
  .select-drop::-webkit-scrollbar {
    width: 4px; /* 滚动条宽度 */
    height: 10px;
  }
  .select-drop::-webkit-scrollbar-track {
    background: transparent; /* 轨道颜色 */
  }
  .select-drop::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #dee0e5; /* 滑块颜色 */
  }
  .select-drop::-webkit-scrollbar-thumb:hover {
    background: #3a3944; /* 滑块颜色 */
  }
  .select-drop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 10px;
    cursor: pointer;
    margin: 6px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    border-radius: 4px;
  }
  .select-drop-item.active-hover {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
  }
  .select-drop-item.active-hover .active-icon {
    display: inline-block;
  }
  .select-drop-item:hover {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
  }
  .select-drop-item .item-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_play.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .select-drop-item .item-icon.active {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_pause.svg") no-repeat center;
    background-size: contain;
  }
  .select-drop-item .active-icon {
    display: none;
    position: absolute;
    left: 8px;
    width: 12px;
    height: 12px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_select.svg") no-repeat center;
    background-size: contain;
  }
  .select-drop-item .blank {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .select-drop-item .no-bgm {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .select-drop-item.active-play .play-icon {
    display: block;
  }
  .select-drop-item .play-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/polang.gif") no-repeat center;
    background-size: contain;
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 9px;
  }
  .select-drop-item p {
    text-align: left;
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0px;
    color: #282e48;
    margin-left: 15px;
  }
  .dance-style {
    margin-top: 17px;
    position: relative;
  }
  .dance-style .right-line {
    position: absolute;
    height: 350px;
    width: 1px;
    border-right: 2px dashed #e9ecf6;
    left: -45px;
    top: -32px;
  }
  .dance-style.disabled {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    pointer-events: none;
  }
  .dance-style-tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dance-style-tt-li {
    width: 5px;
    height: 5px;
    /* UI Properties */
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 16px;
    display: inline-block;
  }
  .dance-style-tt-text {
    text-align: left;
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0;
    color: #656c86;
    margin-left: 8px;
  }
  .dance-style-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* 针对火狐浏览器滚动条修改 */
    /* 自定义滚动条轨道 */
    /* 自定义滚动条的滑块（thumb） */
  }
  @-moz-document url-prefix() {
    .dance-style-box {
      scrollbar-color: #3e3f43;
      scrollbar-width: thin;
    }
  }
  .dance-style-box::-webkit-input-placeholder {
    color: #9b9fab;
    font: normal normal normal 12px/16px Poppins;
  }
  .dance-style-box::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
  }
  .dance-style-box::-webkit-scrollbar-track {
    background: transparent; /* 轨道颜色 */
  }
  .dance-style-box::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #dee0e5 0% 0% no-repeat padding-box;
  }
  .dance-style-box::-webkit-scrollbar-thumb:hover {
    background: #3a3944; /* 滑块颜色 */
  }
  .dance-style-box .upload-dance-style {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px dashed #a1a4b3;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 166px;
    width: 126px;
    margin-top: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
  }
  .dance-style-box .upload-dance-style.loading p {
    display: none;
  }
  .dance-style-box .upload-dance-style.loading i {
    content: "";
    margin-bottom: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_laoding.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dance-style-box .upload-dance-style p {
    color: #8a3dfd;
    font: normal normal 500 12px/16px Roboto;
  }
  .dance-style-box .upload-dance-style i {
    content: "";
    margin-bottom: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_upload.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .dance-style-box .upload-dance-style:hover {
    border: 1px dashed #8b3dff;
    background: rgba(139, 61, 255, 0.0588235294) 0% 0% no-repeat padding-box;
  }
  .dance-style-box-item {
    width: 126px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
  }
  .dance-style-box-item.active img {
    border: 2px solid #8b3dff;
  }
  .dance-style-box-item.active video {
    border: 2px solid #8b3dff;
  }
  .dance-style-box-item img {
    height: 166px;
    cursor: pointer;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    padding: 3px;
  }
  .dance-style-box-item img:hover {
    border: 2px solid #282e48;
  }
  .dance-style-box-item img.active {
    border: 2px solid #8b3dff;
  }
  .dance-style-box-item video {
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 166px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dance-style-box-item video:hover {
    border: 2px solid #282e48;
  }
  .dance-style-box-item video.active {
    border: 2px solid #8b3dff;
  }
  .dance-style-box-item p {
    text-align: center;
    font: normal normal normal 14px/19px Roboto;
    letter-spacing: 0;
    color: #39325A;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dance-style-box-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .target-img-box {
    border: 2px solid transparent;
    cursor: pointer;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .target-img-box img {
    width: 72px;
    min-height: 72px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .target-img-box:hover {
    border: 2px solid #282e48 !important;
  }
  .select-img-box {
    gap: 10px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 6px;
  }
  .step2-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
  .step2-item .circular {
    margin-right: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /* UI Properties */
    background: #39325a 0% 0% no-repeat padding-box;
  }
  .step2-item .target-upload-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: initial;
    width: 72px;
    height: 72px;
    border: 2px dashed #a1a4b3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    border-radius: 50%;
    background: white;
  }
  .step2-item .target-upload-btn.loading {
    background-color: rgba(139, 61, 255, 0.06);
    border: 2px dashed #8b3dff;
  }
  .step2-item .target-upload-btn.loading i {
    display: inline-block;
  }
  .step2-item .target-upload-btn.loading::before {
    display: none;
  }
  .step2-item .target-upload-btn.loading p {
    display: none;
  }
  .step2-item .target-upload-btn p {
    font: normal normal 500 10px/16px Poppins;
    color: #8b3dff;
  }
  .step2-item .target-upload-btn i {
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_laoding.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .step2-item .target-upload-btn::before {
    content: "";
    margin-bottom: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_upload.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .step2-item .target-upload-btn:hover {
    background-color: rgba(139, 61, 255, 0.06);
    border: 2px dashed #8b3dff;
  }
  .dancer-changer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dancer-changer-container .dancer-side-wrapper {
    width: 480px;
    padding: 16px;
    border-radius: 12px;
    background: white;
    margin-left: 32px;
    position: relative;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tool_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tab-item {
    position: relative;
    color: #282e48;
    font: normal normal 500 16px/21px Roboto;
    cursor: pointer;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tab-item.active {
    color: #8b3dff;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tab-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background-color: #8b3dff;
    border-radius: 4px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-box {
    margin-top: 32px;
    background: rgba(40, 46, 72, 0.06) 0% 0% no-repeat padding-box;
    height: calc(100vh - 230px - 21px - 46px);
    min-height: 660px;
    border-radius: 8px;
    overflow-y: auto;
  }
  .dancer-changer-container .dancer-side-wrapper .step-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dancer-changer-container .dancer-side-wrapper .step-box .step-operation-title {
    margin-right: 10px;
    font: normal normal 500 14px/19px Poppins;
    letter-spacing: 0px;
    color: #282e48;
    margin-left: 8px;
  }
  .dancer-changer-container .dancer-side-wrapper .step-box .step {
    width: 32px;
    height: 33px;
    font-style: italic;
    background: transparent linear-gradient(131deg, #8b3dff 0%, #561df1 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container {
    border-radius: 8px;
    min-height: 221px;
    padding: 12px;
    overflow: hidden;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container.loading {
    opacity: 0.6;
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content {
    margin-top: 8px;
    color: white;
    width: 100%;
    cursor: pointer;
    height: 134px;
    background-size: 100% 100%;
    position: relative;
    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;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .right-line {
    position: absolute;
    height: 200px;
    width: 1px;
    border-right: 2px dashed #e9ecf6;
    left: -45px;
    top: 24px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .show-img-loading {
    width: 44px;
    height: 64px;
    left: calc(50% - 22px);
    top: calc(50% - 32px);
    position: absolute;
    z-index: 7;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .show-img-loading img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .show-img-loading .loading-text {
    font: normal normal 500 14px/19px Poppins;
    color: #656c86;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content {
    cursor: pointer;
    border: 1px dashed #a1a4b3;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content:hover {
    border: 2px dashed #8b3dff;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content.filter {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .drop-content {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    font: normal normal normal 16px/21px Poppins;
    color: #1e1f22;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .drop-content.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .title-upload-title {
    font: normal normal 500 14px/19px Poppins;
    letter-spacing: 0px;
    color: #282e48;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .title-upload {
    font: normal normal normal 14px/19px Poppins;
    letter-spacing: 0px;
    color: #a1a4b3;
    margin-top: 10px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .dec-upload {
    color: #6f6f6f;
    font-size: 13px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content {
    width: 100%;
    height: 134px;
    position: relative;
    background: white;
    margin-top: 8px;
    display: none;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e9ecf6;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .right-line {
    position: absolute;
    height: 200px;
    width: 1px;
    border-right: 2px dashed #e9ecf6;
    left: -46px;
    top: 23px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content.disabled {
    pointer-events: none;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .show-img-loading {
    width: 44px;
    height: 64px;
    left: calc(50% - 22px);
    top: calc(50% - 32px);
    position: absolute;
    z-index: 7;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .show-img-loading img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .show-img-loading .loading-text {
    font: normal normal normal 12px/16px Poppins;
    letter-spacing: 0px;
    color: #282e48;
    margin-top: 6px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content #show-img-clip {
    height: 100%;
    max-width: 270px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content #show-img-clip.filter {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .close-img-clip {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_close _red.svg") no-repeat center;
    background-size: 100% 100%;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .close-img-clip:hover {
    opacity: 0.71;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .random-text {
    text-decoration: underline;
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0;
    color: #8b3dff;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 8px;
    cursor: pointer;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .random-text i {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_random.svg") no-repeat center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .random-text.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .select-img {
    border: 2px solid #8b3dff !important;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container {
    border-radius: 8px;
    min-height: 321px;
    padding: 0 0 20px 0px;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container.loading {
    opacity: 0.6;
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-img-box {
    gap: 10px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 6px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .target-img-box:hover {
    border: 2px solid #8b3dff;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .step2-operate-box {
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    margin-left: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box {
    position: relative;
    width: 200px;
    height: 100%;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container {
    cursor: pointer;
    position: relative;
    width: 201px;
    height: 36px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12px;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container:hover {
    border: 1px solid #8b3dff;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container.active {
    border: 1px solid #8b3dff;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container.active .select-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container .select-text {
    margin-left: 28px;
    font: normal normal 500 13px/20px Poppins;
    letter-spacing: 0px;
    color: #282E48;
    opacity: 1;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container .select-icon {
    display: block;
    height: 18px;
    width: 18px;
    background: url(../js/self-select/images/icon_drop_down.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 9px;
    right: 10px;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-body {
    position: absolute;
    display: none;
    margin-top: 8px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 200px;
    height: auto;
    padding-bottom: 8px;
    z-index: 9;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
    border-radius: 6px;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-body .select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 34px;
    padding: 0 14px 0 8px;
    color: #39325a;
    cursor: pointer;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-body .select-item:hover {
    background-color: #f1eafc;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .step2-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .step2-item .circular {
    margin-right: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /* UI Properties */
    background: #39325a 0% 0% no-repeat padding-box;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .step2-item .target-upload-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #372f5c;
    font-size: 13px;
    color: #ffffff;
    overflow: initial;
    width: 72px;
    height: 72px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    border-radius: 50%;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .step2-item .target-upload-btn::before {
    content: "";
    margin-bottom: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_upload.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .step2-item .target-upload-btn:hover {
    background-color: #524689;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .generate-btn {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 32px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    position: absolute;
    cursor: pointer;
    bottom: 46px;
    margin: 0 auto;
    background: transparent -webkit-gradient(linear, right top, left top, from(rgb(76, 21, 226)), to(rgb(139, 61, 255))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, rgb(76, 21, 226) 0%, rgb(139, 61, 255) 100%) 0% 0% no-repeat padding-box;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-btn p {
    font: normal normal normal 16px/21px Poppins;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-btn.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .generate-text {
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0px;
    color: rgb(40, 46, 72);
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-text i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_copyright.svg") no-repeat center;
    background-size: 100% 100%;
    margin-right: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper {
    overflow: hidden;
    min-height: 800px;
    height: calc(100vh - var(--gen-header-height) - 16px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border-radius: 12px;
    padding: 40px 52px 32px;
    background-color: #fff;
    margin-left: 16px;
    margin-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .dancer-changer-container .dancer-inner-wrapper {
    padding: 20px 52px 32px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1199px) {
  .dancer-changer-container .dancer-inner-wrapper {
    overflow: hidden;
  }
  .dancer-changer-container .dancer-inner-wrapper {
    min-height: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .finished-btns {
    margin-top: 9px;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    max-height: 40px;
    cursor: pointer;
    padding: 10px 20px;
    background: transparent linear-gradient(91deg, #ff8cc6 0%, #ee600b 100%) 0% 0% no-repeat padding-box;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn:hover {
    opacity: 0.7;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn i {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_btn_crown.svg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn p {
    font: normal normal normal 11px/40px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-left: 16px;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .finished-btn {
    padding: 10px 14px;
    background: rgba(40, 46, 72, 0.06) 0% 0% no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 400 12px/18px Poppins;
    color: #39325a;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 6px;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .finished-btn svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .finished-btn:hover {
    background: rgba(40, 46, 72, 0.12) 0% 0% no-repeat padding-box;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .changer-title {
    text-align: center;
    font: normal normal bold 32px/43px Poppins;
    letter-spacing: 0px;
    color: #282e48;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
  .dancer-changer-container .dancer-inner-wrapper .changer-title {
    font: normal normal bold 24px/43px Poppins;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .changer-text {
    text-align: center;
    font: normal normal normal 16px/22px Poppins;
    letter-spacing: 0px;
    color: #a1a4b3;
    margin-top: 10px;
    width: 95%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
  .dancer-changer-container .dancer-inner-wrapper .changer-text {
    font: normal normal normal 14px/22px Poppins;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container {
    width: 640px;
    max-height: 45vh;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container {
    width: 520px;
    height: 300px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container {
    height: 240px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container.init-state {
    width: 70%;
    height: unset;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container.loading .loading-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container.loading .dance-banner-img {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container .loading-spinner {
    width: 150px;
    height: 96px;
    background: rgba(255, 255, 255, 0.8) 0% 0% no-repeat padding-box;
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 13px;
    display: none;
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container .loading-spinner img {
    width: 32px;
    height: 32px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container .loading-spinner p {
    text-align: center;
    font: normal normal 500 16px/21px Poppins;
    letter-spacing: 0px;
    color: rgb(40, 46, 72);
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .my-recent-container-pc {
    width: -webkit-fill-available;
    position: absolute;
    bottom: 32px;
    height: 188px;
    left: 52px;
  }
  .dancer-changer-container .dancer-inner-wrapper .my-recent-container-pc .title {
    text-align: left;
    font: normal normal bold 16px/21px Poppins;
    letter-spacing: 0;
    color: #282e48;
    margin-bottom: 12px;
  }
  .dancer-changer-container .dancer-inner-wrapper .my-recent-container-pc .recent-inner {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .mob-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .my-recent-container-mob {
    display: block;
  }
  .my-recent-container-pc {
    display: none;
  }
  .dance-style-toolbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.4rem;
    gap: 0.2rem;
  }
  .dance-style-box {
    margin-top: 0.32rem;
    height: 6rem !important;
    overflow: auto;
  }
  .per-tag {
    background: rgba(40, 46, 72, 0.04) 0% 0% no-repeat padding-box;
    padding: 0.12rem 0.2rem;
    border-radius: 0.08rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font: normal normal normal 0.26rem/0.32rem Roboto;
    letter-spacing: 0;
    color: rgb(40, 46, 72);
  }
  .per-tag:hover {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
  }
  .per-tag.active {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(139, 61, 255, 0.2);
    color: rgb(139, 61, 255);
    font: normal normal bold 0.26rem/0.32rem Roboto;
  }
  .mob-filter-select {
    height: 10rem;
    width: 100%;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mob-filter-select .select-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.24rem 0.24rem 0 0.4rem;
  }
  .mob-filter-select .select-title .title {
    font: normal normal normal 0.36rem/0.48rem Poppins;
    letter-spacing: 0;
    color: #a1a4b3;
  }
  .mob-filter-select .select-title .close-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_close.svg") no-repeat center;
    background-size: 100% 100%;
    width: 0.36rem;
    height: 0.36rem;
    display: inline-block;
  }
  .mob-filter-select .select-container {
    margin-top: 0.64rem;
    overflow: auto;
    max-height: 7rem;
  }
  .mob-filter-select .select-container .select-item {
    height: 1.12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.8rem;
    border-bottom: 0.02rem solid #eee;
    width: 100%;
    font: normal normal 500 0.32rem/0.43rem Poppins;
    letter-spacing: 0;
    color: #282e48;
    position: relative;
  }
  .mob-filter-select .select-container .select-item.active {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
    color: rgb(139, 61, 255);
  }
  .mob-filter-select .select-container .select-item.active .check-icon {
    display: inline-block;
  }
  .mob-filter-select .select-container .select-item .check-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_select.svg") no-repeat center;
    background-size: 100% 100%;
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    left: 0.2rem;
    display: none;
  }
  .mob-filter-select .select-container .select-item .play-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_play.svg") no-repeat center;
    background-size: 100% 100%;
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    right: 0.2rem;
  }
  .mob-filter-select .select-container .select-item .play-icon.active {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_pause.svg") no-repeat center;
    background-size: 100% 100%;
  }
  .mob-filter-select .select-container .select-item .item-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/polang.gif") no-repeat center;
    background-size: 100% 100%;
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    display: none;
    right: 2.6rem;
  }
  .mob-filter-select .select-container .select-item .item-icon.active {
    display: block;
  }
  .mob-filter-select .btn-area {
    height: 2rem;
    width: 100%;
    background: white;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99;
  }
  .mob-filter-select .success-btn {
    width: 6.3rem;
    height: 0.92rem;
    background: transparent -webkit-gradient(linear, left top, right top, from(rgb(139, 61, 255)), to(rgb(76, 21, 226))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgb(139, 61, 255) 0%, rgb(76, 21, 226) 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.12rem;
    font: normal normal normal 0.31rem/0.4rem Poppins;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    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: absolute;
  }
  .clip_video_container {
    height: 100%;
    position: relative;
    display: none;
  }
  .clip_video_container .play-icon {
    width: 64px;
    position: absolute;
    height: 64px;
    left: calc(50% - 32px);
    z-index: 11;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    top: calc(50% - 32px);
    display: inline-block;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/btn_play_normal.svg") no-repeat center;
    background-size: 100% 100%;
  }
  .clip_video_container .play-icon:hover {
    opacity: 0.8;
  }
  .clip_video_container .clip_video {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
  }
  .mid-transform-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 6px 6px;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    height: 80px;
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mid-transform-info .mid-img {
    width: 24px !important;
    height: 24px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mid-transform-info .text_wt {
    margin-left: 10px;
  }
  .mid-transform-info .text_wt p:nth-child(1) {
    color: white;
    font: normal normal bold 14px/18px Poppins;
    margin: 0;
  }
  .mid-transform-info .text_wt p:nth-child(2) {
    color: white;
    margin: 0;
    font: normal normal 300 12px/18px Poppins;
  }
  .upLoad__motion_tips {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content {
    position: relative;
    width: 6.5rem;
    background: #fff;
    border: 0.01rem solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem;
    padding: 0.4rem;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .close {
    position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    top: 0.2rem;
    right: 0.24rem;
    cursor: pointer;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .close:hover {
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-title {
    font: normal normal 500 0.36rem/0.48rem Poppins;
    color: #1e1f22;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-desc {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    letter-spacing: 0;
    color: #656c86;
    margin-top: 0.08rem;
    opacity: 0.7;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont {
    width: 5.7rem;
    min-height: 6.14rem;
    background: rgba(238, 26, 61, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 0.03rem solid #ee1a3d;
    border-radius: 0.12rem;
    padding: 0.14rem;
    margin-top: 0.28rem;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont ul {
    margin-top: 0.24rem;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont ul .img-tips {
    width: 5.4rem;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont .title {
    font: normal normal bold 0.24rem/0.32rem Roboto;
    letter-spacing: 0px;
    color: #d51232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont .title img {
    margin-right: 0.12rem;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .tips-cont .desc {
    font: normal normal normal 0.21rem/0.3rem Roboto;
    letter-spacing: 0px;
    color: #282e48;
    margin-top: 8px;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .upload_btn {
    width: 4.72rem;
    height: 0.88rem;
    margin: 0.32rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent -webkit-gradient(linear, left top, right top, from(rgb(139, 61, 255)), to(rgb(76, 21, 226))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgb(139, 61, 255) 0%, rgb(76, 21, 226) 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal 500 0.3rem/0.39rem Poppins;
    color: #ffffff;
    cursor: pointer;
  }
  .upLoad__motion_tips .upLoad__motion_tips_content .upload_btn:hover {
    opacity: 0.6;
  }
  .upLoad__box__tips {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .upLoad__box__tips .upLoad__box__tips_content {
    position: relative;
    width: 6.5rem;
    background: #fff;
    border: 0.01rem solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem;
    padding: 0.4rem;
  }
  .upLoad__box__tips .upLoad__box__tips_content .close {
    position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    top: 0.2rem;
    right: 0.24rem;
    cursor: pointer;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__box__tips .upLoad__box__tips_content .close:hover {
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_close_.svg) no-repeat center;
    background-size: contain;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-title {
    font: normal normal 500 0.36rem/0.48rem Poppins;
    color: #1e1f22;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-desc {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    letter-spacing: 0;
    color: #656c86;
    margin-top: 0.08rem;
    opacity: 0.7;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont {
    margin-top: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
    border-radius: 0.06rem;
    padding: 0.14rem;
    width: 2.8rem;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title {
    font: normal normal 500 0.24rem/0.32rem Poppins;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title img,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title img {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.08rem;
    vertical-align: middle;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .desc,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .desc {
    font: normal normal normal 0.21rem/0.3rem Poppins;
    color: #fff;
    margin-top: 0.08rem;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list {
    margin-top: 0.1rem;
    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;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item {
    background: #fff;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item.mb,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item.mb {
    display: none;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item img,
.upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item img {
    width: 2.52rem;
    height: 4rem;
    margin-bottom: -0.29rem;
    margin-left: -0.02rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good {
    background: rgba(0, 144, 69, 0.2) 0% 0% no-repeat padding-box;
    border: 0.02rem solid #009045;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title {
    color: #35b528;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .desc {
    color: rgb(40, 46, 72);
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
    background: rgba(238, 26, 61, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 0.02rem solid #ee1a3d;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title {
    color: #ee1a3d;
  }
  .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .desc {
    color: rgb(40, 46, 72);
  }
  .upLoad__box__tips .upLoad__box__tips_content .upload_btn {
    width: 4.72rem;
    height: 0.88rem;
    margin: 0.32rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent -webkit-gradient(linear, left top, right top, from(rgb(139, 61, 255)), to(rgb(76, 21, 226))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgb(139, 61, 255) 0%, rgb(76, 21, 226) 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal 500 0.3rem/0.39rem Poppins;
    color: #ffffff;
    cursor: pointer;
  }
  .select-drop {
    height: 180px;
    overflow-y: auto;
    /* 自定义滚动条轨道 */
    /* 自定义滚动条的滑块（thumb） */
  }
  @-moz-document url-prefix() {
    .select-drop {
      scrollbar-color: #9b9fab;
      scrollbar-width: thin;
    }
  }
  .select-drop::-webkit-input-placeholder {
    color: #9b9fab;
    font: normal normal normal 12px/16px Poppins;
  }
  .select-drop::-webkit-scrollbar {
    width: 4px; /* 滚动条宽度 */
    height: 10px;
  }
  .select-drop::-webkit-scrollbar-track {
    background: transparent; /* 轨道颜色 */
  }
  .select-drop::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #dee0e5; /* 滑块颜色 */
  }
  .select-drop::-webkit-scrollbar-thumb:hover {
    background: #3a3944; /* 滑块颜色 */
  }
  .select-drop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 10px;
    cursor: pointer;
    margin: 6px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    border-radius: 4px;
  }
  .select-drop-item.active-hover {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
  }
  .select-drop-item.active-hover .active-icon {
    display: inline-block;
  }
  .select-drop-item:hover {
    background: rgba(139, 61, 255, 0.1) 0% 0% no-repeat padding-box;
  }
  .select-drop-item .item-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_play.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .select-drop-item .item-icon.active {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_pause.svg") no-repeat center;
    background-size: contain;
  }
  .select-drop-item .active-icon {
    display: none;
    position: absolute;
    left: 8px;
    width: 12px;
    height: 12px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/icon_select.svg") no-repeat center;
    background-size: contain;
  }
  .select-drop-item .blank {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .select-drop-item .no-bgm {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .select-drop-item.active-play .play-icon {
    display: block;
  }
  .select-drop-item .play-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-photo-dance/polang.gif") no-repeat center;
    background-size: contain;
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 9px;
  }
  .select-drop-item p {
    text-align: left;
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0px;
    color: #282e48;
    margin-left: 15px;
  }
  .dance-style {
    margin-top: 17px;
    position: relative;
  }
  .dance-style .right-line {
    position: absolute;
    height: 350px;
    width: 1px;
    border-right: 2px dashed #e9ecf6;
    left: -45px;
    top: -32px;
  }
  .dance-style.disabled {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    pointer-events: none;
  }
  .dance-style-tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dance-style-tt-li {
    width: 5px;
    height: 5px;
    /* UI Properties */
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 16px;
    display: inline-block;
  }
  .dance-style-tt-text {
    text-align: left;
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0;
    color: #656c86;
    margin-left: 8px;
  }
  .dance-style-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* 针对火狐浏览器滚动条修改 */
    /* 自定义滚动条轨道 */
    /* 自定义滚动条的滑块（thumb） */
  }
  @-moz-document url-prefix() {
    .dance-style-box {
      scrollbar-color: #3e3f43;
      scrollbar-width: thin;
    }
  }
  .dance-style-box::-webkit-input-placeholder {
    color: #9b9fab;
    font: normal normal normal 12px/16px Poppins;
  }
  .dance-style-box::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
  }
  .dance-style-box::-webkit-scrollbar-track {
    background: transparent; /* 轨道颜色 */
  }
  .dance-style-box::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #dee0e5 0% 0% no-repeat padding-box;
  }
  .dance-style-box::-webkit-scrollbar-thumb:hover {
    background: #3a3944; /* 滑块颜色 */
  }
  .dance-style-box .upload-dance-style {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.02rem dashed #a1a4b3;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.74rem;
    width: 2.23rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
  }
  .dance-style-box .upload-dance-style.loading p {
    display: none;
  }
  .dance-style-box .upload-dance-style.loading i {
    content: "";
    margin-bottom: 3px;
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_laoding.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dance-style-box .upload-dance-style p {
    color: #8a3dfd;
    font: normal normal 500 0.26rem/0.34rem Roboto;
  }
  .dance-style-box .upload-dance-style i {
    content: "";
    margin-bottom: 3px;
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_upload.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .dance-style-box-item {
    width: 2.23rem;
    position: relative;
    border-radius: 0.08rem;
    margin-left: 0.09rem;
  }
  .dance-style-box-item.active img {
    border: 0.02rem solid #8b3dff;
  }
  .dance-style-box-item.active video {
    border: 0.02rem solid #8b3dff;
  }
  .dance-style-box-item img {
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 2.74rem;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    padding: 3px;
  }
  .dance-style-box-item img.active {
    border: 0.02rem solid #8b3dff;
  }
  .dance-style-box-item video {
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 2.74rem;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dance-style-box-item video.active {
    border: 0.02rem solid #8b3dff;
  }
  .dance-style-box-item p {
    text-align: center;
    font: normal normal normal 0.24rem/0.32rem Poppins;
    letter-spacing: 0;
    color: #39325A;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
  }
  .dance-style-box-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .target-img-box {
    border: 0.02rem solid #fff;
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .target-img-box img {
    width: 1.2rem;
    min-height: 1.2rem;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .select-img-box {
    gap: 10px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 6px;
  }
  .mob-flex {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mob-noflex {
    display: block !important;
  }
  .step2-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.4rem;
  }
  .step2-item .circular {
    margin-right: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /* UI Properties */
    background: #39325a 0% 0% no-repeat padding-box;
  }
  .step2-item .target-upload-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: initial;
    width: 1.23rem;
    height: 1.23rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.02rem dashed #a1a4b3;
    cursor: pointer;
    border-radius: 50%;
  }
  .step2-item .target-upload-btn.loading {
    background-color: rgba(139, 61, 255, 0.06);
    border: 0.02rem dashed #8b3dff;
  }
  .step2-item .target-upload-btn.loading i {
    display: inline-block;
  }
  .step2-item .target-upload-btn.loading::before {
    display: none;
  }
  .step2-item .target-upload-btn.loading p {
    display: none;
  }
  .step2-item .target-upload-btn i {
    background: url(https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_laoding.svg) no-repeat center;
    background-size: contain;
    width: 0.48rem;
    height: 0.48rem;
    display: none;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .step2-item .target-upload-btn p {
    font: normal normal 500 0.22rem/0.34rem Poppins;
    color: #8a3dfd;
    padding: 0 3vw;
  }
  .step2-item .target-upload-btn::before {
    content: "";
    margin-bottom: 3px;
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_upload.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .step2-item .target-upload-btn:hover {
    background-color: rgba(139, 61, 255, 0.06);
    border: 0.02rem dashed #8b3dff;
  }
  .mob-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.24rem;
  }
  .dancer-changer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dancer-changer-container .dancer-side-wrapper {
    background: white;
    position: relative;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container {
    overflow: hidden;
    width: 100%;
    height: 0.8rem;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tool_tab {
    padding: 0.2rem 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.52rem;
    overflow-x: auto;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tab-item {
    position: relative;
    color: #282e48;
    font: normal normal 500 0.32rem/0.45rem Roboto;
    white-space: nowrap;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tab-item.active {
    color: #8b3dff;
  }
  .dancer-changer-container .dancer-side-wrapper .tab_container .tab-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.08rem;
    width: 100%;
    height: 0.08rem;
    border-radius: 0.04rem;
    background-color: #8b3dff;
  }
  .dancer-changer-container .dancer-side-wrapper .step-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dancer-changer-container .dancer-side-wrapper .step-box .step-operation-title {
    margin-right: 10px;
    font: normal normal 500 0.32rem/0.43rem Poppins;
    letter-spacing: 0px;
    color: rgb(40, 46, 72);
    color: #282e48;
    margin-left: 8px;
  }
  .dancer-changer-container .dancer-side-wrapper .step-box .step {
    width: 0.64rem;
    height: 0.66rem;
    font-style: italic;
    background: transparent linear-gradient(131deg, #8b3dff 0%, #561df1 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.14rem;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container {
    margin-top: 0.46rem;
    padding: 0.24rem;
    background: rgba(40, 46, 72, 0.06) 0% 0% no-repeat padding-box;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container.loading {
    opacity: 0.6;
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content {
    margin-top: 8px;
    color: white;
    width: 100%;
    cursor: pointer;
    height: 134px;
    background-size: 100% 100%;
    position: relative;
    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;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .right-line {
    position: absolute;
    height: 200px;
    width: 1px;
    border-right: 2px dashed #e9ecf6;
    left: -45px;
    top: 24px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .show-img-loading {
    width: 44px;
    height: 64px;
    left: calc(50% - 22px);
    top: calc(50% - 32px);
    position: absolute;
    z-index: 7;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .show-img-loading img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .show-img-loading .loading-text {
    font: normal normal 500 14px/19px Poppins;
    color: #656c86;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content {
    cursor: pointer;
    border: 1px dashed #a1a4b3;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content:hover {
    border: 2px dashed #8b3dff;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content.filter {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .content.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .drop-content {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    font: normal normal normal 16px/21px Poppins;
    color: #1e1f22;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .drop-content.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .title-upload-title {
    font: normal normal 500 14px/19px Poppins;
    letter-spacing: 0px;
    color: #282e48;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .title-upload {
    font: normal normal normal 14px/19px Poppins;
    letter-spacing: 0px;
    color: #a1a4b3;
    margin-top: 10px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .upload-content .dec-upload {
    color: #6f6f6f;
    font-size: 13px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content {
    width: 100%;
    height: 134px;
    position: relative;
    background: white;
    margin-top: 8px;
    display: none;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e9ecf6;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .right-line {
    position: absolute;
    height: 200px;
    width: 1px;
    border-right: 2px dashed #e9ecf6;
    left: -46px;
    top: 23px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content.disabled {
    pointer-events: none;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .show-img-loading {
    width: 44px;
    height: 64px;
    left: calc(50% - 22px);
    top: calc(50% - 32px);
    position: absolute;
    z-index: 7;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .show-img-loading img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .show-img-loading .loading-text {
    font: normal normal normal 12px/16px Poppins;
    letter-spacing: 0px;
    color: #282e48;
    margin-top: 6px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content #show-img-clip {
    height: 100%;
    max-width: 270px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content #show-img-clip.filter {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .close-img-clip {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_close _red.svg") no-repeat center;
    background-size: 100% 100%;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .show-img-content .close-img-clip:hover {
    opacity: 0.71;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .random-text {
    text-decoration: underline;
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0;
    color: #8b3dff;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 8px;
    cursor: pointer;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .random-text i {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_random.svg") no-repeat center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-container .random-text.disabled {
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .select-img {
    border: 2px solid #8b3dff !important;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container {
    background: rgba(40, 46, 72, 0.06) 0% 0% no-repeat padding-box;
    padding: 0.24rem;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container.loading {
    opacity: 0.6;
    pointer-events: none;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-img-box {
    gap: 10px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 6px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .target-img-box:hover {
    border: 2px solid #8b3dff;
  }
}
@media screen and (max-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box {
    position: relative;
    width: 3.8rem;
    height: 100%;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container {
    cursor: pointer;
    position: relative;
    width: 3.8rem;
    height: 0.8rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 0.12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.24rem;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container .select-text {
    margin-left: 8px;
    font: normal normal 500 13px/20px Poppins;
    letter-spacing: 0px;
    color: #8b3dff;
    opacity: 1;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-container .select-icon {
    display: block;
    height: 18px;
    width: 18px;
    background: url(../js/self-select/images/icon_drop_down.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-body {
    position: absolute;
    display: none;
    margin-top: 8px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 200px;
    height: auto;
    padding-bottom: 8px;
    z-index: 9;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
    border-radius: 6px;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-body .select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 34px;
    padding: 0 14px 0 8px;
    color: #39325a;
    cursor: pointer;
  }
  .dancer-changer-container .dancer-side-wrapper .toolbar-container .select-box .select-body .select-item:hover {
    background-color: #f1eafc;
  }
}
@media screen and (max-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .generate-btn {
    height: 0.96rem;
    font: normal normal 500 0.3rem/0.39rem Poppins;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6.7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border-radius: 0.24rem;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 0.24rem;
    margin-top: 0.64rem;
    background: transparent -webkit-gradient(linear, right top, left top, from(rgb(76, 21, 226)), to(rgb(139, 61, 255))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, rgb(76, 21, 226) 0%, rgb(139, 61, 255) 100%) 0% 0% no-repeat padding-box;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-btn p {
    font: normal normal 500 0.3rem/0.39rem Poppins;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
  }
  .dancer-changer-container .dancer-side-wrapper .generate-btn.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
}
@media screen and (max-width: 1200px) {
  .dancer-changer-container .dancer-side-wrapper .generate-text {
    font: normal normal normal 0.26rem/0.36rem Poppins;
    letter-spacing: 0;
    color: rgb(40, 46, 72);
    text-align: center;
    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;
  }
  .dancer-changer-container .dancer-side-wrapper .generate-text i {
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_copyright.svg") no-repeat center;
    background-size: 100% 100%;
    margin-right: 0.08rem;
  }
}
@media screen and (max-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper {
    background: white;
    padding: 0.4rem;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns {
    margin-top: 0.18rem;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    max-height: 0.68rem;
    cursor: pointer;
    padding: 0.2rem 0.25rem;
    background: transparent linear-gradient(91deg, #ff8cc6 0%, #ee600b 100%) 0% 0% no-repeat padding-box;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn:hover {
    opacity: 0.7;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn i {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/vidnoz-gen-clothesChanger/icon_btn_crown.svg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.2rem;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .no-water-btn p {
    font: normal normal normal 0.28rem/0.4rem Poppins;
    letter-spacing: 0;
    color: #ffffff;
    white-space: nowrap;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .finished-btn {
    padding: 0.15rem 0.18rem;
    background: rgba(40, 46, 72, 0.06) 0% 0% no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal normal 0.28rem/0.4rem Poppins;
    color: #39325a;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 0.12rem;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .finished-btn svg {
    width: 0.32rem;
    margin-right: 0.12rem;
    height: 0.32rem;
  }
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .finished-btn.edit-btn {
    display: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .finished-btns .finished-btn:hover {
    background: rgba(40, 46, 72, 0.12) 0% 0% no-repeat padding-box;
  }
}
@media screen and (max-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .changer-title {
    text-align: center;
    font: normal normal 500 0.42rem/0.55rem Poppins;
    color: rgb(40, 46, 72);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .changer-text {
    text-align: center;
    font: normal normal normal 0.3rem/0.36rem Poppins;
    letter-spacing: 0;
    color: #a1a4b3;
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .dancer-changer-container .dancer-inner-wrapper .change-container {
    width: 6.7rem;
    padding: 0.4rem;
    position: relative;
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container.loading .loading-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container.loading .dance-banner-img {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container .loading-spinner {
    width: 2.1rem;
    height: 1.56rem;
    background: rgba(255, 255, 255, 0.8) 0% 0% no-repeat padding-box;
    position: absolute;
    left: calc(50% - 1.05rem);
    top: calc(50% - 0.78rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.4rem;
    display: none;
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container .loading-spinner img {
    width: 0.64rem;
    height: 0.64rem;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container .loading-spinner p {
    text-align: center;
    font: normal normal 500 0.22rem/0.29rem Poppins;
    letter-spacing: 0;
    color: rgb(40, 46, 72);
  }
  .dancer-changer-container .dancer-inner-wrapper .change-container img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1200px) {
  .my-recent-container-mob {
    margin-top: 0.64rem;
    background: white;
  }
  .my-recent-container-mob .title {
    text-align: left;
    font: normal normal bold 0.32rem/0.43rem Poppins;
    letter-spacing: 0;
    color: #282e48;
    margin-bottom: 0.12rem;
    margin-left: 0.24rem;
  }
  .my-recent-container-mob .recent-inner {
    padding: 0.24rem;
  }
}
.pc {
  display: block;
}

.mobile {
  display: none;
}

.magicAnimateBox {
  overflow-x: hidden;
  overflow-y: hidden;
}

.magicAnimateBox .magicAnimate__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px 20px;
  min-height: calc(100vh - var(--gen-header-height));
}

.magicAnimate__main .title__big {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.magicAnimate__main .title__content {
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

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

.magicAnimate__main .main__content__box__wrapper {
  background-color: #eeeef1;
  border-radius: 10px;
  padding: 20px 10px;
  margin-right: 10px;
}
.magicAnimate__main .main__content__box__wrapper:last-child {
  margin-right: 0;
}

.magicAnimate__main .main__content__box .main__content__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  width: 100%;
}

.magicAnimate__main .main__content__box .main__content__left .left__start__box {
  position: relative;
  width: 497px;
  height: 390px;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__box {
  position: relative;
  display: none;
  width: 512px;
  height: 512px;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__box.loading .blur__box,
.magicAnimate__main .main__content__box .main__content__left .left__show__box.loading .loading__tips__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__box .blur__box {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 12px;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__box .blur__box .loading__icon__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background-color: #ffffff;
  text-align: center;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__box .blur__box .loading__icon__box .loading__icon {
  margin-bottom: 5px;
  width: 43px;
  height: 43px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/loading_icon.webp");
  background-size: cover;
  -webkit-animation: rotateAnimation 1.5s linear infinite;
          animation: rotateAnimation 1.5s linear infinite;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.magicAnimate__main .main__content__box .main__content__left .left__show__box .loading__tips__box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 80px;
  padding: 20px 0 0 20px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 12px;
  z-index: 2;
  border-radius: 0 0 6px 6px;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__box .loading__tips__box::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_bug_failed.webp");
  background-size: cover;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__box .loading__tips__box .txt {
  margin-left: 10px;
  width: 420px;
  font-size: 14px;
}

.main__content__left .left__show__box .loading__tips__box .txt > b,
.main__content__left .left__show__box .loading__tips__box .txt > p {
  color: #ffffff;
}

.main__content__left .left__show__box .loading__tips__box .txt > p {
  font-weight: 300;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box {
  position: relative;
  display: none;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .v_preview_playIcon {
  position: absolute;
  left: 50%;
  top: calc(50% - 65px);
  width: 75px;
  height: 75px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .larger__btn,
.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__btn,
.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .download__btn,
.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .btn_edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 82px;
  height: 82px;
  border-radius: 82px;
  font-size: 10px;
  color: #39325a;
  background-color: #ffffff;
  cursor: pointer;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .larger__btn::before,
.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__btn::before,
.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .download__btn::before {
  content: "";
  display: inline-block;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_larger.webp");
  background-size: cover;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__download__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__btn {
  margin-right: 16px;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__btn::before {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_share.webp");
  background-size: cover;
}

.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .download__btn::before {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_download.webp");
  background-size: cover;
}

.magicAnimate__main .main__content__box .main__content__left .start__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.magicAnimate__main .main__content__box .main__content__left .left__start__box .start__before {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 65px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  color: #39325a;
  font-weight: bold;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/before_bg.webp");
  background-size: cover;
}

.magicAnimate__main .main__content__box .main__content__left .left__start__box .start__after {
  position: absolute;
  right: 24px;
  top: 1px;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/after_bg.webp");
  background-size: cover;
}

.magicAnimate__main .main__content__box .main__content__right {
  width: 492px;
}

.main__content__right .content__upData__box {
  position: relative;
  width: 492px;
  background: rgba(255, 255, 255, 0.85) 0 0 no-repeat padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}

.main__content__right .content__upData__box .content__tips {
  position: absolute;
  top: -7px;
  left: 19px;
  width: 32px;
  height: 33px;
  line-height: 33px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/stepBg.webp") 0 0 no-repeat padding-box;
  border-radius: 7px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.main__content__right .content__upData__box .content__text1 {
  margin-top: 13px;
  margin-left: 64px;
  width: 412px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  color: #39325a;
}

.main__content__right .content__upData__box.mt20 {
  margin-top: 20px;
}

.main__content__right .content__upData__box .img__box {
  margin: 8px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 6px;
  max-height: 185px;
  overflow-y: scroll;
}
.main__content__right .content__upData__box .img__box.loading {
  overflow: hidden;
}

.main__content__right .content__upData__box .img__box.loading .img__item__box__out {
  opacity: 0.5;
}

.main__content__right .content__upData__box .img__box.loading .img__item__box__out:hover {
  border: 2px solid transparent;
}

.main__content__right .content__upData__box .img__box.loading .img__item__box__out:hover {
  border: 2px solid #8b3dff;
}

.main__content__right .content__upData__box .img__box.loading .upLoad__box {
  opacity: 1;
}

.main__content__right .content__upData__box .img__box .upLoad__box:hover {
  background-color: #524689;
}

.main__content__right .content__upData__box .img__box .upLoad__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #372f5c;
  font-size: 13px;
  color: #ffffff;
  overflow: initial;
}

.main__content__right .content__upData__box .upLoad__box__tips {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content {
  position: relative;
  width: 740px;
  background: #f8f9fb 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
          box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
  border: 1px solid rgba(60, 74, 104, 0.1019607843);
  border-radius: 20px;
  padding: 24px 32px 40px;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 24px;
  cursor: pointer;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-title {
  font: normal normal 600 24px/35px Poppins;
  color: #39325a;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-desc {
  font: normal normal 300 16px/25px Poppins;
  color: #39325a;
  margin-top: 8px;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
  border-radius: 6px;
  padding: 12px 0px;
  width: 328px;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title {
  padding: 0 14px;
  font: normal normal 600 14px/21px Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title img,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .desc,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .desc {
  padding: 0 14px;
  font: normal normal normal 12px/16px Poppins;
  color: #39325a;
  margin-top: 8px;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list {
  margin-top: 10px;
  padding: 0 8px;
  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__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item.mb,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item.mb {
  display: none;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item img,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item img {
  width: 100px;
  height: 176px;
  vertical-align: middle;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good {
  background: rgba(176, 239, 143, 0.0588235294) 0% 0% no-repeat padding-box;
  border: 2px solid #009045;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title {
  color: #009045;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
  background: rgba(238, 26, 61, 0.0588235294) 0% 0% no-repeat padding-box;
  border: 2px solid #ee1a3d;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title {
  color: #d51232;
}
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .upload_btn {
  width: 276px;
  height: 42px;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7657f6 0% 0% no-repeat padding-box;
  border-radius: 25px;
  font: normal normal 500 17px/26px Poppins;
  color: #ffffff;
  cursor: pointer;
}

.main__content__right .content__upData__box .img__box .upLoad__box::before {
  content: "";
  margin-bottom: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_upload.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.main__content__right .content__upData__box .img__box.loading .upLoad__box::before {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/loading_mini.svg");
  background-size: 98%;
  -webkit-animation: rotateAnimation 1.5s linear infinite;
          animation: rotateAnimation 1.5s linear infinite;
}

.select-body .select-item {
  white-space: nowrap;
}

.main__content__right .content__upData__box .img__box .img__item__box__out {
  margin: 3px;
  width: 86px;
  height: 86px;
  padding: 2px;
  border-radius: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  overflow: hidden;
}

.main__content__right .content__upData__box .img__box .img__item__box__out .img__item__box {
  width: 78px;
  height: 78px;
  border-radius: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.main__content__right .content__upData__box .img__box .img__item__box.vertical .img__item:not(.upLoad__box) {
  width: 78px;
  height: auto;
}

.main__content__right .content__upData__box .img__box .img__item__box.cross .img__item:not(.upLoad__box) {
  height: 78px;
  width: 100%;
}

.main__content__right .content__upData__box .img__box .img__item {
  width: 78px;
  height: 78px;
  border-radius: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__content__right .content__upData__box .img__box .img__item.upLoad__box {
  width: 86px;
  height: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 86px;
}

.main__content__right .content__upData__box .img__box .img__item__box__out:hover,
.main__content__right .content__upData__box .img__box .img__item__box__out.active {
  border: 2px solid #8b3dff;
}

.main__content__right .content__upData__box .data__box {
  position: relative;
  margin: 6px 12px 9px;
  padding: 20px 10px 0px;
  border-radius: 7px;
}

.main__content__right .content__upData__box .data__box > ul > li {
  list-style: initial;
  font-size: 14px;
}

.main__content__right .content__upData__box .data__box ul li .self__select__box {
  display: inline-block;
  margin-left: 6px;
  width: 210px;
  height: 30px;
}

.main__content__right .content__upData__box .data__box .motion__img__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  max-height: 192px;
  overflow-y: scroll;
  margin-right: -6px;
}

::-webkit-scrollbar {
  width: 6px !important;
}

.main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 102px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 12px;
  margin-right: 4px;
}
.main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item:nth-child(4n) {
  margin-right: 0;
}
.main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .item-name {
  text-align: center;
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
  margin-top: 4px;
}

.main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .motion__img__item__video-container {
  border: 2px solid transparent;
  padding: 2px;
  width: 102px;
  height: 133px;
  border-radius: 11px;
}
.main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .motion__img__item__video-container .motion__img__item__video {
  width: 94px;
  height: 125px;
  border-radius: 8px;
}

.main__content__right .content__upData__box .data__box .motion__img__box.loading .motion__imgBox__item {
  opacity: 0.5;
}

.main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item:hover .motion__img__item__video {
  display: block;
}

.main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .motion__img__item__video-container.active {
  border: 2px solid #8b3dff;
}

.main__content__right .content__upData__box .content__upData__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px auto 20px;
  width: 277px;
  height: 43px;
  line-height: 43px;
  background: #6d4dff 0 0 no-repeat padding-box;
  border-radius: 25px;
  font-size: 17px;
  font-weight: initial;
  color: #ffffff;
  cursor: pointer;
}

.main__content__right .content__upData__box .content__upData__btn .text7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.main__content__right .content__upData__box .content__upData__btn .text7 div {
  color: #ffffff;
}

.main__content__right .content__upData__box .content__upData__btn .text7 .text7__content2 {
  display: none;
}

.main__content__right .content__upData__box .content__upData__btn .text7 span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: none;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  background: white;
  margin: 0 -1px;
  -webkit-animation: progressgenerate 1.5s linear infinite;
          animation: progressgenerate 1.5s linear infinite;
}

.main__content__right .content__upData__box .content__upData__btn .text7 span:nth-child(1) {
  margin-left: 3px;
}

.main__content__right .content__upData__box .content__upData__btn .text7 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.main__content__right .content__upData__box .content__upData__btn .text7 span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes progressgenerate {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70.1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes progressgenerate {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70.1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main__content__right .content__upData__box .content__upData__btn:hover {
  background: #4a34da 0 0 no-repeat padding-box;
}

.main__content__right .content__upData__box .content__upData__btn.unusable {
  opacity: 0.3;
  pointer-events: none;
}

.main__content__right #center__uploadAre_inputfile {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  width: 10px;
}

.magicAnimateBox .overlay__box {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  visibility: hidden;
}

.magicAnimateBox .overlay__box .mask__min {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.74;
  z-index: -1;
}

.magicAnimateBox .overlay__box .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/iconClose.webp");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}

.magicAnimateBox .overlay__box .center__img {
  position: relative;
  width: 640px;
  height: 640px;
  margin: 60px auto 0;
}

.magicAnimateBox .overlay__box .center__img .v_preview_playIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.magicAnimateBox .overlay__box .bottom__list__box {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 640px;
  height: 82px;
}

.magicAnimateBox .overlay__box .bottom__list__box .show__img__share,
.magicAnimateBox .overlay__box .bottom__list__box .btn_edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}

.magicAnimateBox .overlay__box .bottom__list__box .show__img__share::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_share.webp");
  background-size: cover;
}

.magicAnimateBox .overlay__box .bottom__list__box .show__img__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}

.magicAnimateBox .overlay__box .bottom__list__box .show__img__download::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/icon_download.webp");
  background-size: cover;
}

.tips__box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
}

.tips__box .content__box {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 20px;
  width: 550px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff 0 0 no-repeat padding-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1137254902);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1137254902);
  border: 1px solid #e2e2e2;
  border-radius: 13px;
}

.tips__box .content__box .close__btn {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/winIconClose.webp");
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}

.tips__box .content__box .tips__content1 {
  display: none;
  padding: 15px;
  width: 100%;
  font-size: 14px;
}

.tips__box .content__box .tips__content1 .progress__bar {
  margin-top: 7px;
  width: 100%;
  height: 11px;
  background: #eeecff 0 0 no-repeat padding-box;
  border: 1px solid #eeecff;
  border-radius: 10px;
}

.tips__box .content__box .tips__content1 .progress__bar .progress__content {
  width: 0;
  height: 100%;
  background: #6d4dff 0 0 no-repeat padding-box;
  border: 1px solid #eeecff;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.tips__box .content__box .tips__content2 {
  display: none;
  position: relative;
}

.tips__box .content__box .tips__content2 .success__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #6d4dff;
}

.tips__box .content__box .tips__content2 .success__icon img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.tips__box .content__box .tips__content2 .text {
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 300;
  color: #39325a;
}

.tips__box .content__box .tips__content2 .text .download__again {
  color: #6d4dff;
  text-decoration: underline;
  cursor: pointer;
}

.tips__box .content__box .tips__content2 .generate__btn {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 156px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  background: #6d4dff 0 0 no-repeat padding-box;
  border-radius: 25px;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}

.tips__box .content__box .tips__other {
  margin: 10px 0 20px;
  position: relative;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tips__box .content__box .tips__other .error__icon {
  margin-right: 20px;
  width: 56px;
  height: 56px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/iconMistake.webp");
  background-size: cover;
}

.tips__box .content__box .tips__other .text__content {
  margin-bottom: 20px;
  width: 400px;
}

.tips__box .content__box .tips__other .text__content .ext__content__title {
  font: normal normal bold 17px/26px Poppins;
  color: #39325a;
}

.tips__box .content__box .tips__other .text__content .ext__content__txt {
  font: normal normal 300 14px/21px Poppins;
  color: #39325a;
}

.tips__box .content__box .tips__other .ok__btn {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 156px;
  height: 32px;
  color: #ffffff;
  line-height: 32px;
  background: #6d4dff 0 0 no-repeat padding-box;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}

.seo_magicAnimate_best {
  width: 100%;
  background-color: #fff;
  padding-bottom: 95px;
}

.seo_magicAnimate_best h2 {
  width: 905px;
  line-height: 112px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: auto;
  padding-top: 50px;
  margin-top: 86px;
}

.multilingual {
  width: 100%;
}

.seo_magicAnimate_best_itemBox {
  width: 1364px;
  height: 446px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/best_bg.webp") 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: auto;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .seo_magicAnimate_best_itemBox {
    width: 1200px;
  }
}

.seo_magicAnimate_best_itemBox .left {
  width: 50%;
  height: 100%;
  padding: 147px 0px 0px 166px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.seo_magicAnimate_best_itemBox .left h3 {
  width: 445px;
  height: 31px;
  text-align: left;
  font: normal normal 600 22px/60px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media (max-width: 1200px) {
  .seo_magicAnimate_best_itemBox .left h3 {
    width: unset;
  }
}

.seo_magicAnimate_best_itemBox .left .p {
  width: 413px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seo_magicAnimate_best_itemBox .left .p .text {
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_magicAnimate_best_itemBox .left .p:last-child {
  width: 413px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 32px;
}

.seo_magicAnimate_best_itemBox .left .p .icon_box {
  width: 4px;
  height: 24px;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seo_magicAnimate_best_itemBox .left .p .dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.seo_magicAnimate_best_itemBox .right {
  width: 50%;
  height: 100%;
  padding: 82px 0px 0px 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.seo_magicAnimate_best_itemBox .right h3 {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font: normal normal 600 22px/33px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.seo_magicAnimate_best_itemBox .right h3:last-child {
  margin-top: 10px;
}

.seo_magicAnimate_best_itemBox .right .p {
  width: 413px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seo_magicAnimate_best_itemBox .right .p .text {
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.seo_magicAnimate_best_itemBox .right .p:last-child {
  width: 413px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-top: 32px;
}

.seo_magicAnimate_best_itemBox .right .p .right_icon_box {
  width: 23px;
  height: 22px;
  margin-right: 11px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seo_magicAnimate_best_itemBox .right .p .right_icon_box:last-child {
  height: 100%;
}

.seo_magicAnimate_best_itemBox .right .p .right_icon {
  display: block;
  width: 23px;
  height: 12px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/bx-check-double.svg") 0% 0% no-repeat padding-box;
}

.mackButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 312px;
  height: 49px;
  background: #8b3dff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  text-align: center;
  font: normal normal 500 18px/27px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: auto;
  margin-top: 50px;
  cursor: pointer;
}

.mackButton:hover {
  background: #4a34da 0 0 no-repeat padding-box;
}

.useCasesButton {
  width: 295px;
  margin-top: 43px;
  margin-left: 0;
}

.useCasesButton:hover {
  background: #4a34da 0 0 no-repeat padding-box;
}

.seo_animationDemosBox {
  position: relative;
  width: 100%;
  padding: 67px 0px 56px 0px;
  background-color: #1f192e;
  margin: auto;
  display: block !important;
}

.seo_animationDemosBox h2 {
  width: 801px;
  height: 112px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: auto;
}

.seo_animationDemosBox .demosBox_bg1 {
  position: absolute;
  top: 67px;
  left: 426px;
  width: 114px;
  height: 122px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/demosBox_bg1.webp") 0% 0% no-repeat padding-box;
  opacity: 1;
}

.seo_animationDemosBox .demosBox_bg2 {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 213px;
  height: 321px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/demosBox_bg2.webp") 0% 0% no-repeat padding-box;
  opacity: 1;
}

.seo_animationDemosItemBox {
  width: 1410px;
  height: 523px;
  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: auto;
  margin-top: 28px;
}

.seo_animationDemosItemBox .demo {
  position: relative;
  width: 329px;
  height: 481px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  opacity: 0.6;
  cursor: pointer;
}

.demoHover {
  opacity: 1 !important;
  -webkit-transform: scale(1.087);
          transform: scale(1.087);
}

/* .seo_animationDemosItemBox .demo:hover {
  transform: scale(1.087);
} */
.seo_animationDemosItemBox .demo img {
  /* width: 329px; */
  height: 481px;
  border-radius: 20px;
}

.seo_animationDemosItemBox .demo video {
  height: 481px;
  border-radius: 20px;
  /* display: none; */
}

.seo_animationDemosItemBox .demo .playIocn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/play.svg");
  background-position: center;
}

.seo_highlightsPhotoBox {
  width: 100%;
  background-color: #fff;
  padding: 77px 0px 79px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.seo_highlightsPhotoBox h2 {
  width: 801px;
  height: 112px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: auto;
}

.seo_highlightsPhotoBox .seo_highlightsPhotoItemtop {
  position: relative;
  margin: auto;
  margin-top: 67px;
  width: 1364px;
  height: 573px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .seo_highlightsPhotoBox .seo_highlightsPhotoItemtop {
    width: 1200px;
  }
}

.seo_highlightsPhotoBox .seo_highlightsPhotoItemtop .seo_highlightsPhotoItemtop_item1 {
  position: relative;
  width: 978px;
  height: 382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.seo_highlightsPhotoItemtop_item1_leftBox {
  width: 510px;
}

.seo_highlightsPhotoItemtop_item1 img {
  position: absolute;
  left: 0;
  top: -93px;
  width: 510px;
  z-index: 1;
}

.seo_highlightsPhotoBox .seo_highlightsPhotoItemtop .seo_highlightsPhotoItemtop_item1_leftItem {
  width: 432px;
  height: 382px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#e9ecff), to(#f8f8ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #e9ecff 0%, #f8f8ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 37px 51px 0px 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

.seo_highlightsPhotoItemtop_item1_leftItem h3 {
  text-align: left;
  font: normal normal 600 22px/60px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_highlightsPhotoItemtop_item1_leftItem p {
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_highlightsPhotoBox .seo_highlightsPhotoItemtop .seo_highlightsPhotoItemtop_item2 {
  position: relative;
  width: 350px;
  height: 573px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#380a7b), to(#1c053e)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #380a7b 0%, #1c053e 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 37px 37px 0px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

.seo_highlightsPhotoItemtop_item2 h3 {
  text-align: left;
  font: normal normal 600 22px/33px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.seo_highlightsPhotoItemtop_item2 p {
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #e9edfe;
  margin-top: 12px;
  opacity: 1;
}

.seo_highlightsPhotoItemtop_item2 .seo_Highlights_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/seo_Highlights_bg.webp") 0% 0% no-repeat padding-box;
  mix-blend-mode: screen;
  opacity: 0.98;
}

.seo_highlightsPhotoItemtop_item3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 25px 34px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 979px;
  height: 156px;
  background: transparent -webkit-gradient(linear, right top, left top, from(#d3d8fe), to(#f5f6ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #d3d8fe 0%, #f5f6ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .seo_highlightsPhotoItemtop_item3 {
    width: 940px;
  }
}

.seo_highlightsPhotoItemtop_item3 h3 {
  text-align: left;
  font: normal normal 600 22px/60px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_highlightsPhotoItemtop_item3 p {
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_highlightsPhotoItemBottom {
  margin: auto;
  margin-top: 35px;
  width: 1364px;
  height: 203px;
  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;
}
@media screen and (max-width: 1400px) {
  .seo_highlightsPhotoItemBottom {
    width: 1200px;
  }
}

.seo_highlightsPhotoItemBottom .seo_highlightsPhotoItemBottom_left {
  position: relative;
  width: 664px;
  height: 203px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#30254a), to(#523387)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #30254a 0%, #523387 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 31px 38px 0px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

.seo_highlightsPhotoItemBottom_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 104px;
  height: 134px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/seo_highlights_bg1.webp") 0% 0% no-repeat padding-box;
  opacity: 0.7;
}

.seo_highlightsPhotoItemBottom_left h3 {
  text-align: left;
  font: normal normal 600 22px/33px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.seo_highlightsPhotoItemBottom_left p {
  margin-top: 12px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #e9edfe;
  opacity: 1;
}

.seo_highlightsPhotoItemBottom .seo_highlightsPhotoItemBottom_right {
  width: 664px;
  height: 203px;
  background: transparent linear-gradient(288deg, #ad8df7 0%, #f3eeff 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 31px 38px 0px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

.seo_highlightsPhotoItemBottom_right h3 {
  text-align: left;
  font: normal normal 600 22px/33px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_highlightsPhotoItemBottom_right p {
  margin-top: 12px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_whyDanceBox {
  margin: auto;
  width: 100%;
  background: #271f39 0% 0% no-repeat padding-box;
  padding: 98px 278px;
  opacity: 1;
}

.seo_whyDanceBox h2 {
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin: auto;
  opacity: 1;
}

.seo_whyDanceItemBox {
  margin: auto;
  margin-top: 44px;
  min-height: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.seo_whyDanceItemBox .whyDanceItem {
  width: 440px;
  height: 440px;
  margin-top: 20px;
}

.seo_whyDanceItemBox .whyDanceItem img {
  width: 440px;
  height: 233px;
}

.seo_whyDanceItemBox .whyDanceItem h3 {
  margin-top: 21px;
  text-align: center;
  font: normal normal 600 22px/30px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.seo_whyDanceItemBox .whyDanceItem p {
  width: 410px;
  margin: auto;
  margin-top: 6px;
  text-align: center;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #bdb2d6;
  opacity: 1;
}

.seo_whyDanceItemBox .whyDanceItem p a {
  cursor: pointer;
  font: normal normal 300 16px/25px Poppins;
  color: #a259ff;
}

.seo_whyDanceItemBox .whyDanceItem p a:hover {
  cursor: pointer;
  color: #52c7f2;
}

.seo_useCasesBox {
  width: 100%;
  padding: 88px 0px 120px 0px;
  background-color: #fff;
  position: relative;
}

.seo_useCasesBox .seo_useCasesBox_pc {
  margin: auto;
  text-align: center;
  font: normal normal 600 40px/36px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.seo_useCasesBox .swiperBox {
  position: relative;
  margin: auto;
  margin-top: 38px;
  width: 1534px;
}
@media screen and (max-width: 1650px) {
  .seo_useCasesBox .swiperBox {
    width: 1200px;
  }
}

.seo_useCasesBox .swiperBox .seo_useCasesBox_img {
  margin: auto;
  display: none;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.seo_useCasesBox .swiperBox .show {
  margin: auto;
  display: block;
}

.seo_useCasesBox_swiper1 {
  position: absolute;
  top: 62px;
  left: 156px;
  width: 519px;
  height: 444px;
  border-radius: 20px;
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .seo_useCasesBox_swiper1 {
    left: 80px;
    width: 419px;
  }
}

.seo_useCasesBox_swiper1 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seo_useCasesBox_swiper1 .swiper-wrapper .swiper-slide {
  padding: 62px 74px 52px 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.seo_useCasesBox_swiper1 .activeIcon {
  position: absolute;
  left: 76px;
  bottom: 56px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seo_useCasesBox_swiper1 .activeIcon .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: rgba(139, 134, 129, 0.45);
  cursor: pointer;
}

.seo_useCasesBox_swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 74px;
  background: transparent linear-gradient(101deg, rgb(60, 0, 148) 0%, rgb(171, 81, 255) 50%, rgb(232, 236, 253) 100%) 0 0 no-repeat padding-box;
}

.seo_useCasesBox_swiper1 h3 {
  text-align: left;
  font: normal normal 500 26px/39px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: auto;
}

.seo_useCasesBox_swiper1 p {
  width: 369px;
  height: 116px;
  text-align: left;
  font: normal normal 300 14px/24px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: auto;
  margin-top: 12px;
}
@media screen and (max-width: 1450px) {
  .seo_useCasesBox_swiper1 p {
    width: 309px;
  }
}

.seo_useCasesBox_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 498px;
  height: 589px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/useCases_bg.webp");
}

.micro-test-faq {
  width: 100%;
  padding: 70px 0px 86px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f3f5 0% 0% no-repeat padding-box;
  margin: auto;
}

.micro-test-faq .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1085px;
}

.micro-test-faq .micro-test-faq-title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  font: normal normal 500 99px/158px Poppins !important;
  letter-spacing: 0px;
  color: #000000;
  font-size: 99px;
  font-family: Poppins;
  line-height: 1;
  opacity: 1;
}

.micro-test-faq .micro-test-faq-des {
  text-align: left;
  font: normal normal 500 25px/50px Poppins;
  font-size: 25px;
  font-family: Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: -40px;
}

.micro-test-faq .micro-test-faq-list {
  /* margin: 6px auto 0; */
  margin-top: 0px;
  max-width: 700px;
  width: 100%;
}

.micro-test-faq .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;
}

.micro-test-faq .micro-test-faq-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.micro-test-faq .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;
}

.micro-test-faq .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;
}

.micro-test-faq .micro-test-faq-name {
  display: block;
  padding: 15px 30px 15px 0;
  text-align: left;
  font: normal normal 500 18px/27px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}

.micro-test-faq .micro-test-faq-desc {
  padding-bottom: 30px;
  margin-top: -15px;
  display: none;
  width: 100%;
  font-size: 16px;
}

.micro-test-faq .micro-test-faq-desc a {
  font-size: 16px;
  color: #9c5bff;
  cursor: pointer;
}

.micro-test-faq .micro-test-faq-desc a:hover {
  color: #529ddb;
}

.micro-test-faq .micro-test-faq-desc b {
  font-weight: 600;
}

.micro-test-faq .micro-test-faq-desc b.css-h4 {
  display: block;
  padding: 5px 0;
}

.micro-test-faq .micro-test-faq-desc .css-h4 {
  font-size: inherit;
}

.micro-test-faq .micro-test-faq-desc .css-p {
  font-size: inherit;
}

.sound-test-blog .swiper-container-blog {
  padding: 45px 0 100px 0;
  width: 1130px;
  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;
}

.relatedArticlesBox {
  margin-top: 62px;
}

.relatedArticlesBox .wrapper-blog {
  max-width: 1130px !important;
}

.sound-test-blog .swiper-container-blog .swiper-button-prev {
  position: absolute;
  left: -40px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #39325a;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sound-test-blog .swiper-container-blog .swiper-button-next {
  position: absolute;
  right: -60px !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #39325a;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sound-test-blog .swiper-container-blog .swiper-icon:hover {
  opacity: 1;
}

.sound-test-blog .swiper-container-blog .prev-btn 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;
}

.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;
}

.sound-test-blog .swiper-container-blog .button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}

.sound-test-blog .swiper-container-blog .button-disabled:hover {
  opacity: 0.3;
}

.sound-test-blog .swiper-container-blog .swiper-wrapper {
  /* width: 1300px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* .sound-test-blog .swiper-container-blog .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
} */
.sound-test-blog .swiper-container-blog .swiper-slide .slide-item {
  width: 260px;
  overflow: hidden;
  height: 340px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d7d4e5;
  border-radius: 4px;
  /* box-shadow: 10px 12px 16px #aaa7bc29; */
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover {
  background: #e0d8ff;
  -webkit-box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.568627451) !important;
          box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.568627451) !important;
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover h3 {
  text-decoration: underline;
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item > h3 {
  padding: 0 20px;
  margin: 13px 0 10px;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #6d4dff;
  text-align: left;
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item p {
  padding: 0 20px;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 300;
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a {
  color: #6d4dff;
  font-weight: 300;
}

.sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a:hover {
  text-decoration: underline;
}

.sound-test-blog .swiper-wrapper-blog {
  margin-left: 32px;
  padding-left: 10px;
  height: 100%;
  width: 1130px;
  overflow: hidden;
}

.sound-test-blog .swiper-container-blog .swiper-wrapper {
  width: 1640px;
}

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

.sound-test-blog .css-h2 {
  text-align: center;
  font-size: 44px;
  line-height: 66px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.seo_useCasesBox_swiper1_m,
.seo_animationDemosItemBox_m {
  display: none;
}

.seo_useCasesBox_swiper1_m + .mackButton,
.micro-test-faq-title-m {
  display: none;
}

.seo_howDance {
  padding: 112px 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#f3f3f5), to(#ffffff)) 100% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #f3f3f5 0%, #ffffff 100%) 100% 0% no-repeat padding-box;
}
.seo_howDance h2 {
  max-width: 1068px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
  margin: 0 auto 40px;
}
.seo_howDance .howDance_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-bottom: 42px;
}
.seo_howDance .howDance_wrap {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#ffffff)) 100% 0% no-repeat padding-box;
  background: transparent linear-gradient(-180deg, #f3f3f5 0%, #ffffff 100%) 100% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 40px 40px 60px;
  width: 396px;
}
.seo_howDance .howDance_img {
  display: block;
  width: 100%;
}
.seo_howDance .howDance_h3 {
  text-align: center;
  font: normal normal 600 20px/30px Poppins;
  color: #000000;
  margin: 24px 0 10px;
}
.seo_howDance .howDance_p {
  text-align: center;
  font: normal normal normal 14px/21px Poppins;
  color: #000000;
}
.seo_howDance .mackButton {
  margin: 0 auto;
}

.wrapper-forgettable {
  width: 100%;
  height: 478px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/ai-banner.webp") no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper-forgettable h2 {
  font: normal normal 600 40px/56px Poppins;
  color: white;
  margin-top: 133px;
}
.wrapper-forgettable .wrapper-forgettable-H3 {
  font: normal normal 300 18px/35px Poppins;
  letter-spacing: 0.36px;
  color: #fff;
  margin-top: 18px;
  width: 1158px;
  text-align: center;
  display: inline-block;
}
.wrapper-forgettable .wrapper-forgettable-lastH3 {
  margin-top: 0;
}
.wrapper-forgettable .wrapper-forgettable-H3_m {
  display: none;
}

@media (max-width: 1200px) {
  .magicAnimateBox .magicAnimate__main {
    padding-top: 4vw;
    padding-bottom: 4.4vw;
  }
  .magicAnimate__main .title__big {
    width: 84vw;
    margin: 0 auto;
    font: normal normal bold 6vw/8vw Poppins;
    letter-spacing: 0px;
    color: #39325a;
    text-align: center;
  }
  .magicAnimate__main .title__content {
    margin: 0 auto;
    width: 84vw;
    text-align: center;
    font: normal normal 300 4vw/6.1333333333vw Poppins;
  }
  .magicAnimate__main .main__content__box {
    width: 84vw;
    margin: 4vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .magicAnimate__main .main__content__box .main__content__left {
    width: 75.7333333333vw;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__start__box {
    width: inherit;
    height: 60.9333333333vw;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__start__box .start__before {
    border-radius: 3.7333333333vw 0px 1.7333333333vw 0px;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    width: 18.9333333333vw;
    height: 7.2vw;
    font: normal normal 500 3.2vw/4.8vw Poppins;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    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;
    left: -4.0666666667vw;
    top: 0.4vw;
    overflow: hidden;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__start__box .start__after {
    border-radius: 0px 3.7333333333vw 0px 1.7333333333vw;
    width: 19.7333333333vw;
    height: 7.2vw;
    font: normal normal 500 3.2vw/4.8vw Poppins;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    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;
    right: -2.4vw;
    top: -1.6vw;
    overflow: hidden;
  }
  .magicAnimate__main .main__content__box .main__content__right {
    width: 84vw;
    margin: 0 auto;
  }
  .main__content__right .content__upData__box {
    width: inherit;
    border-radius: 1.3333333333vw;
  }
  .main__content__right .content__upData__box .content__tips {
    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;
    top: -0.9333333333vw;
    left: 1.3333333333vw;
    width: 6.4vw;
    height: 6.6666666667vw;
    border-radius: 0.9333333333vw;
    padding-right: 0.2666666667vw;
    font: italic normal 600 3.6vw/7.6vw Poppins;
    background-image: linear-gradient(135deg, #c879f7 0%, #7657f6 100%);
  }
  .main__content__right .content__upData__box .content__text1 {
    width: 100%;
    margin: 0;
    padding-top: 1.0666666667vw;
    padding-left: 9.2vw;
    padding-bottom: 2.6666666667vw;
    font: normal normal 500 3.2vw/4.6666666667vw Poppins;
  }
  .main__content__right .content__upData__box .img__box {
    margin: 0 1.6vw 2vw;
    padding: 2.6666666667vw 0.9333333333vw 0;
    border: 1px solid #e2e2e2;
    border-radius: 1.3333333333vw;
    max-height: 37.3333333333vw;
  }
  .main__content__right .content__upData__box .img__box .img__item.upLoad__box {
    width: 14.4vw;
    height: 14.4vw;
    font: normal normal 300 2.9333333333vw/4.4vw Poppins;
    margin-right: 0.9333333333vw;
  }
  .main__content__right .content__upData__box .img__box .upLoad__box:before {
    width: 3.4666666667vw;
    height: 3.3333333333vw;
  }
  .main__content__right .content__upData__box .img__box .img__item__box__out {
    margin: 0;
    padding: 0;
    border: none;
    width: 14.4vw;
    height: 14.4vw;
    margin-right: 0.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .main__content__right .content__upData__box .img__box .img__item__box__out:nth-child(5n) {
    margin-right: 0;
  }
  .main__content__right .content__upData__box .img__box .img__item__box__out .img__item__box {
    width: 100%;
    height: 100%;
  }
  .main__content__right .content__upData__box .img__box .img__item__box.vertical .img__item:not(.upLoad__box) {
    width: inherit;
    display: block;
  }
  .main__content__right .content__upData__box .img__box .img__item__box__out.active {
    border: none;
    position: relative;
  }
  .main__content__right .content__upData__box .img__box .img__item__box__out.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 0.08rem);
    height: calc(100% - 0.08rem);
    border: 0.02rem solid #fff;
    -webkit-box-shadow: 0 0 0 0.04rem #8b3dff;
            box-shadow: 0 0 0 0.04rem #8b3dff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
  }
  .main__content__right .content__upData__box.mt20 {
    margin-top: 4.2666666667vw;
  }
  .main__content__right .content__upData__box .data__box {
    padding: 4.6666666667vw 1.4666666667vw 0;
    margin: 0 1.6vw 1.8666666667vw;
  }
  .main__content__right .content__upData__box .data__box > ul {
    margin-left: 0 !important;
  }
  .main__content__right .content__upData__box .data__box > ul > li {
    padding-left: 2.2666666667vw;
    position: relative;
    list-style: none;
    font: normal normal 600 3.2vw/4.6666666667vw Poppins;
  }
  .main__content__right .content__upData__box .data__box > ul > li::before {
    content: "";
    display: block;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    border-radius: 50%;
    background-color: #39325a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1.7333333333vw;
  }
  .main__content__right .content__upData__box .data__box ul li .self__select__box {
    width: 42.4vw;
    height: 5.4666666667vw;
    margin-left: 0.8vw;
  }
  .select-box .select-head {
    padding: 0 1.0666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 2.9333333333vw/4.4vw Poppins;
  }
  .select-box .select-text {
    color: #8b3dff;
  }
  .select-box .select-icon {
    width: 3.2vw;
    height: 3.6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.8vw;
  }
  .select-box .select-icon.icon-Y {
    -webkit-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
  .main__content__right .content__upData__box .data__box .motion__img__box {
    margin-top: 2.2666666667vw;
    max-height: 38.4vw;
  }
  .main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item {
    width: calc((100% - 0.06rem) / 4);
    margin-right: 0.1333333333vw;
    border-radius: 1.7333333333vw;
  }
  .main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .item-name {
    font: normal normal normal 2.4vw/3.6vw Poppins;
  }
  .main__content__right .content__upData__box .img__box .img__item__box__out:hover {
    border: none !important;
  }
  .main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .motion__img__item__video-container {
    width: 18.6666666667vw;
    height: 24.2666666667vw;
    border: 0.4vw solid transparent;
    padding: 0.4vw;
    border-radius: 1.7333333333vw;
  }
  .main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .motion__img__item__video-container .motion__img__item__video {
    width: 17.0666666667vw;
    height: 22.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  .main__content__right .content__upData__box .data__box .motion__img__box .motion__imgBox__item .motion__img__item__video-container.active {
    border: 0.4vw solid #8b3dff;
  }
  .main__content__right .content__upData__box .content__upData__btn {
    width: auto;
    border-radius: 99px;
    height: 13.3333333333vw;
    margin: 3.3333333333vw 4.4vw 5.7333333333vw;
  }
  .main__content__right .content__upData__box .content__upData__btn .text7 {
    font: normal normal 500 4vw/6.1333333333vw Poppins;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__box {
    width: 68.2666666667vw;
    height: 68.2666666667vw;
    margin-bottom: 4.5333333333vw;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__box .blur__box .loading__icon__box {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__box .blur__box .loading__icon__box .loading__icon {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
  .loading__icon__box .loading__txt {
    font: normal normal normal 2.9333333333vw/4.4vw Poppins;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__box .loading__tips__box {
    height: auto;
    padding: 3.7333333333vw 3.0666666667vw 1.2vw;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__box .loading__tips__box:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__box .loading__tips__box .txt {
    margin-left: 2.8vw;
    width: auto;
    font: normal normal normal 2.9333333333vw/4vw Poppins;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box video {
    width: 68.2666666667vw;
    height: auto;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box {
    margin-top: 4vw;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .larger__btn {
    display: none !important;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__download__box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .download__btn,
.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .larger__btn,
.magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__btn {
    margin-right: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    font: normal normal 500 2.9333333333vw/4.4vw Poppins;
    letter-spacing: 0px;
    color: #827c9a;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .share__btn:before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-bottom: 0.5333333333vw;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box .video__btn__box .download__btn:before {
    width: 5.2vw;
    height: 5.3333333333vw;
    margin-bottom: 0.2666666667vw;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box {
    margin-bottom: 5.6vw;
  }
  .magicAnimate__main .left__show__video__box_container {
    display: block;
    position: relative;
  }
  .magicAnimate__main .main__content__box .main__content__left .left__show__video__box .v_preview_playIcon {
    top: calc(50% - 35px);
  }
  .tips__box .content__box {
    max-width: 540px;
    width: 72vw;
    padding: 6vw 3.7333333333vw;
  }
  .tips__box .content__box .close__btn {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    top: 1.6vw;
    right: 2vw;
  }
  .tips__box .content__box .tips__content1 {
    padding: 0;
    padding-top: 5.3333333333vw;
  }
  .tips__box .content__box .tips__content1 > p {
    font: normal normal 300 2.9333333333vw/4.4vw Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .tips__box .content__box .tips__content1 .progress__bar {
    margin-top: 2.8vw;
    height: 2.6666666667vw;
  }
  .tips__box .content__box .tips__content2 .success__icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font: normal normal bold 4vw/6.1333333333vw Poppins;
    margin-bottom: 1.1333333333vw;
  }
  .tips__box .content__box .tips__content2 .success__icon img {
    margin-right: 0;
    margin-bottom: 2.2666666667vw;
    width: 16.9333333333vw;
    height: 16.9333333333vw;
  }
  .tips__box .content__box .tips__content2 .text {
    margin-bottom: 14.6666666667vw;
    font-size: 3.2vw;
    text-align: center;
  }
  .tips__box .content__box .tips__content2 .generate__btn {
    width: 45.3333333333vw;
    height: 9.0666666667vw;
    border-radius: 99px;
    bottom: -14vw;
    right: 50%;
    -webkit-transform: translate(50%);
            transform: translate(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;
  }
  .tips__box .content__box .tips__other {
    margin: 6vw 0 18vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tips__box .content__box .tips__other .error__icon {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .tips__box .content__box .tips__other .text__content {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .tips__box .content__box .tips__other .text__content .ext__content__title {
    font: normal normal bold 4.5333333333vw/5.3333333333vw Poppins;
    margin-bottom: 4.4vw;
  }
  .tips__box .content__box .tips__other .text__content .ext__content__txt {
    font: normal normal 300 3.7333333333vw/5.6vw Poppins;
  }
  .tips__box .content__box .tips__other .ok__btn {
    width: 45.3333333333vw;
    height: 9.0666666667vw;
    border-radius: 99px;
    bottom: -16vw;
    right: 50%;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    font: normal normal 500 3.2vw/4.6666666667vw Poppins;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content {
    width: 86.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 0;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .close {
    width: 4.8vw;
    height: 4.8vw;
    top: 3.2vw;
    right: 3.2vw;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-title {
    font: normal normal 600 0.36rem/0.55rem Poppins;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-desc {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    margin-top: 0.1rem;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont {
    margin-top: 0.12rem;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
    border-radius: 0.06rem;
    padding: 0.11rem;
    width: 2.8rem;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title {
    padding: 0;
    font: normal normal 600 0.24rem/0.35rem Poppins;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .title img,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .title img {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .desc,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .desc {
    padding: 0;
    font: normal normal normal 0.21rem/0.3rem Poppins;
    margin-top: 0.12rem;
    height: 0.9rem;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list {
    margin-top: 0.2rem;
    padding: 0;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item.pc,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item.pc {
    display: none;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item.mb,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item.mb {
    display: block;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good .list-item img,
.main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor .list-item img {
    width: 2.52rem;
    height: 4rem;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .good {
    border: 0.03rem solid #009045;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .tips-cont .poor {
    border: 0.03rem solid #ee1a3d;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .upload_btn {
    width: 4.72rem;
    height: 0.88rem;
    margin: 0.32rem auto 0;
    background: #6d4dff 0% 0% no-repeat padding-box;
    border-radius: 0.44rem;
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .main__content__right .content__upData__box .upLoad__box__tips .upLoad__box__tips_content .clear {
    clear: both;
    height: 0.4rem;
  }
  .seo_magicAnimate_best {
    width: 100%;
    padding-bottom: 7.6vw;
  }
  .seo_magicAnimate_best h2 {
    margin: auto;
    margin-top: 9.4666666667vw;
    width: 84vw;
    text-align: center;
    font: normal normal 600 5.8666666667vw/10.8vw Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }
  .seo_magicAnimate_best .seo_magicAnimate_best_itemBox {
    width: 84vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
    margin: auto;
    margin-top: 3.3333333333vw;
  }
  .seo_magicAnimate_best .seo_magicAnimate_best_itemBox .left {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 5.0666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 3.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#f0f2ff), to(#ffffff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #f0f2ff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    border-radius: 2.6666666667vw;
  }
  .seo_magicAnimate_best_itemBox .left h3 {
    font: normal normal 600 4.2666666667vw/8vw Poppins;
    color: #000000;
    opacity: 1;
  }
  .seo_magicAnimate_best_itemBox .left .p {
    width: 71.7333333333vw;
    font: normal normal 300 2.1333333333vw/3.3333333333vw Poppins;
    color: #000000;
    margin-top: 3.7333333333vw;
  }
  .seo_magicAnimate_best_itemBox .left .p .text {
    font: normal normal 300 2.1333333333vw/3.3333333333vw;
    letter-spacing: 0.0746666667vw;
  }
  .seo_magicAnimate_best_itemBox .left .p:last-child {
    width: 71.7333333333vw;
    font: normal normal 300 2.1333333333vw/3.3333333333vw;
    margin-top: 11.7333333333vw;
  }
  .seo_magicAnimate_best_itemBox .left .p .icon_box {
    width: 1.0666666667vw;
    height: 6.1333333333vw;
    margin-right: 2.2666666667vw;
  }
  .seo_magicAnimate_best_itemBox .left .p .dot {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-radius: 50%;
    background-color: #000;
  }
  .seo_magicAnimate_best .seo_magicAnimate_best_itemBox .right {
    width: 92.5333333333vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 6.6666666667vw;
    padding-left: 6.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 7.0666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/mob/magicAnimate_best_bg.webp") 0% 0% no-repeat padding-box;
    background-size: contain;
    margin: 0;
  }
  .seo_magicAnimate_best_itemBox .right h3 {
    font: normal normal 600 4.2666666667vw/8vw Poppins;
  }
  .seo_magicAnimate_best_itemBox .right h3:last-child {
    margin-top: 2.4vw;
  }
  .seo_magicAnimate_best_itemBox .right .p {
    width: 100%;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
    margin-top: 3.7333333333vw;
  }
  .seo_magicAnimate_best_itemBox .right .p .text {
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
  }
  .seo_magicAnimate_best_itemBox .right .p:last-child {
    width: 100%;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
    margin-top: 11.4666666667vw;
  }
  .seo_magicAnimate_best_itemBox .right .p .right_icon_box {
    width: 5.2vw;
    height: 6.1333333333vw;
    margin-right: 2.2666666667vw;
    padding-top: 1.3333333333vw;
  }
  .seo_magicAnimate_best_itemBox .right .p .right_icon_box:last-child {
    height: 100%;
  }
  .seo_magicAnimate_best_itemBox .right .p .right_icon {
    width: 5.2vw;
    height: 2.6666666667vw;
    background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/bx-check-double.svg") 0% 0% no-repeat padding-box;
    background-size: contain;
  }
  .mackButton {
    width: 81.3333333333vw;
    height: 13.3333333333vw;
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
    font-family: Poppins;
    line-height: 6.4vw;
    margin: auto;
    margin-top: 6.2666666667vw;
    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;
  }
  .seo_animationDemosBox {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 9.7333333333vw 4.9333333333vw 10.8vw 4.9333333333vw;
    background-color: #1f192e;
    margin: auto;
  }
  .seo_animationDemosBox h2 {
    width: 84vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font: normal normal 600 5.8666666667vw/10.8vw Poppins;
  }
  .seo_highlightsPhotoBox {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    padding: 10.9333333333vw 8vw 13.0666666667vw 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .seo_highlightsPhotoBox h2 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font: normal normal 600 5.8666666667vw/10.8vw Poppins;
    margin: auto;
  }
  .seo_highlightsPhotoBox .seo_highlightsPhotoItemtop {
    position: relative;
    margin: auto;
    margin-top: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seo_highlightsPhotoBox .seo_highlightsPhotoItemtop .seo_highlightsPhotoItemtop_item1 {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seo_highlightsPhotoBox .seo_highlightsPhotoItemtop .seo_highlightsPhotoItemtop_item1 img {
    width: 100%;
    height: auto;
  }
  .seo_highlightsPhotoItemtop_item1_leftBox {
    width: 100%;
    height: 84.2666666667vw;
  }
  .seo_highlightsPhotoItemtop_item1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .seo_highlightsPhotoBox .seo_highlightsPhotoItemtop .seo_highlightsPhotoItemtop_item1_leftItem {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#e9ecff), to(#f8f8ff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #e9ecff 0%, #f8f8ff 100%) 0% 0% no-repeat padding-box;
    border-radius: 2.6666666667vw;
    padding: 6.9333333333vw 5.4666666667vw 7.7333333333vw 5.4666666667vw;
  }
  .seo_highlightsPhotoItemtop_item1_leftItem h3 {
    font: normal normal 600 4.2666666667vw/8vw Poppins;
  }
  .seo_highlightsPhotoItemtop_item1_leftItem p {
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
  }
  .seo_highlightsPhotoBox .seo_highlightsPhotoItemtop .seo_highlightsPhotoItemtop_item2 {
    position: relative;
    width: 100%;
    height: 126.2666666667vw;
    margin-top: 5.4666666667vw;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#380a7b), to(#1c053e)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #380a7b 0%, #1c053e 100%) 0% 0% no-repeat padding-box;
    border-radius: 2.6666666667vw;
    padding: 9.0666666667vw 5.4666666667vw 0px 4.9333333333vw;
  }
  .seo_highlightsPhotoItemtop_item2 h3 {
    font: normal normal 600 4.2666666667vw/8vw Poppins;
  }
  .seo_highlightsPhotoItemtop_item2 p {
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
    color: #e9edfe;
    margin-top: 3.8666666667vw;
  }
  .seo_highlightsPhotoItemtop_item2 .seo_Highlights_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84vw;
    height: 33.7333333333vw;
    background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/mob/seo_Highlights_bg.webp") 0% 0% no-repeat padding-box;
    background-size: contain;
  }
  .seo_highlightsPhotoItemtop_item3 {
    margin-top: 5.4666666667vw;
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6.9333333333vw 5.4666666667vw;
    background: transparent -webkit-gradient(linear, right top, left top, from(#d3d8fe), to(#f5f6ff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #d3d8fe 0%, #f5f6ff 100%) 0% 0% no-repeat padding-box;
    border-radius: 2.6666666667vw;
  }
  .seo_highlightsPhotoItemtop_item3 h3 {
    font: normal normal 600 4.2666666667vw/8vw Poppins;
  }
  .seo_highlightsPhotoItemtop_item3 p {
    margin-top: 3.8666666667vw;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
  }
  .seo_highlightsPhotoItemBottom {
    margin: auto;
    margin-top: 5.3333333333vw;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seo_highlightsPhotoItemBottom .seo_highlightsPhotoItemBottom_left {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: transparent -webkit-gradient(linear, left top, right top, from(#30254a), to(#523387)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #30254a 0%, #523387 100%) 0% 0% no-repeat padding-box;
    border-radius: 2.6666666667vw;
    padding: 5.0666666667vw 5.4666666667vw 9.0666666667vw 4.9333333333vw;
  }
  .seo_highlightsPhotoItemBottom_bg {
    width: 24.8vw;
    height: 32vw;
    background: transparent url("https://static-alter1.vidnoz.com/web/jp/img//magic-animate/seo/mob/seo_highlights_bg1.webp") 0% 0% no-repeat padding-box;
    background-size: contain;
  }
  .seo_highlightsPhotoItemBottom_left h3 {
    font: normal normal 600 4.2666666667vw/8vw Poppins;
  }
  .seo_highlightsPhotoItemBottom_left p {
    margin-top: 3.8666666667vw;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
  }
  .seo_highlightsPhotoItemBottom .seo_highlightsPhotoItemBottom_right {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 5.4666666667vw;
    background: transparent linear-gradient(288deg, #ad8df7 0%, #f3eeff 100%) 0% 0% no-repeat padding-box;
    border-radius: 2.6666666667vw;
    padding: 6.9333333333vw 5.4666666667vw;
  }
  .seo_highlightsPhotoItemBottom_right h3 {
    font: normal normal 600 4.2666666667vw/8vw Poppins;
  }
  .seo_highlightsPhotoItemBottom_right p {
    margin-top: 3.8666666667vw;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
  }
  .seo_whyDanceBox {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #271f39 0% 0% no-repeat padding-box;
    padding: 9.7333333333vw 8vw 12.5333333333vw 8vw;
  }
  .seo_whyDanceBox h2 {
    font: normal normal 600 5.8666666667vw/10.8vw Poppins;
  }
  .seo_whyDanceItemBox {
    margin-top: 6.2666666667vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .seo_whyDanceItemBox .whyDanceItem {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 8.5333333333vw;
  }
  .seo_whyDanceItemBox .whyDanceItem:last-child {
    margin-bottom: 3.6vw;
  }
  .seo_whyDanceItemBox .whyDanceItem img {
    width: 84vw;
    height: 44.5333333333vw;
    margin: auto;
  }
  .seo_whyDanceItemBox .whyDanceItem h3 {
    margin-top: 4.8vw;
    font: normal normal 600 4.2666666667vw/8vw Poppins;
  }
  .seo_whyDanceItemBox .whyDanceItem p {
    width: 84vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 2.9333333333vw;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
    color: #e9edfe;
  }
  .seo_whyDanceItemBox .whyDanceItem p a {
    cursor: pointer;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
    color: #a259ff;
  }
  .seo_whyDanceItemBox .whyDanceItem p a:hover {
    cursor: pointer;
    color: #52c7f2;
  }
  .micro-test-faq {
    width: 100%;
    padding: 0 8vw;
    padding-top: 8.2666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    margin: auto;
  }
  .micro-test-faq .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .micro-test-faq .micro-test-faq-title {
    display: none;
    /* height: fit-content;
    font: normal normal 600 calc(44 / 750 * 100vw) / calc(81 / 750 * 100vw)
      Poppins !important;
    text-align: center; */
  }
  .micro-test-faq .micro-test-faq-des {
    display: none;
  }
  .micro-test-faq .micro-test-faq-list {
    /* margin: 6px auto 0; */
    margin-top: 0px;
    width: 100%;
  }
  .micro-test-faq .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;
  }
  .micro-test-faq .micro-test-faq-item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .micro-test-faq .micro-test-faq-item::before {
    right: 0;
    top: 5.8666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/_common/faq_arrow.svg);
    background-size: 5.3333333333vw;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .micro-test-faq .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;
  }
  .micro-test-faq .micro-test-faq-name {
    padding: 4vw 4vw 6.1333333333vw 0;
    font: normal normal 500 4.2666666667vw/6.4vw Poppins;
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
  .micro-test-faq .micro-test-faq-desc {
    padding-bottom: 6.5333333333vw;
    margin-top: -0.46rem;
    display: none;
    width: 100%;
    font-size: 3.7333333333vw;
  }
  .micro-test-faq .micro-test-faq-desc a {
    font-size: 3.7333333333vw;
    color: #9c5bff;
    cursor: pointer;
  }
  .micro-test-faq .micro-test-faq-desc a:hover {
    color: #529ddb;
  }
  .micro-test-faq .micro-test-faq-desc b {
    font-weight: 600;
  }
  .micro-test-faq .micro-test-faq-desc b.css-h4 {
    display: block;
    padding: 5px 0;
  }
  .micro-test-faq .micro-test-faq-desc .css-h4 {
    font-size: inherit;
  }
  .micro-test-faq .micro-test-faq-desc .css-p {
    font-size: inherit;
  }
  .relatedArticlesBox {
    margin-top: 16.8vw;
  }
  .relatedArticlesBox h2 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 8vw;
    font-size: 5.8666666667vw !important;
    line-height: 10.8vw !important;
    font-weight: 600;
  }
  .sound-test-blog .swiper-container-blog {
    padding: 0;
    padding-top: 5.3333333333vw;
    overflow-x: hidden;
  }
  .sound-test-blog .swiper-container-blog {
    display: none;
  }
  .sound-test-blog .wrapper-blog {
    margin-top: 0.7rem;
    overflow: hidden;
    /* padding: 0 1.2rem; */
  }
  .sound-test-blog .swiper-container-blog-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
    margin: auto;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-container {
    height: 5.5rem;
  }
  .swiper-container-blog-m .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item {
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    width: 66.9333333333vw;
    height: 68vw;
    -webkit-box-shadow: 0px 1.6vw 2.1333333333vw rgba(170, 167, 188, 0.1607843137);
            box-shadow: 0px 1.6vw 2.1333333333vw rgba(170, 167, 188, 0.1607843137);
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item img {
    width: 100%;
    height: 34.2666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item h3 {
    padding: 0.38rem 0.3rem 0.12rem 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: 34vw;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #6d4dff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item p {
    padding: 0.12rem 0.3rem 0.73rem 0.4rem;
    font-size: 0.32rem;
    font-weight: 300;
    color: #39325a;
  }
  .swiper-container-blog-m {
    margin-top: 8.8vw !important;
  }
  .sound-test-blog .swiper-slide-prev {
    width: 100% !important;
    height: 100% !important;
    margin-right: 4vw;
  }
  .sound-test-blog .swiper-slide-next {
    width: 100% !important;
    height: 100% !important;
    margin-left: 4vw;
  }
  .seo_useCasesBox {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10.8vw 8vw 4vw 8vw;
  }
  .seo_useCasesBox_bg {
    display: none;
  }
  .seo_useCasesBox .seo_useCasesBox_pc {
    font: normal normal 600 5.8666666667vw/10.8vw Poppins;
  }
  .seo_useCasesBox .swiperBox {
    display: none;
  }
  .micro-test-faq-title-m {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font: normal normal 600 5.8666666667vw/10.8vw Poppins !important;
    text-align: center;
    margin-top: 1.3333333333vw;
  }
  .seo_useCasesBox_swiper1_m {
    display: block;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-x: hidden;
  }
  .seo_useCasesBox_swiper1_m + .mackButton,
.micro-test-faq-title-m {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seo_useCasesBox_swiper1_m .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.5333333333vw;
  }
  .seo_useCasesBox_swiper1_m .swiper-wrapper .swiper-slide {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .seo_useCasesBox_swiper1_m .swiper-wrapper .swiper-slide img {
    width: 84vw;
    height: 44.5333333333vw;
    border-radius: 2.6666666667vw;
  }
  .seo_useCasesBox_swiper1_m .swiper-wrapper .swiper-slide h3 {
    margin-top: 4.8vw;
    text-align: center;
    font: normal normal 600 4.2666666667vw/8vw Poppins;
    color: #000000;
  }
  .seo_useCasesBox_swiper1_m .swiper-wrapper .swiper-slide p {
    margin-top: 2.9333333333vw;
    text-align: center;
    font: normal normal 300 3.7333333333vw/7.3333333333vw Poppins;
    color: #000000;
  }
  .seo_useCasesBox_swiper1_m .swiper-pagination {
    width: 32.2666666667vw;
    height: 5.3333333333vw;
    margin: auto;
    margin-top: 6vw;
    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;
  }
  .seo_useCasesBox_swiper1_m .swiper-pagination-bullet {
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1.6vw;
    background-color: #beb8cb;
    margin-right: 2.6666666667vw;
  }
  .seo_useCasesBox_swiper1_m .swiper-pagination-bullet-active {
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #8b3dff;
  }
  .seo_howDance {
    padding: 1rem 0 1.1rem;
    display: block;
  }
  .seo_howDance h2 {
    max-width: 6.3rem;
    font: normal normal 600 0.46rem/0.69rem Poppins;
    color: #000000;
    margin: 0 auto 0.46rem;
  }
  .seo_howDance .howDance_wrapper {
    width: 6.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.32rem;
    margin: 0 auto 0.09rem;
  }
  .seo_howDance .howDance_wrap {
    border-radius: 0.1rem;
    padding: 0.4rem 0.4rem 0.72rem;
    width: 100%;
  }
  .seo_howDance .howDance_h3 {
    font: normal normal 600 0.32rem/0.6rem Poppins;
    margin: 0.32rem 0 0.2rem;
  }
  .seo_howDance .howDance_p {
    text-align: center;
    font: normal normal normal 0.28rem/0.55rem Poppins;
    color: #000000;
  }
  .seo_howDance .mackButton {
    max-width: 6.3rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5rem;
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .wrapper-forgettable {
    width: 100%;
    height: 10.72rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/ai-banner-mob.webp") no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-forgettable h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 1.86rem;
    width: 5.85rem;
  }
  .wrapper-forgettable .wrapper-forgettable-H3_m {
    text-align: center;
    font: normal normal 300 0.26rem/0.55rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 0.48rem;
    width: 5.04rem;
  }
  .wrapper-forgettable .wrapper-forgettable-H3 {
    display: none;
  }
  .wrapper-forgettable .wrapper-forgettable-H3_m {
    display: block;
  }
  .seo_animationDemosItemBox,
.demosBox_bg1,
.demosBox_bg2 {
    display: none;
  }
  .seo_animationDemosItemBox_m {
    display: block;
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 6.2666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seo_animationDemosItemBox_m .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.5333333333vw;
  }
  .seo_animationDemosItemBox_m .swiper-wrapper .swiper-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* box-shadow: 0px calc(20 / 750 * 100vw) calc(32 / 750 * 100vw) #000000; */
    border-radius: 2.6666666667vw;
  }
  .seo_animationDemosItemBox_m .swiper-wrapper video {
    width: 61.2vw;
    -webkit-box-shadow: 0px 2.6666666667vw 4.2666666667vw #000000;
            box-shadow: 0px 2.6666666667vw 4.2666666667vw #000000;
    border-radius: 2.6666666667vw;
  }
  .swiper-button-next1,
.swiper-button-prev1 {
    display: inline-block;
    width: 18.9333333333vw;
    height: 18.9333333333vw;
    /* transform: rotate(180deg); */
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/mob/next.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .swiper-button-next1 {
    position: absolute;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-button-prev1 {
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-button-prev1 i,
.swiper-button-next1 i {
    display: inline-block;
    width: 18.9333333333vw;
    height: 18.9333333333vw;
    position: relative;
  }
  .swiper-button-next1:active,
.swiper-button-prev1:active {
    border: none;
  }
  .disabled {
    cursor: no-drop;
    opacity: 0.4;
    pointer-events: none;
  }
  .swiper-button-prev1,
.swiper-button-prev2 {
    display: inline-block;
    width: 18.9333333333vw;
    height: 18.9333333333vw;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/mob/prev.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .swiper-button-prev1:active,
.swiper-button-prev2:active {
    border: none;
  }
  .magicAnimateBox {
    width: 100%;
    overflow-y: hidden;
  }
  .seo_animationDemosItemBox_m .swiper-slide-active {
    margin-left: 14.4vw;
  }
  .seo_animationDemosItemBox_m .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 32.2666666667vw;
    height: 5.3333333333vw;
    margin: auto;
    margin-top: 6vw;
    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;
  }
  .seo_animationDemosItemBox_m .swiper-pagination-bullet {
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1.6vw;
    background-color: #beb8cb;
    margin-right: 2.6666666667vw;
  }
  .seo_animationDemosItemBox_m .swiper-pagination-bullet-active {
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #8b3dff;
  }
  .seo_animationDemosBox .mackButton {
    margin-top: 9.0666666667vw;
  }
  .seo_animationDemosItemBox_m .playIocn {
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 16vw;
    height: 16vw;
    border-radius: 50%;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/magic-animate/seo/pc/play.svg");
    background-position: center;
    background-size: contain;
  }
}
.btnM {
  margin-left: 15px;
  position: relative;
}

.btnM.edit_loading {
  cursor: wait;
  pointer-events: none;
}

.btnM.edit_loading .btn_edit_loading_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn_edit_loading_box {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  display: none;
}

.btn_edit_loading_box .btn_edit_loading {
  width: 32px !important;
  height: 32px !important;
  -webkit-animation: loading_icon linear 1s infinite;
          animation: loading_icon linear 1s infinite;
}

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

@keyframes loading_icon {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .btnM {
    display: none !important;
  }
}