@charset "UTF-8";
:root {
  --btn-bg-color: #8b3dff;
  --text-color: #fff;
  --text-b-color: #000000;
  --border-color: #ebebeb;
  --border-radius: 3px;
  --ball-color: #ddc7ff;
  --border-top-color: #a065f9;
  --dot-color: #beb8cb;
  --dot-active-color: #6d4dff;
  --bg-color: #f8f8f8;
  --border-bottom-color: #d2d0de;
  --a-val: 0.17;
  --click-btn-color: #15151c;
  --bg-hover-color: #eadcff;
  --article-border-color: #d7d4e5;
  --text-z-color: #a300ff;
  --text-m-color: #8b3dff;
  --text-btn-color: #632eaf;
}

.music-video-main {
  padding-bottom: 90px;
  width: 100%;
  background: transparent linear-gradient(90deg, #fcf9ff 0%, #edf0ff 100%) 0% 0% no-repeat padding-box;
}
.music-video-main ::-webkit-scrollbar,
.music-video-main ::-webkit-scrollbar-track,
.music-video-main ::-webkit-scrollbar-thumb {
  cursor: auto;
}
.music-video-main ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.music-video-main ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(140, 140, 151, 0.2);
}
.music-video-main ::-webkit-scrollbar-thumb:hover {
  background: rgba(109, 113, 122, 0.5);
}
.music-video-main .bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.music-video-main .tips {
  width: max-content;
  position: relative;
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
  padding: 14px 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2196078431);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: none;
}
.music-video-main .tips::before {
  content: "";
  border: 6px solid transparent;
  border-bottom: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  border-top-color: #ddd;
  z-index: 99;
}
.music-video-main .tips::after {
  border: 6px solid transparent;
  border-bottom: 0;
  border-top-color: #fff;
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 101;
}
.music-video-main svg {
  width: 100%;
  height: 100%;
  display: flex;
}
.music-video-main img {
  vertical-align: middle;
}
.music-video-main .h1-title {
  padding-top: 18px;
  font: normal normal bold 36px/55px Poppins;
  color: #39325a;
  text-align: center;
}
.music-video-main .subtitle {
  width: 1086px;
  margin: 9px auto 0;
  font: normal normal 300 19px/29px Poppins;
  color: #39325a;
  text-align: center;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.music-video-main .music-video-tool {
  margin: 32px auto 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
.music-video-main .music-video-tool.is-firefox * {
  scrollbar-width: thin;
}
.music-video-main .music-video-tool .tool-left {
  text-align: right;
  width: 520px;
}
.music-video-main .music-video-tool .tool-left .poster {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-left .tool-left-poster {
  width: 100%;
  border-radius: 10px;
}
.music-video-main .music-video-tool .tool-left .tool-left-poster.hide {
  display: none;
}
.music-video-main .music-video-tool .tool-left .ideating {
  width: 100%;
  height: 292px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.music-video-main .music-video-tool .tool-left .ideating .loading-icon {
  width: 43px;
  height: 43px;
  display: flex;
  animation: rotate 1s linear infinite;
}
.music-video-main .music-video-tool .tool-left .ideating .loading-title {
  margin-top: 15px;
  font: normal normal bold 16px/25px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-left .ideating .loading-title > span {
  font: normal normal bold 16px/25px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-left .ideating .loading-tip {
  font: normal normal 300 13px/20px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-left .ideating.hide {
  display: none;
}
.music-video-main .music-video-tool .tool-left .video-box.hide {
  display: none;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container {
  position: relative;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .finished-video {
  width: 520px;
  height: 292px;
  border-radius: 11px;
  display: flex;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0px 0px 11px 11px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 10px;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_btn_clip {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: flex;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_btn_clip.pause {
  display: none;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_btn_clip.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip {
  width: 360px;
  height: 6px;
  margin-right: 15px;
  margin-left: 11px;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip .video-progress-bar {
  width: 100%;
  height: 100%;
  outline: none;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 20px;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip .video-progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip .video-progress-bar::-ms-thumb {
  -ms-appearance: none;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip .video-progress-bar::-moz-range-thumb {
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip .control_progress_inner_clip {
  width: 0%;
  height: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_time_clip {
  width: 72px;
  text-align: center;
  font: normal normal normal 13px/20px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item {
  width: 82px;
  height: 82px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item:not(:last-child) {
  margin-right: 20px;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item .btn-icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item .btn-icon svg {
  width: 100%;
  height: 100%;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item .btn-text {
  font: normal normal normal 12px/18px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-left .video-box .finished-btns #share {
  display: none;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.74);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 33px;
  right: 20px;
  cursor: pointer;
  color: #000;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .close svg {
  width: 100%;
  height: 100%;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-video-container .finished-video {
  width: 789px;
  height: 442px;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-video-container .controls_clip {
  height: 44px;
  padding-left: 13px;
  padding-right: 12px;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-video-container .controls_clip .control_btn_clip {
  width: 28px;
  height: 28px;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-video-container .controls_clip .control_btn_clip svg {
  width: 100%;
  height: 100%;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-video-container .controls_clip .control_progress_clip {
  width: 630px;
  margin-right: 10px;
  margin-left: 15px;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-btns {
  margin-top: 23px;
  width: 789px;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-btns #zoomDownload {
  margin-left: auto;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-btns #zoomShare {
  display: none;
}
.music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-btns #zoomShare {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step {
  width: 492px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(226, 226, 226, 0.85);
  border-radius: 10px;
  position: relative;
}
.music-video-main .music-video-tool .tool-right .step .icon_step {
  position: absolute;
  width: 32px;
  height: 33px;
  top: -10px;
  left: 12px;
}
.music-video-main .music-video-tool .tool-right .step .step-title {
  font: normal normal 500 16px/23px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step1 {
  height: 180px;
  margin-bottom: 13px;
  padding-top: 9px;
}
.music-video-main .music-video-tool .tool-right .step1 .step1-top {
  display: flex;
  justify-content: space-between;
  padding: 0 19px 0 54px;
}
.music-video-main .music-video-tool .tool-right .step1 .step1-top .sample-music {
  font: normal normal 500 14px/21px Poppins;
  color: #6d4dff;
  cursor: pointer;
  text-decoration: underline;
}
.music-video-main .music-video-tool .tool-right .step1 .step1-top .sample-music.hide {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step1 .no-upload {
  margin-top: 42px;
  padding: 0 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step1 .no-upload #musicFileInput {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step1 .no-upload .upload-btn {
  width: 286px;
  height: 43px;
  background: #6d4dff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal 500 17px/26px Poppins;
  color: #ffffff;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step1 .no-upload .upload-btn .upload-btn-icon {
  display: flex;
  width: 20px;
  height: 23px;
  margin-right: 10px;
}
.music-video-main .music-video-tool .tool-right .step1 .no-upload .upload-tips {
  margin-top: 8px;
  font: normal normal 500 12px/20px Poppins;
  color: #6f6f6f;
}
.music-video-main .music-video-tool .tool-right .step1 .upload {
  margin-top: 20px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils {
  margin: 0 26px 10px 35px;
  display: flex;
  justify-content: space-between;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-info {
  display: flex;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-info .music-icon {
  width: 18px;
  height: 21px;
  margin-right: 8px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-info .music-name {
  font: normal normal 500 16px/25px Poppins;
  color: #39325a;
  margin-right: 8px;
  max-width: 286px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-info .music-time {
  font: normal normal normal 12px/18px Poppins;
  color: #575757;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn {
  display: flex;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .icon {
  width: 100%;
  height: 100%;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut.active .icon {
  color: #8b3dff;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .cut-tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .cut-tips::before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .cut-tips::after {
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-delete {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-delete .icon {
  width: 100%;
  height: 100%;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit {
  display: flex;
  align-items: center;
  width: 457px;
  height: 68px;
  margin: 0 20px 0 15px;
  padding-left: 25px;
  padding-right: 13px;
  background-color: #f8f7fa;
  border-radius: 34px;
  border: 1px solid #f6f5f8;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .play-icon {
  width: 19px;
  height: 19px;
  margin-right: 6px;
  color: #39325a;
  cursor: pointer;
  display: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .play-icon.active {
  display: flex;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .play-icon.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .stop-icon {
  width: 19px;
  height: 19px;
  margin-right: 6px;
  color: #39325a;
  cursor: pointer;
  display: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .stop-icon.active {
  display: flex;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container {
  position: relative;
  width: 366px;
  height: 10px;
  display: flex;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container input[type=range]:disabled {
  opacity: 1 !important;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track {
  width: 60%;
  height: 24px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8b3dff;
  border-radius: 3px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music-bar {
  display: flex;
  position: absolute;
  width: 0%;
  height: 10px;
  background-color: #39325a;
  border-radius: 0 20px 20px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music {
  width: 100%;
  height: 10px;
  position: relative;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music::-moz-range-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music::-ms-thumb {
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider {
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-webkit-slider-runnable-track,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 10px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-moz-range-track,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-moz-range-track {
  -moz-appearance: none;
  height: 10px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-ms-track,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-ms-track {
  appearance: none;
  height: 10px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-webkit-slider-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: -7px;
  pointer-events: auto;
  border-radius: 0%;
  width: 9px;
  height: 24px;
  border: 4px solid #8b3dff;
  background-color: #f8f7fa;
  box-shadow: none;
  box-sizing: border-box;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-moz-range-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-moz-range-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: -7px;
  pointer-events: auto;
  border-radius: 0%;
  width: 9px;
  height: 24px;
  border: 4px solid #8b3dff;
  background-color: #f8f7fa;
  box-shadow: none;
  box-sizing: border-box;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-ms-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-ms-thumb {
  appearance: none;
  cursor: pointer;
  margin-top: -7px;
  pointer-events: auto;
  border-radius: 0%;
  width: 9px;
  height: 24px;
  border: 4px solid #8b3dff;
  background-color: #f8f7fa;
  box-shadow: none;
  box-sizing: border-box;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-webkit-slider-thumb {
  border-radius: 3px 0px 0px 3px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-moz-range-thumb {
  border-radius: 3px 0px 0px 3px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-ms-thumb {
  border-radius: 3px 0px 0px 3px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-webkit-slider-thumb {
  border-radius: 0px 3px 3px 0px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-moz-range-thumb {
  border-radius: 0px 3px 3px 0px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-ms-thumb {
  border-radius: 0px 3px 3px 0px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .edit-btn-time {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font: normal normal normal 11px/17px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container.active .slider-track {
  border-color: #393939;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container.active .start-slider::-webkit-slider-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container.active .end-slider::-webkit-slider-thumb {
  border-color: #393939;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container.active .start-slider::-moz-range-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container.active .end-slider::-moz-range-thumb {
  border-color: #393939;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container.active .start-slider::-ms-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container.active .end-slider::-ms-thumb {
  border-color: #393939;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress {
  position: absolute;
  left: 0;
  height: 10px;
  background-color: #39325a;
  border-radius: 20px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar {
  width: 100%;
  outline: none;
  height: 10px;
  background-color: rgba(44, 55, 79, 0.12);
  border-radius: 20px;
  position: relative;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar.edit {
  background: #aaaaaa 0% 0% no-repeat padding-box;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar::-ms-thumb {
  -ms-appearance: none;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar::-moz-range-thumb {
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box {
  width: 21px;
  height: 31px;
  margin-left: 6px;
  position: relative;
  color: #000;
  display: flex;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips {
  position: absolute;
  max-width: 345px;
  bottom: auto;
  top: 33px;
  z-index: 1;
  right: -52px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips span {
  color: #8b3dff;
  text-decoration: underline;
  font: normal normal normal 14px/21px Poppins;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips span:hover {
    opacity: 0.7;
  }
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips::before {
  top: -7px;
  border: 6px solid transparent;
  border-bottom-color: #ddd;
  border-top: 0;
  right: 54px;
}
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips::after {
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  right: 54px;
}
.music-video-main .music-video-tool .tool-right .step2 {
  height: 380px;
  margin-bottom: 15px;
  padding-top: 12px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-top {
  padding: 0 19px 0 59px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content {
  margin-top: 18px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title {
  font: normal normal 600 14px/18px Poppins;
  color: #39325a;
  padding-left: 32px;
  margin-bottom: 7px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #39325a 0% 0% no-repeat padding-box;
  border-radius: 50%;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon,
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon_custom {
  display: none;
  width: 32px;
  height: 32px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_del.svg");
  background-size: 100%;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon:hover,
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon_custom:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_del_hover.svg");
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon.disabled,
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon_custom.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon.active,
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon_custom.active {
  display: block;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title {
  padding-inline-start: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-tab-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-tab {
  font: normal normal 600 14px/21px Poppins;
  color: #39325a;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-tab:hover {
    color: #736e8a;
  }
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-tab.active {
  color: #6d4dff;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: #6d4dff;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-line {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #e7e7ec;
  margin: 0 18px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title::before {
  content: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .custom-tip {
  display: block;
  width: 14px;
  height: 14px;
  margin-inline-start: 8px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41IiBoZWlnaHQ9IjE1LjUiIHZpZXdCb3g9IjAgMCAxNS41IDE1LjUiPgogIDxnIGlkPSJpY29uLTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc1IDAuNzUpIj4KICAgIDxwYXRoIGlkPSLot6/lvoRfMTc4OTE5IiBkYXRhLW5hbWU9Iui3r+W+hCAxNzg5MTkiIGQ9Ik0xMSwxOGE3LDcsMCwxLDAtNC45NS0yLjA1QTYuOTc4LDYuOTc4LDAsMCwwLDExLDE4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMzYTMyNWEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzE3ODkyMCIgZGF0YS1uYW1lPSLot6/lvoQgMTc4OTIwIiBkPSJNMTkuOCwxNy40MjV2LTEuMmExLjgsMS44LDAsMSwwLTEuOC0xLjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi44IC05LjMxOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNhMzI1YSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogICAgPHBhdGggaWQ9Iui3r+W+hF8xNzg5MjEiIGRhdGEtbmFtZT0i6Lev5b6EIDE3ODkyMSIgZD0iTTIyLjI1LDM0LjEyNWEuNzUuNzUsMCwxLDAtLjc1LS43NUEuNzUuNzUsMCwwLDAsMjIuMjUsMzQuMTI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1LjI1IC0yMi40MDEpIiBmaWxsPSIjM2EzMjVhIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=");
}
@media screen and (min-width: 1200px) {
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .custom-tip:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41IiBoZWlnaHQ9IjE1LjUiIHZpZXdCb3g9IjAgMCAxNS41IDE1LjUiPgogIDxnIGlkPSJpY29uLTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc1IDAuNzUpIj4KICAgIDxwYXRoIGlkPSLot6/lvoRfMTc4OTE5IiBkYXRhLW5hbWU9Iui3r+W+hCAxNzg5MTkiIGQ9Ik0xMSwxOGE3LDcsMCwxLDAtNC45NS0yLjA1QTYuOTc4LDYuOTc4LDAsMCwwLDExLDE4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNzY2MWQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzE3ODkyMCIgZGF0YS1uYW1lPSLot6/lvoQgMTc4OTIwIiBkPSJNMTkuOCwxNy40MjV2LTEuMmExLjgsMS44LDAsMSwwLTEuOC0xLjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi44IC05LjMxOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Y3NjYxZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogICAgPHBhdGggaWQ9Iui3r+W+hF8xNzg5MjEiIGRhdGEtbmFtZT0i6Lev5b6EIDE3ODkyMSIgZD0iTTIyLjI1LDM0LjEyNWEuNzUuNzUsMCwxLDAtLjc1LS43NUEuNzUuNzUsMCwwLDAsMjIuMjUsMzQuMTI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1LjI1IC0yMi40MDEpIiBmaWxsPSIjZjc2NjFkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=");
  }
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-wrap {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-wrap.active {
  display: block;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .no-singer-popup {
  display: none;
  position: absolute;
  top: 30px;
  left: 74px;
  z-index: 2;
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 14, 107, 0.1019607843);
  border: 1px solid #e2e5ee;
  border-radius: 10px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .no-singer-popup-content {
  padding: 12px 18px;
  font: normal normal 600 14px/21px Poppins;
  color: #282e48;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .no-singer-popup-content:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e2e5ee;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .no-singer-popup-content:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp {
  position: absolute;
  width: 445px;
  height: 179px;
  top: -105px;
  left: -23px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3411764706);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  z-index: 2;
  padding: 12px 16px 22px 14px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp::before {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp::after {
  border-width: 11px;
  bottom: -9px;
  left: 58px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-close {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-title {
  font: normal normal normal 14px/20px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont {
  margin-top: 9px;
  display: flex;
  align-items: flex-start;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-img {
  display: flex;
  width: 103px;
  height: 107px;
  margin-right: 8px;
  border-radius: 10px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-list {
  margin-top: -2px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-list-item {
  display: flex;
  align-items: center;
  font: normal normal normal 13px/19px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-list-item:not(:last-child) {
  margin-bottom: 6px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-list-item .item-icon {
  display: block;
  margin-right: 9px;
  width: 16px;
  height: 16px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp.hover {
  display: block;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 13px;
  height: 78px;
  overflow-y: auto;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list #uploadSingerIpt {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.upload {
  background: #372f5c 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.upload .upload-icon {
  width: 20px;
  height: 19px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.upload .upload-text {
  font: normal normal 300 13px/20px Poppins;
  color: #ffffff;
  margin-top: 3px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.singer {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.singer::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 50%;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.singer.active::before {
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px #8b3dff;
  content: "";
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item .singer-img {
  width: 86px;
  object-fit: cover;
  display: flex;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item .singer-img.cross {
  height: 100%;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item .singer-img.vertical {
  height: auto;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer #customSingerList .custom-create-button {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  background: transparent linear-gradient(180deg, #6d4dff 0%, #b93dff 100%) 0 0 no-repeat padding-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font: normal normal 300 10px/16px Poppins;
  color: #ffffff;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer #customSingerList .custom-create-button:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjguMDA1IiBoZWlnaHQ9IjI4LjAwNSIgdmlld0JveD0iMCAwIDI4LjAwNSAyOC4wMDUiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0i55+p5b2iXzMxODA4IiBkYXRhLW5hbWU9IuefqeW9oiAzMTgwOCIgd2lkdGg9IjI4LjAwNSIgaGVpZ2h0PSIyOC4wMDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzIDEwLjk5NSkiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzcwNzA3MCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2NsaXBQYXRoPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIxIiB5MT0iMSIgeDI9IjAuNDYxIiB5Mj0iMC41ODEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij4KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNmQ0ZGZmIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2I5M2RmZiIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPGcgaWQ9Imljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMyAtMTAuOTk1KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9Iui3r+W+hF8yNDE5IiBkYXRhLW5hbWU9Iui3r+W+hCAyNDE5IiBkPSJNNS4xNTksNDguMzE4VjQyTTIsNDUuMTU5SDguMzE4bTcuNTgxLTEuOS0yLjE5MSw1LjdBOC4xNTUsOC4xNTUsMCwwLDEsMTIuOSw1MC43NGEzLjc4OSwzLjc4OSwwLDAsMS0uODkzLjg5Myw4LjE1Myw4LjE1MywwLDAsMS0xLjc3OS44MTJsLTUuNywyLjE5MSw1LjcsMi4xOTFBOC4xNTQsOC4xNTQsMCwwLDEsMTIsNTcuNjM4YTMuNzg5LDMuNzg5LDAsMCwxLC44OTMuODkzLDguMTU0LDguMTU0LDAsMCwxLC44MTIsMS43NzlsMi4xOTEsNS43LDIuMTkxLTUuN0E4LjE1NSw4LjE1NSwwLDAsMSwxOC45LDU4LjUzYTMuNzg5LDMuNzg5LDAsMCwxLC44OTMtLjg5Myw4LjE1NSw4LjE1NSwwLDAsMSwxLjc3OS0uODEybDUuNy0yLjE5MS01LjctMi4xOTFhOC4xNTQsOC4xNTQsMCwwLDEtMS43NzktLjgxMiwzLjc4OSwzLjc4OSwwLDAsMS0uODkzLS44OTMsOC4xNTUsOC4xNTUsMCwwLDEtLjgxMi0xLjc3OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyLjQ4NiAtMjguNDc0KSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHBhdGggaWQ9Iui3r+W+hF8xNzk1NjAiIGRhdGEtbmFtZT0i6Lev5b6EIDE3OTU2MCIgZD0iTTE1LjUxOSw0My4wNzRsLTIuMTkxLDUuN2E4LjE1NSw4LjE1NSwwLDAsMS0uODEyLDEuNzc5LDMuNzg4LDMuNzg4LDAsMCwxLS44OTMuODkzLDguMTUzLDguMTUzLDAsMCwxLTEuNzc5LjgxMmwtNS43LDIuMTkxaDExLjRTMTUuNTE5LDU0LjQzNiwxNS41MTksNDMuMDc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIuODY2IC0yOC4yODQpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KICA8L2c+Cjwvc3ZnPgo=");
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .ios__arrow {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style {
  margin-top: 18px;
  position: relative;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont {
  margin: 7px 7px 0 23px;
  display: flex;
  overflow: hidden;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style {
  width: 149px;
  height: 30px;
  padding: 5px 7px 5px 5px;
  display: flex;
  align-items: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  margin-right: 6px;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style .style-img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style .style-name {
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
  width: 98px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style .delete-icon {
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: auto;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn {
  width: 149px;
  height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 5px 8px 5px 7px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn .icon {
  width: 20px;
  height: 20px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn .select-arrow {
  width: 12px;
  height: 12px;
  margin-left: auto;
  color: #1e1e2e;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn.hide {
  display: none;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size {
  margin-top: 21px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont {
  padding-left: 23px;
  display: flex;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item {
  display: flex;
  align-items: center;
  width: 74px;
  height: 30px;
  padding: 5px 8px;
  margin-right: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item.active {
  border: 1px solid #6d4dff;
  background: #d8d0ff 0% 0% no-repeat padding-box;
  color: #6d4dff;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item.active .video-size-icon {
  color: #6d4dff;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item .video-size-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-tips {
  visibility: hidden;
  padding-left: 23px;
  font: normal normal normal 12px/18px Poppins;
  color: #ee1a3d;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only {
  display: flex;
  justify-content: space-between;
  padding-right: 23px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box {
  position: relative;
  display: flex;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .tit-font {
  font: normal normal 600 14px/18px Poppins;
  color: #39325a;
  padding-left: 32px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .tit-font::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #39325a 0% 0% no-repeat padding-box;
  border-radius: 50%;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .msg-font {
  font: normal normal 14px/18px Poppins;
  color: #6f6f6f;
  margin-left: 8px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box-activ .df-img {
  display: none !important;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box-activ .at-img {
  display: inline-block !important;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .df-img {
  display: inline-block;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .at-img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box:hover .df-img {
    display: none;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box:hover .at-img {
    display: inline-block;
  }
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show {
  display: none;
  position: absolute;
  width: 506px;
  height: 258px;
  padding: 20px;
  top: -258px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/banner1.svg");
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content {
  display: flex;
  justify-content: space-between;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .old-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .old-box .old-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 51px;
  background: #e1dfe5 0% 0% no-repeat padding-box;
  border-radius: 50px;
  font: normal normal bold 14px/26px Poppins;
  color: #39325a;
  margin-bottom: 10px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .new-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .new-box .new-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 51px;
  background: #ffe1da 0% 0% no-repeat padding-box;
  border-radius: 50px;
  font: normal normal bold 14px/26px Poppins;
  color: #f7661d;
  margin-bottom: 10px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content video {
  border-radius: 10px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-msg {
  margin-top: 14px;
  font: normal normal normal 14px/26px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item input {
  opacity: 0;
  width: 0;
  height: 0;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item input:checked + .slider {
  background-color: #6d4dff;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item input:focus + .slider {
  box-shadow: 0 0 1px #6d4dff;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1c8ff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.music-video-main .music-video-tool .tool-right .step3 {
  height: 157px;
  padding-top: 10px;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-top {
  padding: 0 17px 0 52px;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-top .step3-title {
  height: 28px;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn {
  position: relative;
  width: 314px;
  height: 48px;
  padding: 0 90px;
  background: #6d4dff 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  border-radius: 27px;
  cursor: pointer;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .generate-btn_text {
  font: normal normal 500 17px/26px Poppins;
  color: #ffffff;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .credit_tip {
  position: absolute;
  top: -13px;
  right: 3px;
  height: 25px;
  border-radius: 16px 16px 0px 16px;
  background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  display: flex;
  align-items: center;
  padding: 0 11px;
  display: none;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .credit_tip .credit_icon {
  width: 12px;
  height: 12px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/bth_coins.svg");
  background-size: 100%;
  margin-right: 6px;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .credit_tip .credit_num {
  font: normal normal 600 11px/12px Poppins;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn.use_credit .credit_tip {
  display: flex;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .video-tips {
  margin-top: 12px;
  display: flex;
  align-items: center;
  font: normal normal 500 13px/20px Poppins;
  color: #39325a;
}
.music-video-main .music-video-tool .tool-right .step3 .step3-content .video-tips .copy-icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.music-video-main .music-video-tool .tool-right.disabled .pick-singer-tab-wrap,
.music-video-main .music-video-tool .tool-right.disabled .step1 .upload,
.music-video-main .music-video-tool .tool-right.disabled .step1 .no-upload,
.music-video-main .music-video-tool .tool-right.disabled .step2 .step2-content .step2-item-title .delete_icon,
.music-video-main .music-video-tool .tool-right.disabled .step2 .step2-content .step2-item-title .delete_icon_custom,
.music-video-main .music-video-tool .tool-right.disabled .step2 .step2-content .pick-singer .singer-list,
.music-video-main .music-video-tool .tool-right.disabled .step2 .step2-content .select-style .select-style-cont,
.music-video-main .music-video-tool .tool-right.disabled .step2 .step2-content .video-size .video-size-cont,
.music-video-main .music-video-tool .tool-right.disabled .step3 .step3-content .generate-btn {
  opacity: 0.4;
  pointer-events: none;
}
.music-video-main .dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
}
.music-video-main .dialog.hidden {
  display: none;
}
.music-video-main .dialog.uploading .uploading {
  display: flex !important;
}
.music-video-main .dialog.failed .failed {
  display: block !important;
}
.music-video-main .dialog .dialog-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
  border: 1px solid #e2e2e2;
  border-radius: 13px;
  position: relative;
}
.music-video-main .dialog .dialog-container .dialog-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 9px;
  color: #afafaf;
  cursor: pointer;
  display: flex;
}
.music-video-main .dialog .dialog-container .uploading {
  width: 550px;
  height: 156px;
  padding: 36px 28px 18px 32px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
  border: 1px solid #e2e2e2;
  border-radius: 13px;
  flex-direction: column;
  display: none;
}
.music-video-main .dialog .dialog-container .uploading .uploading-text {
  display: flex;
  justify-content: space-between;
}
.music-video-main .dialog .dialog-container .uploading .uploading-text .title,
.music-video-main .dialog .dialog-container .uploading .uploading-text .percentage {
  font: normal normal 300 14px/21px Poppins;
  color: #39325a;
}
.music-video-main .dialog .dialog-container .uploading .uploading-progress {
  margin-top: 15px;
  width: 484px;
  height: 11px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.music-video-main .dialog .dialog-container .uploading .uploading-progress .uploading-progress-active {
  width: var(--progress-width);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #6d4dff 0% 0% no-repeat padding-box;
  transition: width 20ms linear;
}
.music-video-main .dialog .dialog-container .uploading .uploading-progress .uploading-progress-bar {
  width: 100%;
  height: 100%;
  background: #eeecff 0% 0% no-repeat padding-box;
  border: 1px solid #eeecff;
}
.music-video-main .dialog .dialog-container .uploading .uploading-progress .uploading-progress-bar::-webkit-slider-thumb {
  display: none;
  border: none;
}
.music-video-main .dialog .dialog-container .uploading .uploading-progress .uploading-progress-bar::-ms-thumb {
  display: none;
  border: none;
}
.music-video-main .dialog .dialog-container .uploading .uploading-progress .uploading-progress-bar::-moz-range-thumb {
  display: none;
  border: none;
}
.music-video-main .dialog .dialog-container .uploading .uploading-btm {
  margin-top: 21px;
  display: flex;
  justify-content: flex-end;
}
.music-video-main .dialog .dialog-container .uploading .uploading-btm .uploading-btn {
  width: 156px;
  height: 32px;
  background: #6d4dff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal 500 15px/23px Poppins;
  color: #ffffff;
  cursor: pointer;
}
.music-video-main .dialog .dialog-container .failed {
  width: 550px;
  min-height: 156px;
  padding: 29px 21px 18px 32px;
  display: none;
}
.music-video-main .dialog .dialog-container .failed .failed-box {
  display: flex;
  align-items: center;
}
.music-video-main .dialog .dialog-container .failed .failed-box .failed-img {
  width: 56px;
  height: 56px;
}
.music-video-main .dialog .dialog-container .failed .failed-box .failed-cont {
  margin-left: 10px;
}
.music-video-main .dialog .dialog-container .failed .failed-box .failed-cont .failed-title {
  font: normal normal bold 17px/26px Poppins;
  color: #39325a;
}
.music-video-main .dialog .dialog-container .failed .failed-box .failed-cont .failed-text {
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
  margin-top: 3px;
}
.music-video-main .dialog .dialog-container .failed .failed-btm {
  margin-top: 21px;
  display: flex;
  justify-content: flex-end;
}
.music-video-main .dialog .dialog-container .failed .failed-btm .failed-btn {
  width: 156px;
  height: 32px;
  background: #6d4dff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal 500 15px/23px Poppins;
  color: #ffffff;
  cursor: pointer;
}
.music-video-main .dialog .dialog-container .failed.center {
  width: 504px;
  height: 246px;
  padding-bottom: 43px;
  padding-top: 55px;
}
.music-video-main .dialog .dialog-container .failed.center .failed-box {
  flex-direction: column;
}
.music-video-main .dialog .dialog-container .failed.center .failed-box .failed-img {
  height: 64px;
}
.music-video-main .dialog .dialog-container .failed.center .failed-box .failed-cont {
  margin-left: 0px;
}
.music-video-main .dialog .dialog-container .failed.center .failed-box .failed-cont .failed-title {
  display: none;
}
.music-video-main .dialog .dialog-container .failed.center .failed-box .failed-cont .failed-text {
  margin-top: 9px;
}
.music-video-main .dialog .dialog-container .failed.center .failed-btm {
  margin-top: 23px;
  justify-content: center;
}
.music-video-main .ttv_video_demo .clip-video {
  margin: 0 auto;
  width: 1041px;
  margin-top: 30px;
}
.music-video-main .ttv_video_demo .clip-video .title-video {
  color: #39325a;
}
.music-video-main .ttv_video_demo .clip-video .clip-video-content {
  display: flex;
  flex-wrap: wrap;
}
.music-video-main .ttv_video_demo .clip-video .clip-video-content-item {
  width: calc((100% - 52px) / 5);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: 13px;
  cursor: pointer;
  position: relative;
}
.music-video-main .ttv_video_demo .clip-video .clip-video-content-item:first-child {
  margin-left: 0;
}
.music-video-main .ttv_video_demo .clip-video .clip-video-content-item video {
  border-radius: 8px;
  object-fit: cover;
}

.style-dialog {
  width: 1050px;
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
}
.style-dialog .style-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  margin-bottom: 16px;
}
.style-dialog .style-dialog-header .style-dialog-title {
  font: normal normal bold 16px/25px Poppins;
  color: #282e48;
}
.style-dialog .style-dialog-header .style-dialog-close {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.style-dialog .style-dialog-header .style-dialog-close img {
  display: block;
}
.style-dialog .style-dialog-header .style-dialog-close:hover {
  background-color: #e9eaec;
}
.style-dialog .style-dialog-body {
  margin-bottom: 20px;
}
.style-dialog .style-dialog-body .style-dialog-tabs {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  margin-bottom: 13px;
  gap: 8px;
}
.style-dialog .style-dialog-body .style-dialog-tabs .style-dialog-tab {
  background: rgba(40, 46, 72, 0.06) 0 0 no-repeat padding-box;
  border-radius: 99px;
  font: normal normal 500 12px/18px Poppins;
  color: #282e48;
  padding: 9px 16px;
  cursor: pointer;
}
.style-dialog .style-dialog-body .style-dialog-tabs .style-dialog-tab:hover {
  background: rgba(40, 46, 72, 0.1) 0 0 no-repeat padding-box;
}
.style-dialog .style-dialog-body .style-dialog-tabs .style-dialog-tab.active {
  background: #6d4dff 0 0 no-repeat padding-box;
  color: #ffffff;
}
.style-dialog .style-dialog-body .style-dialog-tab-content {
  display: none;
}
.style-dialog .style-dialog-body .style-dialog-tab-content.active {
  display: block;
}
.style-dialog .style-dialog-body .style-list {
  min-height: 149px;
  max-height: min(70vh, 475px);
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0 14px 0 20px;
}
.style-dialog .style-dialog-body .style-item {
  width: 156px;
  height: 149px;
  background: rgba(40, 46, 72, 0.06) 0 0 no-repeat padding-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.style-dialog .style-dialog-body .style-item img {
  display: block;
  width: 100%;
  height: 116px;
  object-fit: cover;
}
.style-dialog .style-dialog-body .style-item span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: normal normal 500 14px/21px Poppins;
  color: #282e48;
}
.style-dialog .style-dialog-body .style-item:before {
  content: "";
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.style-dialog .style-dialog-body .style-item:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px #6d4eff inset;
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .style-dialog .style-dialog-body .style-item:hover {
    background: rgba(109, 77, 255, 0.1215686275) 0 0 no-repeat padding-box;
  }
  .style-dialog .style-dialog-body .style-item:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i57uEXzE3NTc5IiBkYXRhLW5hbWU9Iue7hCAxNzU3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGcgaWQ9IuefqeW9ol8zNDIwNSIgZGF0YS1uYW1lPSLnn6nlvaIgMzQyMDUiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzZkNGVmZiIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgIDxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjQiIHN0cm9rZT0ibm9uZSIvPgogICAgPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==");
  }
  .style-dialog .style-dialog-body .style-item:hover::after {
    display: block;
  }
  .style-dialog .style-dialog-body .style-item:hover span {
    color: #6d4dff;
  }
}
.style-dialog .style-dialog-body .style-item.active {
  background: rgba(109, 77, 255, 0.1215686275) 0 0 no-repeat padding-box;
}
.style-dialog .style-dialog-body .style-item.active::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i57uEXzE3MTI3IiBkYXRhLW5hbWU9Iue7hCAxNzEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHJlY3QgaWQ9IuefqeW9ol8zNDIwNSIgZGF0YS1uYW1lPSLnn6nlvaIgMzQyMDUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjQiIGZpbGw9IiM2ZDRlZmYiLz4KICA8cGF0aCBpZD0iaWNvbl9jaGVjayIgZD0iTTcuNSw4NTJsMywzLDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTg0MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
}
.style-dialog .style-dialog-body .style-item.active::after {
  display: block;
}
.style-dialog .style-dialog-body .style-item.active span {
  color: #6d4dff;
}
.style-dialog .style-dialog-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px 30px;
}
.style-dialog .style-dialog-footer .style-selected-count {
  font: normal normal 600 14px/21px Poppins;
  color: #282e48;
  margin-bottom: 8px;
}
.style-dialog .style-dialog-footer .style-selected-count span {
  color: inherit;
  font: inherit;
}
.style-dialog .style-dialog-footer .style-selected-count span.error {
  color: #ff3b30;
}
.style-dialog .style-dialog-footer .style-selected-list {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 56px;
}
.style-dialog .style-dialog-footer .style-selected-list .style-selected-item {
  width: 240px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #ffffff 0 0 no-repeat padding-box;
  border: 1px solid #e9ecf6;
  border-radius: 8px;
  padding: 6px 16px 6px 6px;
}
.style-dialog .style-dialog-footer .style-selected-list .style-selected-item img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  margin-inline-end: 12px;
}
.style-dialog .style-dialog-footer .style-selected-list .style-selected-item span {
  width: 100%;
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style-dialog .style-dialog-footer .style-selected-list .style-selected-item .style-selected-delete-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBpZD0iaWNvbl9jbG9zZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4xNjcgMS40NTcpIj4KICAgIDxnIGlkPSLmpK3lnIZfMzAyOSIgZGF0YS1uYW1lPSLmpK3lnIYgMzAyOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC44MzMgMC41NDMpIiBmaWxsPSIjZWUxYTNkIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgIDxjaXJjbGUgY3g9IjkiIGN5PSI5IiByPSI5IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjEwIiBmaWxsPSJub25lIi8+CiAgICA8L2c+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzE1ODgxOSIgZGF0YS1uYW1lPSLot6/lvoQgMTU4ODE5IiBkPSJNLTgxNzEuMTE0LDMzNzQuMjg3bDYuNzE2LDYuNzE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MTc3LjU5IC0zMzY3LjY5NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxwYXRoIGlkPSLot6/lvoRfMTU4ODIwIiBkYXRhLW5hbWU9Iui3r+W+hCAxNTg4MjAiIGQ9Ik0tODE2NC40LDMzNzQuMjg3bC02LjcxNiw2LjcxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODE3Ny41OSAtMzM2Ny42OTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.style-dialog .style-dialog-footer .style-selected-list .style-selected-item .style-selected-delete-icon:hover {
  opacity: 0.7;
}
.style-dialog .style-dialog-footer .style-dialog-confirm {
  padding: 0 5px;
  min-width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  background: #6d4dff 0 0 no-repeat padding-box;
  border-radius: 99px;
  font: normal normal 500 15px/23px Poppins;
  color: #ffffff;
}
.style-dialog .style-dialog-footer .style-dialog-confirm:hover {
  opacity: 0.7;
}
.style-dialog .style-dialog-footer .style-dialog-confirm[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .style-dialog {
    width: 100%;
    box-shadow: 0 10px 40px rgba(60, 74, 104, 0.1019607843);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .style-dialog .style-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.28rem 0.4rem 0;
    margin-bottom: 0.4rem;
  }
  .style-dialog .style-dialog-header .style-dialog-title {
    font: normal normal 600 0.34rem/0.51rem Poppins;
    color: #282e48;
  }
  .style-dialog .style-dialog-header .style-dialog-close {
    width: 0.36rem;
    height: 0.36rem;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .style-dialog .style-dialog-header .style-dialog-close img {
    display: block;
  }
  .style-dialog .style-dialog-header .style-dialog-close:hover {
    background-color: #e9eaec;
  }
  .style-dialog .style-dialog-body {
    margin-bottom: 20px;
  }
  .style-dialog .style-dialog-body .style-dialog-tabs {
    display: flex;
    justify-content: flex-start;
    padding: 0 0.4rem;
    margin-bottom: 13px;
    gap: 0.12rem;
  }
  .style-dialog .style-dialog-body .style-dialog-tabs .style-dialog-tab {
    background: rgba(40, 46, 72, 0.06) 0 0 no-repeat padding-box;
    border-radius: 99px;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    color: #282e48;
    padding: 0.14rem 0.24rem;
    cursor: pointer;
  }
  .style-dialog .style-dialog-body .style-dialog-tabs .style-dialog-tab.active {
    background: #6d4dff 0 0 no-repeat padding-box;
    color: #ffffff;
  }
  .style-dialog .style-dialog-body .style-list {
    min-height: 1.6rem;
    max-height: min(40vh, 7.22rem);
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.22rem;
    padding: 0 0 0 0.4rem;
  }
  .style-dialog .style-dialog-body .style-item {
    width: calc((100% - 0.44rem) / 3);
    max-width: 2.06rem;
    height: 2.26rem;
    background: rgba(40, 46, 72, 0.06) 0 0 no-repeat padding-box;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .style-dialog .style-dialog-body .style-item img {
    display: block;
    width: 100%;
    height: 1.6rem;
    object-fit: cover;
  }
  .style-dialog .style-dialog-body .style-item span {
    height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: normal normal 500 0.26rem/0.39rem Poppins;
    color: #282e48;
  }
  .style-dialog .style-dialog-body .style-item:before {
    content: "";
    position: absolute;
    top: 0.12rem;
    inset-inline-end: 0.12rem;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .style-dialog .style-dialog-body .style-item:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px #6d4eff inset;
    border-radius: 0.08rem;
    pointer-events: none;
    z-index: 1;
  }
  .style-dialog .style-dialog-body .style-item.active {
    background: rgba(109, 77, 255, 0.1215686275) 0 0 no-repeat padding-box;
  }
  .style-dialog .style-dialog-body .style-item.active::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i57uEXzE3MTI3IiBkYXRhLW5hbWU9Iue7hCAxNzEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHJlY3QgaWQ9IuefqeW9ol8zNDIwNSIgZGF0YS1uYW1lPSLnn6nlvaIgMzQyMDUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjQiIGZpbGw9IiM2ZDRlZmYiLz4KICA8cGF0aCBpZD0iaWNvbl9jaGVjayIgZD0iTTcuNSw4NTJsMywzLDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTg0MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
  }
  .style-dialog .style-dialog-body .style-item.active::after {
    display: block;
  }
  .style-dialog .style-dialog-body .style-item.active span {
    color: #6d4dff;
  }
  .style-dialog .style-dialog-footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0.4rem 0.5rem;
  }
  .style-dialog .style-dialog-footer .style-selected {
    width: 100%;
  }
  .style-dialog .style-dialog-footer .style-selected-count {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    color: #282e48;
    margin-bottom: 0.16rem;
  }
  .style-dialog .style-dialog-footer .style-selected-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.2rem;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .style-dialog .style-dialog-footer .style-selected-list .style-selected-item {
    width: calc((100% - 0.2rem) / 2);
    height: 1.04rem;
    max-width: 162.5px;
    max-height: 52px;
    display: flex;
    align-items: center;
    background: #ffffff 0 0 no-repeat padding-box;
    border: 1px solid #e9ecf6;
    border-radius: 0.16rem;
    padding: 0.12rem;
  }
  .style-dialog .style-dialog-footer .style-selected-list .style-selected-item img {
    flex-shrink: 0;
    width: 0.8rem;
    height: 0.8rem;
    max-width: 40px;
    max-height: 40px;
    object-fit: cover;
    border-radius: 0.12rem;
    margin-inline-end: 0.12rem;
  }
  .style-dialog .style-dialog-footer .style-selected-list .style-selected-item span {
    width: 100%;
    font: normal normal normal 0.26rem/0.39rem Poppins;
    color: #39325a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .style-dialog .style-dialog-footer .style-selected-list .style-selected-item .style-selected-delete-icon {
    flex-shrink: 0;
    width: 0.32rem;
    height: 0.32rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAABHNCSVQICAgIfAhkiAAABL1JREFUWEfVmQloFGcUgN9kJ242uxsUREWs9PCu9USpCAaRSmuhRjzAAzWKBzaKdwy03pCmplpaLVqxUYkKHhgFNShSIoii1Hhbb1ERFUHZI8ma2YzvrTPDzGT++Wd2m+L88BMy/3vv//bN+997MyNABkOW5VxU/wrnEJx9cX6GswPOkGI2hn+f47yP8wrOczhPCYJQl+62QjqKCDoa9abgHIvTrQ0ZdQ7hrETwI273d7UZgk7CDZbi7O92I4Z8LV4vR/C9Tu05AkbQ3mhwA86vnRp2KVeN8ssQ/DpPjwuMsLPRyFbWrU/eewxSzQWQ/rkBydsPoenZS5Cj8dS+QjgIWR3bga/7JyAO/BzE/MHg69KZxUShMheh/7SDtgVG2J9QudjKwNv9JyCx7xhIF67ynGJYFwf3Af/Eb6HVhG9YemUIvYK1yARG2M2o9L1ZsfH4Gaj/5S9I/vvAFahZ2NfjUwgsmQHZo4ZZ2dmC0EVWC5bALM/WFZdDovJoRqBmZf+U7yC3jM5xs2Hp6WbASsxu06s3vXgF8bmrXd9+p7+MwiS4dTVktW9rVpljjmkDsJINKCi16wQbm7Q04xDgwVOIhPaWm6HpIPbRZw8z8AkUMKSu6JiiFvOs+UeQp8OH6egYRjUCaydUA1aKwh69aEvELM/TjJierBYXPfAlNKZVMMoGsVk/8Oy3yHpo+3pz9qhF4AG0WQpY6Q2q9LtHRkznx60vCyDZ5A7agQ7Fc97pnWa7BdR7qMAHcHWcKkFFIb6olAmS9VEHCP7+I4iDvoCGjRWYlyscQQeWFELO4kKQLl6D+Px10PSEGjnrEdxUYi4uBxF4vKC0iNQGauHBO2ihilLIHjlU26nh111Qv2GHLXRg2UzIWThNk2k8eRZihSVMHYsDSBkjRMDUKmrhQL1BJJ86R/YIV21JeVc/7KDNsKRHXo4WNCukBpt5NZXm3qOAgA39QmLHQahb+ZstsPhlXwjt/hmEYIALbQUrx+shNnU5SOepp2eP3LULwD9Ti1QSLCNgQ+6Nz1sDb4+c5sakOKQfhHaV2UIzYacVg3TuMnePVqNHQPCPVXq5agK+g1e6qlcdZQdF2A6aRPQxS/+nPOsQluQtssVdAo7gWlgFftNzFMgROoPOBgvarO0WlvSFvBC0vnVcbypKwJRItQzxulM+JWZntBxPq0bSgU3pCgK0eVqjZ5H/E2CySJ4O79sIkC0af2yjBNGJix3FbDMvMYAzCgl1E6sDpq45ydNWt5QVEmkfOiewmUCzDl1aac0OVm5IvA/BHL/BcW49zUprrguHLaySukiGl6d5J5tVOFyXZtrISVFwUlzsoFmlmd6PuWp+coomQ6BkjmEvVupiQdeXboOGzYbnBYM9ZvNDUpiLXbWXeX/vBl+3j7UNeHnWCjp55xFEhk9lOpjZXirAhrCga3YlWu1rU7oOy60Z2q6P5jbwCrSrRyT/rPEg9u4KiZ1VINXe5J2f1LrYvxf4pxeAdP0uJLbTTbUe3EckBZjeTHrnIVSB9s5jvgJMr1W98yJFgabXq954VaUeAU+9DNRBe+d1K8/TtP7BvdDWQXvnk4EO2jsfZfS1yDOfvcwF1DMfFi3A//dPt+8API7M5dTNleIAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    max-width: 16px;
    max-height: 16px;
  }
  .style-dialog .style-dialog-footer .style-selected-list .style-selected-item .style-selected-delete-icon:hover {
    opacity: 0.7;
  }
  .style-dialog .style-dialog-footer .style-dialog-confirm {
    min-width: 100%;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    background: #6d4dff 0 0 no-repeat padding-box;
    border-radius: 99px;
    font: normal normal 500 0.3rem/0.46rem Poppins;
    color: #ffffff;
  }
  .style-dialog .style-dialog-footer .style-dialog-confirm:hover {
    opacity: 0.7;
  }
  .style-dialog .style-dialog-footer .style-dialog-confirm[disabled] {
    opacity: 0.3;
    pointer-events: none;
  }
}
.ttvSeo__faqs {
  width: 100%;
  background-color: #f3f3f5;
  padding-top: 12.8vw;
  padding-bottom: 12.8vw;
  padding-left: 4.667vw;
  padding-right: 4.667vw;
  transition: all 0.5s;
}

.ttvSeo__faqs_tips {
  text-align: center;
  letter-spacing: 1.419vw;
  color: #8b3dff;
  font-weight: 500;
  font-size: 3.733vw;
  line-height: 5.2vw;
  font-family: inherit;
  margin-bottom: 3.2vw;
}

.ttvSeo__faqs_title {
  text-align: center;
  margin-bottom: 5.067vw;
  letter-spacing: 0px;
  color: #000000;
  font-size: 5.867vw;
  line-height: 8.133vw;
  font-family: inherit;
}

.ttvSeo__faqs_list {
  border: 1px solid #ceceda;
  border-radius: 1.333vw;
  padding-left: 3.333vw;
  padding-right: 3.333vw;
  padding-bottom: 2.667vw;
  overflow: hidden;
}

.ttvSeo__faqs_list + .ttvSeo__faqs_list {
  margin-top: 2.133vw;
}

.ttvSeo__faqs_list.active {
  background-color: #fff;
}

.ttvSeo__faqs_list-top {
  padding-top: 6.133vw;
  padding-bottom: 3.2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttvSeo__faqs_list-top span {
  width: 5.333vw;
  height: 5.333vw;
  display: block;
  flex-shrink: 0;
  background: url("https://static-alter1.vidnoz.com/web/en/img/text-to-video/arrow.svg") no-repeat;
  background-size: 100% 100%;
  margin-top: -5px;
  transition: all 0.5s;
}

.ttvSeo__faqs_list.active .ttvSeo__faqs_list-top {
  padding-bottom: 1.5vw;
}

.ttvSeo__faqs_list.active .ttvSeo__faqs_list-top span {
  transform: rotate(-180deg);
  transform-origin: center;
}

.faqs__list_top-title {
  letter-spacing: 0px;
  color: #000000;
  font-size: 4.267vw;
  line-height: 6vw;
  font-weight: 500;
  font-family: inherit;
  max-width: 76.667vw;
}
@media screen and (min-width: 1200px) {
  .faqs__list_top-title {
    padding-right: 80px;
  }
}

.ttvSeo__faqs_list-bottom {
  display: none;
  animation: move 0.4s;
  transition: 0.5s;
}

.ttvSeo__faqs_list.active .ttvSeo__faqs_list-bottom {
  display: block;
  transition: 0.5s;
}

.ttvSeo__faqs_list-bottom {
  letter-spacing: 0.48px;
  color: #000000;
  font-weight: 300;
  line-height: 6.4vw;
  font-size: 3.2vw;
}
.ttvSeo__faqs_list-bottom p,
.ttvSeo__faqs_list-bottom a {
  letter-spacing: 0.48px;
  color: #000000;
  font-weight: 300;
  line-height: 6.4vw;
  font-size: 3.2vw;
}
.ttvSeo__faqs_list-bottom a {
  color: #6d4dff;
}

.use__occasions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 13.3333333333vw;
}
.use__occasions .use__occasions_title {
  max-width: 84vw;
  margin-bottom: 3.2vw;
  font-size: 5.8666666667vw;
  font-weight: 600;
  line-height: 9.4666666667vw;
  font-family: inherit;
  color: var(--text-b-color);
  text-align: center;
  margin-bottom: 3.3333333333vw;
}
.use__occasions .use__occasions_desc {
  max-width: 84vw;
  margin-bottom: 7.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 300;
  line-height: 7.3333333333vw;
  font-family: inherit;
  color: var(--text-b-color);
  text-align: center;
}
.use__occasions .use__occasions_swiper {
  width: 84vw;
  height: fit-content;
  position: relative;
  overflow: hidden;
  height: 164vw;
}
.use__occasions .use__occasions_swiper .use__occasions_swiper-item {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  top: 0;
}
.use__occasions .use__occasions_swiper .use__occasions_swiper-item > h3 {
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 6vw;
  font-family: inherit;
  color: var(--text-b-color);
  text-align: center;
  margin-bottom: 3.3333333333vw;
}
.use__occasions .use__occasions_swiper .use__occasions_swiper-item > img {
  max-width: 100%;
  display: block;
}
.use__occasions .use__occasions_swiper .use__occasions_swiper-item > p {
  font-size: 4.2666666667vw;
  font-weight: 300;
  line-height: 7.3333333333vw;
  font-family: inherit;
  color: var(--text-b-color);
  text-align: center;
  margin-top: 5.3333333333vw;
  letter-spacing: 0.64px;
}
.use__occasions .use__occasions_swiper .use__occasions_swiper-item > p a {
  color: #8a3dfd;
}
.use__occasions .use__occasions_swiper .swiper__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.use__occasions .use__occasions_swiper .swiper__dots .swiper__dots-item {
  display: block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  border-radius: 100%;
  transition: all 0.3s;
  transform-origin: center;
  position: relative;
}
.use__occasions .use__occasions_swiper .swiper__dots .swiper__dots-item::before {
  content: "";
  position: absolute;
  width: 2.8vw;
  height: 2.8vw;
  background-color: var(--dot-color);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.use__occasions .use__occasions_swiper .swiper__dots .swiper__dots-item:not(.active) {
  cursor: pointer;
}
.use__occasions .use__occasions_swiper .swiper__dots .swiper__dots-item + .swiper__dots-item {
  margin-left: 3.2vw;
}
.use__occasions .use__occasions_swiper .swiper__dots .swiper__dots-item.active {
  border-radius: 100%;
}
.use__occasions .use__occasions_swiper .swiper__dots .swiper__dots-item.active::before {
  width: 0.74rem;
  height: 0.24rem;
  background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/Rectangle.png") no-repeat center;
  background-size: 100% 100%;
  border-radius: 1rem;
  transition: all 0.3s;
}
.use__occasions .swiper-button-next,
.use__occasions .swiper-button-prev {
  display: none;
}

@media screen and (min-width: 1200px) {
  .revolutions-pc {
    position: relative;
    margin-left: 0 !important;
    margin-top: 64px !important;
    z-index: 99;
  }
  .mob-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .mob-flex {
    display: none !important;
  }
  .pc-flex {
    display: flex;
  }
  .section8_mob {
    display: none;
  }
  .use__occasions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 108px;
    overflow: hidden;
  }
  .use__occasions .use__occasions_title {
    width: 1086px;
    font-size: 44px;
    font-weight: 600;
    line-height: 65px;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: center;
    margin-bottom: 15px;
  }
  .use__occasions .use__occasions_desc {
    max-width: 1084px;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: center;
    margin-bottom: 30px;
  }
  .use__occasions .use__occasions_swiper {
    display: flex;
    width: 678px;
    height: 544px;
    margin-bottom: 28px;
    overflow: initial !important;
    margin-top: 85px;
  }
  .use__occasions .use__occasions_swiper .use__occasions_swiper-item {
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.5s;
    height: auto !important;
    cursor: pointer;
  }
  .use__occasions .use__occasions_swiper .use__occasions_swiper-item > img {
    max-width: 100%;
    height: auto;
    order: 0;
    margin-bottom: 40px;
  }
  .use__occasions .use__occasions_swiper .use__occasions_swiper-item > h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: left;
    order: 1;
    margin-bottom: 0;
  }
  .use__occasions .use__occasions_swiper .use__occasions_swiper-item > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: left;
    order: 7;
    margin-top: 0;
    opacity: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .use__occasions .use__occasions_swiper .use__occasions_swiper-item > p a {
    color: #8a3dfd;
  }
  .use__occasions .use__occasions_swiper .swiper-slide-active,
.use__occasions .use__occasions_swiper .swiper-slide-duplicate-active {
    width: 678px !important;
  }
  .use__occasions .use__occasions_swiper .swiper-slide-active > p,
.use__occasions .use__occasions_swiper .swiper-slide-duplicate-active > p {
    opacity: 1;
  }
  .use__occasions .use__occasions_swiper .swiper-button-next,
.use__occasions .use__occasions_swiper .swiper-button-prev {
    width: 46px;
    height: 46px;
    background-color: var(--click-btn-color);
    border-radius: 100%;
    color: var(--text-color);
    --swiper-navigation-size: 25px;
    display: flex;
    top: 20%;
  }
  .use__occasions .use__occasions_swiper .swiper-button-next:after,
.use__occasions .use__occasions_swiper .swiper-button-prev:after {
    font-size: 15px;
  }
  .music-video-main .music-video-tool {
    width: 1041px;
  }
  .music-video-main .music-video-tool .tool-left {
    margin-right: 29px;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item:hover .btn-icon {
    color: #6d4dff;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item:hover .btn-text {
    color: #6d4dff;
  }
  .music-video-main .music-video-tool .tool-left .video-box.zoom-in .close:hover {
    color: #6d4dff;
  }
  .music-video-main .music-video-tool .tool-left .video-box.zoom-in .finished-video-container .controls_clip .control_btn_clip:hover {
    color: #e9d9ff;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box:hover {
    color: #8b3dff;
  }
  .music-video-main .music-video-tool .tool-right .step1 .no-upload .upload-btn:hover {
    background: #4a34da 0% 0% no-repeat padding-box;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .icon:hover {
    color: #8b3dff;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut:hover .cut-tips {
    display: block;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-delete .icon:hover {
    color: #8b3dff;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .play-icon:hover {
    color: #8b3dff;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .stop-icon:hover {
    color: #8b3dff;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box:hover .music-tips {
    display: block;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.upload:hover {
    background: #524689 0% 0% no-repeat padding-box;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.singer:hover::before {
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px #000;
    content: "";
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn:hover {
    border: 1px solid #a08cfc;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn:hover .select-arrow {
    color: #6d4dff;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item:hover {
    border: 1px solid #b4a5ff;
    color: #6d4dff;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item:hover .video-size-icon {
    color: #6d4dff;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item:hover.active {
    border: 1px solid #6d4dff;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn:hover {
    background-color: #4a34da;
  }
  .music-video-main .dialog .dialog-container .dialog-close:hover {
    color: #8b3dff;
  }
  .music-video-main .dialog .dialog-container .uploading .uploading-btm .uploading-btn:hover {
    background-color: #4a34da;
  }
  .music-video-main .dialog .dialog-container .failed .failed-btm .failed-btn:hover {
    background-color: #4a34da;
  }
  .recommende__article {
    width: 100%;
    height: fit-content;
    padding-top: 80px;
    padding-bottom: 0px;
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .recommende__article .swiper-button-next,
.recommende__article .swiper-button-prev {
    width: 33px;
    height: 33px;
    border: 2px solid var(--click-btn-color);
    border-radius: 100%;
    color: var(--click-btn-color);
    --swiper-navigation-size: 14px;
    font-weight: 800;
    display: flex;
  }
  .recommende__article .swiper-button-prev {
    left: calc((100% - 1088px) / 2 - 33px - 27px);
  }
  .recommende__article .swiper-button-next {
    right: calc((100% - 1088px) / 2 - 33px - 27px);
  }
  .recommende__article .recommende__article__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 61px;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: center;
    width: 970px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .recommende__article .recommende__article__p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: center;
    margin-bottom: 60px;
  }
  .recommende__article .recommende__article_swiper {
    width: 1364px;
    min-height: 494px;
    margin: auto;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 46px;
    padding-bottom: 53px;
    overflow: hidden;
    position: relative;
    background: transparent url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/seo-5-bg.png") 0% 0% no-repeat padding-box;
    background-size: 100% 100%;
  }
  .recommende__article .recommende__article_swiper .swiper-wrapper {
    overflow: initial;
  }
  .recommende__article .recommende__article_swiper .swiper-slide {
    width: 527px;
    min-height: 395px;
    padding: 46px 44px 0 52px;
    box-shadow: 0px 6px 34px #7b50b9;
    box-sizing: border-box;
    border: none;
    background-color: var(--text-color);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
  }
  .recommende__article .recommende__article_swiper .swiper-slide:first-child {
    margin-left: 0;
  }
  .recommende__article .recommende__article_swiper .swiper-slide:last-child {
    margin-right: 0;
  }
  .recommende__article .recommende__article_swiper .swiper-slide + .swiper-slide {
    margin-left: 0;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__img {
    width: 100%;
    height: 93px;
    overflow: hidden;
    display: flex;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__img > img {
    width: 93px;
    height: 93px;
    object-fit: cover;
    transition: 0.5s;
    margin-right: 15px;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__img .textBox {
    height: 93px;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__img .textBox .person_name {
    text-align: left;
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__img .textBox .person_job {
    margin-top: 8px;
    text-align: left;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__img .textBox .source {
    margin-top: 3px;
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .recommende__article .recommende__article_swiper .double_quotation {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url("https://static-alter1.vidnoz.com/web/en/img/ai-dubbing/seo/Quotes@2x.png") 0% 0% no-repeat padding-box;
    background-size: cover;
  }
  .recommende__article .recommende__article_swiper .quotation_left {
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: rotate(180deg);
  }
  .recommende__article .recommende__article_swiper .quotation_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__title {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    height: 300px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: left;
  }
  .recommende__article .recommende__article_swiper .swiper-slide__title a {
    font: normal normal 600 16px/25px Poppins;
    color: #9b57ff;
  }
  .seo-section-4 {
    min-height: 1024px;
    width: 100%;
  }
  .seo-section-4 h2 {
    text-align: center;
    font: normal normal 600 40px/60px Poppins;
    letter-spacing: 0px;
    width: 1084px;
    margin: 0 auto;
    color: #000000;
  }
  .seo-section-4 .title-p {
    width: 1084px;
    margin: 0 auto;
    text-align: center;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 24px;
  }
  .ttvSeo__faqs {
    padding: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 110px;
    padding-bottom: 90px;
  }
  .ttvSeo__faqs_title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    max-width: 1293px;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .ttvSeo__faqs_lists {
    width: 915px;
  }
  .ttvSeo__faqs_list {
    padding-left: 35px;
    padding-right: 65px;
    padding-bottom: 0;
    border-radius: 20px;
    transition: all 0.3s;
    border: 1px solid #d4d4d4;
  }
  .ttvSeo__faqs_list:hover {
    border-color: #000000;
  }
  .ttvSeo__faqs_list + .ttvSeo__faqs_list {
    margin-top: 20px;
  }
  .ttvSeo__faqs_list.active {
    padding-bottom: 29px;
  }
  .ttvSeo__faqs_list-top {
    padding-top: 28px;
    padding-bottom: 28px;
    cursor: pointer;
  }
  .faqs__list_top-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
  }
  .ttvSeo__faqs_list.active .ttvSeo__faqs_list-top {
    padding-bottom: 10px;
  }
  .ttvSeo__faqs_list-top span {
    width: 17px;
    height: 17px;
    background: url("https://static-alter1.vidnoz.com/web/en/img/ai-dubbing/seo/icon_add.svg") no-repeat;
  }
  .ttvSeo__faqs_list.active .ttvSeo__faqs_list-top span {
    background: url("https://static-alter1.vidnoz.com/web/en/img/ai-dubbing/seo/icon_minus.svg") no-repeat;
    transform: rotate(-180deg);
    transform-origin: center;
  }
  .ttvSeo__faqs_list-bottom {
    width: 720px;
    text-align: left;
    font: normal normal 300 16px/25px Poppins !important;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 0 !important;
  }
  .ttvSeo__faqs_list-bottom p {
    font: normal normal 300 16px/25px Poppins;
  }
  .ttvSeo__faqs_list-bottom > p > a {
    font: normal normal 300 16px/25px Poppins;
    color: #8a3dfd;
  }
  .ttvSeo__faqs_tips {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 12px;
    text-align: left;
    letter-spacing: 9.5px;
  }
  .seo-section-1 {
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/bg_black.png") no-repeat center;
    background-size: 100% 100%;
    min-height: 2909px;
    padding-top: 140px;
  }
  .seo-section-1 h2 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .seo-section-1 .lit-title {
    text-align: center;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    width: 1146px;
    margin: 0 auto;
    margin-top: 24px;
  }
  .seo-section-1 .seo-content {
    width: 1085px;
    margin: 0 auto;
  }
  .seo-section-1 .seo-content .side-seo-container {
    width: 436px;
  }
  .seo-section-1 .seo-content .seo-content-item {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
  }
  .seo-section-1 .seo-content .seo-content-item img {
    width: 568px;
    height: 436px;
    object-fit: contain;
  }
  .seo-section-1 .seo-content .seo-content-item .seo-h3 {
    font: normal normal bold 22px/33px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-text {
    margin-top: 20px;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-text a {
    color: #8a3dfd;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-btn {
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 32px;
    font: normal normal medium 18px/27px Poppins;
    letter-spacing: 1.44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-top: 20px;
    padding: 14px 52px;
    cursor: pointer;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-btn:hover {
    background: transparent linear-gradient(90deg, #8b3dff 0%, #c7a1ff 100%) 0% 0% no-repeat padding-box;
  }
  .seo-section-2 {
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/seo-two-bg.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    min-height: 764px;
    padding: 90px 0;
  }
  .seo-section-2 h2 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    letter-spacing: 0;
    color: #000000;
  }
  .seo-section-2 .step-random-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
  }
  .seo-section-2 .step-random-container .random-left {
    width: 628px;
    margin-top: -100px;
  }
  .seo-section-2 .step-random-container .random-left .random-left-item {
    cursor: pointer;
    margin-top: 40px;
    transition: 0.3s;
  }
  .seo-section-2 .step-random-container .random-left .random-left-item.active {
    min-height: 183px;
    padding: 24px 40px;
    border-left: 6px solid #8a3dfd;
    background: transparent linear-gradient(90deg, rgba(139, 61, 255, 0.0901960784) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .seo-section-2 .step-random-container .random-left .random-left-item.active .title {
    color: #8a3dfd;
  }
  .seo-section-2 .step-random-container .random-left .random-left-item.active .text {
    display: block;
  }
  .seo-section-2 .step-random-container .random-left .title {
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .seo-section-2 .step-random-container .random-left .text {
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 12px;
    display: none;
  }
  .seo-section-2 .step-random-container .random-right img {
    width: 512px;
    height: 380px;
    object-fit: contain;
    transition: 0.3s;
  }
  .seo-section-3 {
    padding: 90px 0;
  }
  .seo-section-3 h2 {
    text-align: center;
    font: normal normal 600 40px/60px Poppins;
    letter-spacing: 0px;
    color: #000000;
    width: 920px;
    margin: 0 auto;
  }
  .seo-section-3 .seo-more-container {
    display: flex;
    align-items: center;
    margin-top: 60px;
  }
  .seo-section-3 .seo-more-container .left-content {
    background: transparent linear-gradient(270deg, #d5cce6 0%, rgba(255, 255, 255, 0) 49%, #ecfdf6 100%) 0% 0% no-repeat padding-box;
    min-height: 610px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    align-items: flex-end;
    padding-top: 100px;
  }
  .seo-section-3 .seo-more-container .left-content h3 {
    font: normal normal 600 32px/48px Poppins;
    letter-spacing: 0px;
    color: #000000;
    width: 415px;
  }
  .seo-section-3 .seo-more-container .left-content ul {
    width: 415px;
    margin-top: 20px;
  }
  .seo-section-3 .seo-more-container .left-content ul li {
    width: 395px;
    margin-top: 20px;
    text-align: left;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #13131e;
    display: flex;
  }
  .seo-section-3 .seo-more-container .left-content ul li:before {
    content: "•";
    color: #ceceda;
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
  }
  .seo-section-3 .seo-more-container .right-content {
    background: #0b0a12 0% 0% no-repeat padding-box;
    border-radius: 10px 0px 0px 10px;
    background-size: 100% 100%;
    min-height: 710px;
    width: 100%;
    position: relative;
    padding-left: 95px;
  }
  .seo-section-3 .seo-more-container .right-content h3 {
    font: normal normal 600 32px/56px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 140px;
    position: relative;
    z-index: 11;
  }
  .seo-section-3 .seo-more-container .right-content ul {
    width: 578px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
  }
  .seo-section-3 .seo-more-container .right-content ul li {
    width: 540px;
    text-align: left;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
    white-space: nowrap;
  }
  .seo-section-3 .seo-more-container .right-content ul li:before {
    content: "";
    color: #ceceda;
    display: inline-block;
    margin-right: 10px;
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/check.png") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 14px;
  }
  .seo-section-3 .seo-more-container .right-content img {
    position: absolute;
    right: 0;
    width: 673px;
    height: 100%;
    top: 0;
    object-fit: contain;
  }
  .blog-compoent {
    background: transparent linear-gradient(90deg, #fff9f9 0%, #ebe9ff 100%) 0% 0% no-repeat padding-box;
  }
  .seo-section-6 {
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/seo-6-bg.png") no-repeat center;
    background-size: 100% 100%;
    height: 549px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seo-section-6 h2 {
    text-align: center;
    font: normal normal 600 40px/60px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    width: 998px;
    margin: 0 auto;
  }
  .seo-section-6 p {
    text-align: center;
    font: normal normal 300 18px/28px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    width: 1032px;
    margin: 0 auto;
    margin-top: 24px;
  }
  .common-btn {
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 32px;
    padding: 14px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font: normal normal 500 18px/27px Poppins;
    letter-spacing: 1.44px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
  }
  .common-btn:hover {
    background: transparent linear-gradient(90deg, #8b3dff 0%, #c7a1ff 100%) 0% 0% no-repeat padding-box;
  }
}
@media screen and (max-width: 1200px) {
  .mob-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .mob-flex {
    display: flex;
  }
  .pc-flex {
    display: none !important;
  }
  .revolutions {
    position: absolute;
    z-index: 99;
    width: 6.3rem;
    left: calc(50% - 3.15rem);
  }
  .common-btn {
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    text-align: center;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    letter-spacing: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.32rem;
    padding: 0.28rem 0.52rem;
    cursor: pointer;
  }
  .use__occasions_swiper_mob {
    width: 84vw;
    height: fit-content;
    position: relative;
    overflow: hidden;
    margin-top: 0.54rem;
    height: 117.3333333333vw;
  }
  .use__occasions_swiper_mob .use__occasions_swiper-item-mob {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s;
    top: 0;
  }
  .use__occasions_swiper_mob .use__occasions_swiper-item-mob > h3 {
    text-align: left;
    font: normal normal 600 0.38rem/0.52rem Poppins;
    letter-spacing: 0px;
    color: #8b3dff;
    margin-top: 0.32rem;
  }
  .use__occasions_swiper_mob .use__occasions_swiper-item-mob > img {
    max-width: 100%;
    display: block;
  }
  .use__occasions_swiper_mob .use__occasions_swiper-item-mob > p {
    text-align: left;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 0.32rem;
  }
  .use__occasions_swiper_mob .use__occasions_swiper-item-mob > p a {
    color: #8a3dfd;
  }
  .use__occasions_swiper_mob .swiper__dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  .use__occasions_swiper_mob .swiper__dots .swiper__dots-item {
    display: block;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border-radius: 100%;
    transition: all 0.3s;
    transform-origin: center;
    position: relative;
  }
  .use__occasions_swiper_mob .swiper__dots .swiper__dots-item::before {
    content: "";
    position: absolute;
    width: 2.8vw;
    height: 2.8vw;
    background-color: var(--dot-color);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .use__occasions_swiper_mob .swiper__dots .swiper__dots-item:not(.active) {
    cursor: pointer;
  }
  .use__occasions_swiper_mob .swiper__dots .swiper__dots-item + .swiper__dots-item {
    margin-left: 3.2vw;
  }
  .use__occasions_swiper_mob .swiper__dots .swiper__dots-item.active {
    border-radius: 100%;
  }
  .use__occasions_swiper_mob .swiper__dots .swiper__dots-item.active::before {
    width: 0.74rem;
    height: 0.24rem;
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/Rectangle.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 1rem;
    transition: all 0.3s;
  }
  .seo-section-6 {
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/seo-6-bg-mob.png") no-repeat center;
    background-size: 100% 100%;
    height: 10.2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seo-section-6 h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.64rem Poppins;
    letter-spacing: 0;
    color: #ffffff;
    width: 6.3rem;
    margin: 0 auto;
  }
  .seo-section-6 p {
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0.0056rem;
    color: #ffffff;
    width: 6.3rem;
    margin: 0 auto;
    margin-top: 0.42rem;
  }
  .seo-section-1 {
    background: #13131e 0% 0% no-repeat padding-box;
    min-height: 70.8rem;
    padding: 0.6rem;
  }
  .seo-section-1 h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.64rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .seo-section-1 .lit-title {
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 24px;
  }
  .seo-section-1 .seo-content {
    margin: 0 auto;
  }
  .seo-section-1 .seo-content .seo-content-item {
    margin-top: 0.64rem;
  }
  .seo-section-1 .seo-content .seo-content-item img {
    width: 6.3rem;
    object-fit: contain;
  }
  .seo-section-1 .seo-content .seo-content-item .seo-h3 {
    font: normal normal 600 0.38rem/0.52rem Poppins;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
  }
  .seo-section-1 .seo-content .seo-content-item .mob-top {
    margin-top: 0.6rem;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-text {
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0.0056rem;
    color: #ffffff;
    margin-top: 0.32rem;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-text a {
    color: #8a3dfd;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-btn {
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    text-align: center;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    letter-spacing: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.32rem;
    padding: 0.28rem 0.52rem;
    cursor: pointer;
  }
  .seo-section-1 .seo-content .seo-content-item .lit-btn:hover {
    background: transparent linear-gradient(90deg, #8b3dff 0%, #c7a1ff 100%) 0% 0% no-repeat padding-box;
  }
  .seo-section-3 {
    padding-top: 0.6rem;
  }
  .seo-section-3 h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.64rem Poppins;
    letter-spacing: 0;
    color: #000000;
    width: 6.3rem;
    margin: 0 auto;
  }
  .seo-section-3 .seo-more-container .left-content {
    background: transparent linear-gradient(270deg, #d5cce6 0%, rgba(255, 255, 255, 0) 49%, #ecfdf6 100%) 0% 0% no-repeat padding-box;
    min-height: 9rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0.6rem;
    margin-top: 0.32rem;
  }
  .seo-section-3 .seo-more-container .left-content h3 {
    text-align: left;
    font: normal normal 600 0.36rem/0.56rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .seo-section-3 .seo-more-container .left-content ul li {
    margin-top: 0.4rem;
    text-align: left;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0.56px;
    color: #000000;
    display: flex;
  }
  .seo-section-3 .seo-more-container .left-content ul li:before {
    content: "•";
    color: #ceceda;
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
  }
  .seo-section-3 .seo-more-container .right-content {
    background: #0b0a12 0% 0% no-repeat padding-box;
    min-height: 12rem;
    width: 100%;
    position: relative;
    padding: 0.6rem;
    padding-top: 1.1rem;
    padding-left: 1rem;
  }
  .seo-section-3 .seo-more-container .right-content h3 {
    text-align: center;
    font: normal normal 600 0.36rem/0.56rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    text-indent: -0.45rem;
  }
  .seo-section-3 .seo-more-container .right-content ul {
    margin-top: 20px;
    position: relative;
    z-index: 11;
  }
  .seo-section-3 .seo-more-container .right-content ul li {
    text-align: left;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0.0056rem;
    color: #ffffff;
    margin-top: 0.4rem;
    width: 5.7rem;
    text-indent: -0.45rem;
  }
  .seo-section-3 .seo-more-container .right-content ul li:before {
    content: "";
    color: #ceceda;
    display: inline-block;
    margin-right: 10px;
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/check.png") no-repeat center;
    background-size: contain;
    width: 0.25rem;
    height: 0.2rem;
  }
  .seo-section-3 .seo-more-container .right-content img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.9rem;
    object-fit: contain;
  }
  .seo-section-2-mob {
    padding: 0.9rem 0.6rem;
  }
  .seo-section-2-mob h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.64rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .section8_mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 16.5333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .section8_mob .section8_mob_title {
    margin: auto;
    max-width: 84vw;
    font-size: 5.8666666667vw;
    font-weight: 600;
    line-height: 10.8vw;
    font-family: inherit;
    color: var(--text-b-color);
    text-align: center;
  }
  .section8_mob .section8_mob-desc {
    margin: auto;
    max-width: 84vw;
    margin-top: 3.3333333333vw;
    text-align: center;
    font: normal normal 300 4.2666666667vw/7.3333333333vw Poppins;
    letter-spacing: 0.0853333333vw;
    color: #000000;
    margin-bottom: 3.3333333333vw;
  }
  .recommende__article {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    padding: 14.2666666667vw 8vw 11.6vw 8vw !important;
    box-sizing: border-box;
    background: transparent linear-gradient(154deg, #e9f4ff 0%, #e1ccff 40%, #ffeadb 100%) 0% 0% no-repeat padding-box;
    height: 120.2666666667vw;
  }
  .recommende__article .swiper-wrapper {
    overflow: hidden;
  }
  .recommende__article .recommende__article_swiper-item {
    width: 84vw;
    height: 82.1333333333vw;
    padding: 6.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
    position: absolute;
    transition: all 0.3s;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    top: 0;
  }
  .recommende__article .recommende__article_swiper-item .swiper-slide__img {
    width: 100%;
    height: 21.3333333333vw;
    display: flex;
  }
  .recommende__article .recommende__article_swiper-item .swiper-slide__img > img {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    object-fit: cover;
    margin-right: 5.6vw;
  }
  .recommende__article .recommende__article_swiper-item .swiper-slide__img .textBox {
    height: 21.3333333333vw;
    padding-top: 2.6666666667vw;
  }
  .recommende__article .recommende__article_swiper-item .swiper-slide__img .textBox .person_name {
    text-align: left;
    font: normal normal 600 0.32rem/0.48rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .recommende__article .recommende__article_swiper-item .swiper-slide__img .textBox .person_job {
    margin-top: 0.9333333333vw;
    text-align: left;
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .recommende__article .recommende__article_swiper-item .swiper-slide__img .textBox .source {
    margin-top: 0.9333333333vw;
    text-align: left;
    font: normal normal 300 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .recommende__article .swiper-slide__title {
    text-align: left;
    font: normal normal 300 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .recommende__article .swiper-slide__title a {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    color: #9b57ff;
  }
  .recommende__article .swiper__dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  .recommende__article .swiper__dots .swiper__dots-item {
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 100%;
    transition: all 0.3s;
    transform-origin: center;
    position: relative;
  }
  .recommende__article .swiper__dots .swiper__dots-item::before {
    content: "";
    position: absolute;
    width: 3.2vw;
    height: 3.2vw;
    background-color: var(--dot-color);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .recommende__article .swiper__dots .swiper__dots-item:not(.active) {
    cursor: pointer;
  }
  .recommende__article .swiper__dots .swiper__dots-item + .swiper__dots-item {
    margin-left: 3.2vw;
  }
  .recommende__article .swiper__dots .swiper__dots-item.active {
    border-radius: 100%;
  }
  .recommende__article .swiper__dots .swiper__dots-item.active::before {
    width: 0.74rem;
    height: 0.24rem;
    background: url("https://static-alter1.vidnoz.com/web/en/img/music-video/seo/Rectangle.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 1rem;
    transition: all 0.3s;
  }
  .recommende__article .double_quotation {
    display: block;
    width: 5.4666666667vw;
    height: 5.4666666667vw;
    background: transparent url("https://static-alter1.vidnoz.com/web/en/img/ai-dubbing/seo/Quotes@2x.png") 0% 0% no-repeat padding-box;
    background-size: cover;
  }
  .recommende__article .quotation_left {
    margin-top: 3.3333333333vw;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: rotate(180deg);
  }
  .recommende__article .quotation_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .music-video-main ::-webkit-scrollbar {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .music-video-main .h1-title {
    padding-top: 3.7333333333vw;
    font-size: 6vw;
    line-height: 8vw;
    margin: 0 4.5333333333vw 0 8vw;
  }
  .music-video-main .subtitle {
    width: auto;
    margin: 1.0666666667vw 8vw 0;
    font-size: 4vw;
    line-height: 6.1333333333vw;
  }
  .music-video-main .music-video-tool {
    margin-top: 4vw;
    padding: 0 8vw;
    flex-direction: column;
    align-items: center;
  }
  .music-video-main .music-video-tool .tool-left {
    width: 100%;
  }
  .music-video-main .music-video-tool .tool-left .tool-left-poster {
    width: 84vw;
  }
  .music-video-main .music-video-tool .tool-left .ideating {
    height: 47.0666666667vw;
    border: 0.1333333333vw solid rgba(0, 0, 0, 0);
    border-radius: 1.8666666667vw;
  }
  .music-video-main .music-video-tool .tool-left .ideating .loading-icon {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-left .ideating .loading-title {
    margin-top: 2.4vw;
    font-size: 2.1333333333vw;
    line-height: 3.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-left .ideating .loading-title > span {
    font-size: 2.1333333333vw;
    line-height: 3.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-left .ideating .loading-tip {
    font-size: 1.7333333333vw;
    line-height: 2.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-video-container .finished-video {
    width: 100%;
    height: 47.2vw;
    border-radius: 1.4666666667vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip {
    height: 7.2vw;
    min-height: 36px;
    border-radius: 0px 0px 1.4666666667vw 1.4666666667vw;
    padding-left: 2.1333333333vw;
    padding-right: 1.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_btn_clip {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_btn_clip svg {
    min-width: 24px;
    min-height: 24px;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip {
    width: 61.6vw;
    height: 1.0666666667vw;
    border-radius: 2.6666666667vw;
    margin-right: 2.4vw;
    margin-left: 1.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_progress_clip .control_progress_inner_clip {
    border-radius: 2.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-video-container .controls_clip .control_time_clip {
    width: 9.8666666667vw;
    font-size: 1.7333333333vw;
    line-height: 2.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns {
    margin-top: 4vw;
    width: 100%;
    padding: 0 16px;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item {
    width: auto;
    height: 9.7333333333vw;
    background-color: transparent;
    border-radius: 0;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item:not(:last-child) {
    margin-right: 10vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item .btn-icon {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns .btn-item .btn-text {
    font-size: 2.9333333333vw;
    line-height: 4.1333333333vw;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns #zoomIn {
    display: none;
  }
  .music-video-main .music-video-tool .tool-left .video-box .finished-btns #download {
    margin-left: auto;
  }
  .music-video-main .music-video-tool .tool-left .video-box.zoom-in {
    display: none;
  }
  .music-video-main .music-video-tool .tool-right {
    margin-top: 3.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step {
    width: 84vw;
    border: 0.1333333333vw solid rgb(226, 226, 226);
    border-radius: 1.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step .icon_step {
    width: 6.4vw;
    height: 6.6666666667vw;
    top: -1.4666666667vw;
    left: 1.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step .step-title {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 {
    height: 42.9333333333vw;
    margin-bottom: 4.1333333333vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 3.8666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .step1-top {
    padding: 0 1.3333333333vw 0 10.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .step1-top .sample-music {
    font-size: 2.9333333333vw;
    line-height: 4.4vw;
    color: #8b3dff;
  }
  .music-video-main .music-video-tool .tool-right .step1 .no-upload {
    margin-top: 8.8vw;
    padding: 0 4.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .no-upload .upload-btn {
    width: 75.2vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4vw;
    line-height: 6.1333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .no-upload .upload-btn .upload-btn-icon {
    width: 4.6666666667vw;
    height: 5.4666666667vw;
    margin-right: 2.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .no-upload .upload-tips {
    width: 64.4vw;
    height: 8.5333333333vw;
    margin-top: 2.1333333333vw;
    font-size: 2.9333333333vw;
    line-height: 4.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload {
    margin-top: 6.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils {
    margin: 0 5.6vw 3.4666666667vw 5.6vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-info .music-icon {
    width: 3.2vw;
    height: 3.8666666667vw;
    margin-right: 1.4666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-info .music-name {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
    margin-right: 1.4666666667vw;
    max-width: 41.6vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-info .music-time {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 3.2vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .cut-tips {
    font-weight: 300;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    padding: 1.8666666667vw 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .cut-tips::before {
    border-width: 1.6vw;
    bottom: -1.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut .cut-tips::after {
    border-width: 1.6vw;
    bottom: -1.6vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-cut:hover .cut-tips {
    display: block;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-utils .music-btn .music-delete {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    cursor: pointer;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit {
    width: 79.2vw;
    height: 14.1333333333vw;
    margin: 0 2.6666666667vw 0 2.1333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 2.8vw;
    background-image: none;
    background-color: #f8f7fa;
    border-radius: 7.0666666667vw;
    border: 0.2666666667vw solid #f6f5f8;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .play-icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-right: 0.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .stop-icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-right: 0.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container {
    width: 61.8666666667vw;
    height: 2.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track {
    height: 6vw;
    border-width: 0.2666666667vw;
    border-radius: 0.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music-bar {
    height: 2.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music {
    height: 2.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music::-webkit-slider-thumb {
    width: 4vw;
    height: 4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music::-moz-range-thumb {
    width: 4vw;
    height: 4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .slider-track .edit-music::-ms-thumb {
    width: 4vw;
    height: 4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-webkit-slider-runnable-track,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-webkit-slider-runnable-track {
    height: 2.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-moz-range-track,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-moz-range-track {
    -moz-appearance: none;
    height: 2.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-ms-track,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-ms-track {
    appearance: none;
    height: 2.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-webkit-slider-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-webkit-slider-thumb {
    margin-top: -1.7333333333vw;
    width: 1.6vw;
    height: 6vw;
    border-width: 0.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-moz-range-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-moz-range-thumb {
    margin-top: -1.7333333333vw;
    width: 1.6vw;
    height: 6vw;
    border-width: 0.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-ms-thumb,
.music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-ms-thumb {
    margin-top: -1.7333333333vw;
    width: 1.6vw;
    height: 6vw;
    border-width: 0.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-webkit-slider-thumb {
    border-radius: 0.4vw 0px 0px 0.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-moz-range-thumb {
    border-radius: 0.4vw 0px 0px 0.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .start-slider::-ms-thumb {
    border-radius: 0.4vw 0px 0px 0.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-webkit-slider-thumb {
    border-radius: 0px 0.4vw 0.4vw 0px;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-moz-range-thumb {
    border-radius: 0px 0.4vw 0.4vw 0px;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .end-slider::-ms-thumb {
    border-radius: 0px 0.4vw 0.4vw 0px;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .edit-container .edit-btn-time {
    top: -4.9333333333vw;
    font-size: 2.1333333333vw;
    line-height: 3.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress {
    height: 2.5333333333vw;
    border-radius: 1.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar {
    height: 2.5333333333vw;
    border-radius: 1.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar::-webkit-slider-thumb {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar::-ms-thumb {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-progress-container .music-progress-bar::-moz-range-thumb {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box {
    width: 3.6vw;
    height: 3.6vw;
    margin-left: 2.2666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips {
    font-weight: 300;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    max-width: 57.3333333333vw;
    padding: 1.8666666667vw 2.6666666667vw;
    top: 5.3333333333vw;
    right: -6.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips span {
    font-weight: 300;
    font-size: 3.2vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips::before {
    border-width: 1.6vw;
    top: -1.7333333333vw;
    right: 7.0666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box .music-tips::after {
    border-width: 1.6vw;
    top: -1.6vw;
    right: 7.0666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step1 .upload .music-edit .music-tips-box:hover .music-tips {
    display: block;
  }
  .music-video-main .music-video-tool .tool-right .step2 {
    height: auto;
    min-height: 81.8666666667vw;
    margin-bottom: 4.6666666667vw;
    padding-top: 2.4vw;
    padding-bottom: 8.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-top {
    padding: 0 10.6666666667vw 0 9.2vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content {
    margin-top: 4.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    padding-left: 5.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title::before {
    left: 3.2vw;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon,
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon_custom {
    width: 3.2vw;
    height: 3.2vw;
    background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/m_icon_del.svg");
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon:hover,
.music-video-main .music-video-tool .tool-right .step2 .step2-content .step2-item-title .delete_icon_custom:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/m_icon_del.svg");
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer {
    position: relative;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title {
    padding-inline-start: 0.25rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-tab {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    color: #39325a;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title .pick-singer-line {
    display: block;
    width: 1px;
    height: 0.2rem;
    background-color: #e7e7ec;
    margin: 0 0.36rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .pick-singer-title::before {
    content: none;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .custom-tip {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-inline-start: 0.14rem;
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41IiBoZWlnaHQ9IjE1LjUiIHZpZXdCb3g9IjAgMCAxNS41IDE1LjUiPgogIDxnIGlkPSJpY29uLTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc1IDAuNzUpIj4KICAgIDxwYXRoIGlkPSLot6/lvoRfMTc4OTE5IiBkYXRhLW5hbWU9Iui3r+W+hCAxNzg5MTkiIGQ9Ik0xMSwxOGE3LDcsMCwxLDAtNC45NS0yLjA1QTYuOTc4LDYuOTc4LDAsMCwwLDExLDE4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMzYTMyNWEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzE3ODkyMCIgZGF0YS1uYW1lPSLot6/lvoQgMTc4OTIwIiBkPSJNMTkuOCwxNy40MjV2LTEuMmExLjgsMS44LDAsMSwwLTEuOC0xLjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi44IC05LjMxOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNhMzI1YSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogICAgPHBhdGggaWQ9Iui3r+W+hF8xNzg5MjEiIGRhdGEtbmFtZT0i6Lev5b6EIDE3ODkyMSIgZD0iTTIyLjI1LDM0LjEyNWEuNzUuNzUsMCwxLDAtLjc1LS43NUEuNzUuNzUsMCwwLDAsMjIuMjUsMzQuMTI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1LjI1IC0yMi40MDEpIiBmaWxsPSIjM2EzMjVhIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=");
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-box {
    position: relative;
    width: 84vw;
    height: 49.2vw;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
    border-radius: 2vw;
    padding-left: 5.3333333333vw;
    padding-top: 10vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp::after {
    display: none;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-close {
    display: flex;
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    right: 3.2vw;
    top: 3.2vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-title {
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 6vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont {
    margin-top: 1.4666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-img {
    width: 26.1333333333vw;
    height: 26.1333333333vw;
    background-color: #fff;
    position: absolute;
    left: 3.2vw;
    top: -17.33333vw;
    border: 0.8vw solid #fff;
    border-radius: 2vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-list-item {
    font-weight: 300;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-list-item:not(:last-child) {
    margin-bottom: 0.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .upload-examp .upload-examp-cont .examp-list-item .item-icon {
    margin-right: 1.4666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list {
    padding: 0 1.8666666667vw 0 2.6666666667vw;
    height: 15.4666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    margin: 0.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item .singer-img {
    width: 14.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.upload .upload-icon {
    width: 3.4666666667vw;
    height: 3.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.upload .upload-text {
    font-size: 2.9333333333vw;
    line-height: 4.4vw;
    margin-top: 0.5333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.singer::before {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .singer-list .singer-list-item.singer.active::before {
    border: 0.2666666667vw solid #fff;
    box-shadow: 0 0 0 0.4vw #8b3dff;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer #customSingerList .custom-create-button {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    margin: 0.4vw;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: transparent linear-gradient(180deg, #6d4dff 0%, #b93dff 100%) 0 0 no-repeat padding-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal 300 0.18rem/0.27rem Poppins;
    letter-spacing: -0.36px;
    color: #ffffff;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer #customSingerList .custom-create-button:before {
    content: "";
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjguMDA1IiBoZWlnaHQ9IjI4LjAwNSIgdmlld0JveD0iMCAwIDI4LjAwNSAyOC4wMDUiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0i55+p5b2iXzMxODA4IiBkYXRhLW5hbWU9IuefqeW9oiAzMTgwOCIgd2lkdGg9IjI4LjAwNSIgaGVpZ2h0PSIyOC4wMDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzIDEwLjk5NSkiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzcwNzA3MCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2NsaXBQYXRoPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIxIiB5MT0iMSIgeDI9IjAuNDYxIiB5Mj0iMC41ODEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij4KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNmQ0ZGZmIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2I5M2RmZiIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPGcgaWQ9Imljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMyAtMTAuOTk1KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9Iui3r+W+hF8yNDE5IiBkYXRhLW5hbWU9Iui3r+W+hCAyNDE5IiBkPSJNNS4xNTksNDguMzE4VjQyTTIsNDUuMTU5SDguMzE4bTcuNTgxLTEuOS0yLjE5MSw1LjdBOC4xNTUsOC4xNTUsMCwwLDEsMTIuOSw1MC43NGEzLjc4OSwzLjc4OSwwLDAsMS0uODkzLjg5Myw4LjE1Myw4LjE1MywwLDAsMS0xLjc3OS44MTJsLTUuNywyLjE5MSw1LjcsMi4xOTFBOC4xNTQsOC4xNTQsMCwwLDEsMTIsNTcuNjM4YTMuNzg5LDMuNzg5LDAsMCwxLC44OTMuODkzLDguMTU0LDguMTU0LDAsMCwxLC44MTIsMS43NzlsMi4xOTEsNS43LDIuMTkxLTUuN0E4LjE1NSw4LjE1NSwwLDAsMSwxOC45LDU4LjUzYTMuNzg5LDMuNzg5LDAsMCwxLC44OTMtLjg5Myw4LjE1NSw4LjE1NSwwLDAsMSwxLjc3OS0uODEybDUuNy0yLjE5MS01LjctMi4xOTFhOC4xNTQsOC4xNTQsMCwwLDEtMS43NzktLjgxMiwzLjc4OSwzLjc4OSwwLDAsMS0uODkzLS44OTMsOC4xNTUsOC4xNTUsMCwwLDEtLjgxMi0xLjc3OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyLjQ4NiAtMjguNDc0KSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHBhdGggaWQ9Iui3r+W+hF8xNzk1NjAiIGRhdGEtbmFtZT0i6Lev5b6EIDE3OTU2MCIgZD0iTTE1LjUxOSw0My4wNzRsLTIuMTkxLDUuN2E4LjE1NSw4LjE1NSwwLDAsMS0uODEyLDEuNzc5LDMuNzg4LDMuNzg4LDAsMCwxLS44OTMuODkzLDguMTUzLDguMTUzLDAsMCwxLTEuNzc5LjgxMmwtNS43LDIuMTkxaDExLjRTMTUuNTE5LDU0LjQzNiwxNS41MTksNDMuMDc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIuODY2IC0yOC4yODQpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KICA8L2c+Cjwvc3ZnPgo=");
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .ios__arrow {
    position: absolute;
    bottom: 0.8vw;
    right: 1.0666666667vw;
    width: 2.9333333333vw;
    height: 2.1333333333vw;
    background-image: url(https://static-alter1.vidnoz.com/web/en/img/ai-talking-avatar/ios__arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .pick-singer .ios__arrow.active {
    display: block;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style {
    margin-top: 5.0666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-title {
    margin-bottom: 3.4666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.17rem;
    overflow: hidden;
    padding: 0 0.41rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style {
    width: calc((100% - 0.17rem) / 2);
    max-width: 2.74rem;
    height: 0.6rem;
    padding: 0.12rem;
    display: flex;
    align-items: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-right: 0;
    cursor: pointer;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style .style-img {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0;
    flex-shrink: 0;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style .style-name {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    color: #39325a;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .selected-style .delete-icon {
    display: flex;
    width: 0.25rem;
    height: 0.25rem;
    margin-left: auto;
    cursor: pointer;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn {
    width: calc((100% - 0.17rem) / 2);
    max-width: 2.74rem;
    height: 0.6rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 0.12rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    font: normal normal normal 0.24rem/0.35rem Poppins;
    color: #39325a;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn .icon {
    width: 0.32rem;
    height: 0.32rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .select-style .select-style-cont .select-style-btn .select-arrow {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: auto;
    color: #1e1e2e;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size {
    margin-top: 5.0666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont {
    padding-left: 5.3333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item {
    width: 17.8666666667vw;
    height: 7.2vw;
    padding: 1.3333333333vw 1.8666666667vw;
    margin-right: 2.4vw;
    border-width: 0.2666666667vw;
    border-radius: 0.5333333333vw;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item.active {
    border: 0.2666666667vw solid #6d4dff;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .video-size .video-size-cont .video-size-item .video-size-icon {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.2vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only {
    display: flex;
    flex-direction: column;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box {
    position: relative;
    display: flex;
    align-items: center;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .tit-font {
    font-size: 3.2vw;
    padding-left: 5.4666666667vw;
    color: #39325a;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .tit-font::before {
    left: 3.2vw;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .msg-font {
    font-size: 3.2vw;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box {
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show {
    width: 6.42rem;
    height: 3.48rem;
    padding: 0.2rem;
    top: -3.48rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .old-box .old-msg {
    padding: 0.08rem 0.5rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .old-box video {
    width: 2.94rem;
    height: 1.66rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .new-box .new-msg {
    padding: 0.08rem 0.5rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content .new-box video {
    width: 2.94rem;
    height: 1.66rem;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-content video {
    border-radius: 10px;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .tit-box .ts-box .tip-show .tip-msg {
    margin-top: 0.2rem;
    font: normal normal normal 0.24rem/0.32rem Poppins;
  }
  .music-video-main .music-video-tool .tool-right .step2 .step2-content .singers-only .switch_item {
    margin-top: 2.6666666667vw;
    margin-left: 5.4666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 {
    height: 37.8666666667vw;
    padding-top: 1.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-top {
    padding: 0 10.6666666667vw 0 9.2vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-top .step3-title {
    height: 3.7333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content {
    margin-top: 6.4vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn {
    width: 75.2vw;
    height: 13.3333333333vw;
    padding: 0vw 21.7333333333vw;
    border-radius: 6.6666666667vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .generate-btn_text {
    font-size: 4vw;
    line-height: 6.1333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .credit_tip {
    position: absolute;
    top: -0.25rem;
    right: 0.03rem;
    height: 0.5rem;
    border-radius: 0.5rem 0.5rem 0px 0.5rem;
    padding: 0 0.11rem 0 0.22rem;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .credit_tip .credit_icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.11rem;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .generate-btn .credit_tip .credit_num {
    font: normal normal 600 0.24rem/0.24rem Poppins;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .video-tips {
    margin-top: 2.5333333333vw;
    font-size: 2.8vw;
    line-height: 4.1333333333vw;
  }
  .music-video-main .music-video-tool .tool-right .step3 .step3-content .video-tips .copy-icon {
    width: 3.6vw;
    height: 3.6vw;
    margin-right: 0.4vw;
  }
  .music-video-main .dialog {
    background-color: rgba(0, 0, 0, 0.74);
  }
  .music-video-main .dialog .dialog-container {
    box-shadow: 0px 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1137254902);
    border: 0.1333333333vw solid #e2e2e2;
    border-radius: 1.7333333333vw;
  }
  .music-video-main .dialog .dialog-container .dialog-close {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .music-video-main .dialog .dialog-container .uploading {
    width: 72vw;
    height: auto;
    padding: 11.4666666667vw 4.5333333333vw 7.2vw;
    box-shadow: 0px 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1137254902);
    border: 0.1333333333vw solid #e2e2e2;
    border-radius: 1.7333333333vw;
  }
  .music-video-main .dialog .dialog-container .uploading .uploading-text .title {
    font-size: 4vw;
    line-height: 6.1333333333vw;
    font-weight: bold;
  }
  .music-video-main .dialog .dialog-container .uploading .uploading-text .percentage {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
  .music-video-main .dialog .dialog-container .uploading .uploading-progress {
    margin-top: 6.1333333333vw;
    width: 63.2vw;
    height: 2.6666666667vw;
    border: 0.1333333333vw solid #eeecff;
    border-radius: 1.3333333333vw;
  }
  .music-video-main .dialog .dialog-container .uploading .uploading-progress::before {
    height: 2.6666666667vw;
  }
  .music-video-main .dialog .dialog-container .uploading .uploading-btm {
    margin-top: 9.3333333333vw;
    justify-content: center;
  }
  .music-video-main .dialog .dialog-container .uploading .uploading-btm .uploading-btn {
    width: 62.9333333333vw;
    height: 11.7333333333vw;
    border-radius: 5.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  .music-video-main .dialog .dialog-container .failed {
    width: 72vw;
    height: auto;
    padding: 10.6666666667vw 4.5333333333vw 8.5333333333vw;
  }
  .music-video-main .dialog .dialog-container .failed .failed-box {
    flex-direction: column;
  }
  .music-video-main .dialog .dialog-container .failed .failed-box .failed-img {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
  .music-video-main .dialog .dialog-container .failed .failed-box .failed-cont {
    margin-left: 0;
  }
  .music-video-main .dialog .dialog-container .failed .failed-box .failed-cont .failed-title {
    text-align: center;
    font-size: 4.5333333333vw;
    line-height: 6.4vw;
    margin-top: 3.2vw;
  }
  .music-video-main .dialog .dialog-container .failed .failed-box .failed-cont .failed-text {
    text-align: center;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    font-weight: 300;
    margin-top: 3.2vw;
  }
  .music-video-main .dialog .dialog-container .failed .failed-btm {
    margin-top: 4.2666666667vw;
    justify-content: center;
  }
  .music-video-main .dialog .dialog-container .failed .failed-btm .failed-btn {
    width: 62.9333333333vw;
    height: 11.7333333333vw;
    border-radius: 5.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  .music-video-main .dialog .dialog-container .failed.center {
    width: 72vw;
    height: auto;
    padding: 13.8666666667vw 4.5333333333vw 8.5333333333vw;
  }
  .music-video-main .dialog .dialog-container .failed.center .failed-box .failed-img {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
  .music-video-main .dialog .dialog-container .failed.center .failed-box .failed-cont {
    margin-left: 0px;
  }
  .music-video-main .dialog .dialog-container .failed.center .failed-box .failed-cont .failed-title {
    display: none;
  }
  .music-video-main .dialog .dialog-container .failed.center .failed-box .failed-cont .failed-text {
    margin-top: 7.6vw;
  }
  .music-video-main .dialog .dialog-container .failed.center .failed-btm {
    margin-top: 6.2666666667vw;
  }
  .music-video-main .ttv_video_demo .clip-video {
    margin: 0 auto;
    width: 6.415rem;
    margin-top: 0.32rem;
  }
  .music-video-main .ttv_video_demo .clip-video .title-video {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .music-video-main .ttv_video_demo .clip-video .clip-video-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.16rem;
    gap: 0.04rem 0.13rem;
  }
  .music-video-main .ttv_video_demo .clip-video .clip-video-content-item {
    width: 2.02rem;
    height: 1.13rem;
    border-radius: 0.08rem;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-left: 0;
    cursor: pointer;
    position: relative;
  }
  .music-video-main .ttv_video_demo .clip-video .clip-video-content-item video {
    border-radius: 0.08rem;
    width: 2rem;
    height: 1.13rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.home-header .home-menu .menu-main .home-btn .credit-box {
  display: flex;
}
.home-header .home-menu .menu-main .home-btn .credit-box .credit_des_bg_item a {
  color: #0f0f0f;
  font-weight: 600;
  text-decoration: underline;
}
.home-header .home-menu .menu-main .home-btn .credit-box .mv_get_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 286px;
  height: 42px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  color: #0f0f0f;
  font: normal normal 500 13px/14px Poppins;
}
.home-header .home-menu .menu-main .home-btn .credit-box .mv_get_btn:hover {
  background: linear-gradient(90deg, rgba(244, 210, 27, 0.7) 0%, rgba(255, 147, 98, 0.7) 100%);
}

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

.upgrade_banner {
  position: relative;
  text-align: left;
  margin-top: 8px;
  width: 520px;
  padding: 14px 10px 14px 20px;
  border-radius: 6px;
  background: linear-gradient(90deg, #fffaec 0%, #ffefe8 100%);
  border: 1px solid #f4e0d0;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
  display: none;
  cursor: pointer;
}
.upgrade_banner .design_icon {
  position: absolute;
  width: 71px;
  height: 64px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/upgrade_banner_icon.png");
  background-size: 100%;
  bottom: 11px;
  right: 16px;
}
.upgrade_banner .design_icon2 {
  position: absolute;
  width: 17px;
  height: 16px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/upgrade_banner_icon_2.png");
  background-size: 100%;
  bottom: 15px;
  right: 49px;
  transition: all 0.16s ease-in-out;
  opacity: 0;
}
.upgrade_banner .design_icon3 {
  position: absolute;
  width: 21px;
  height: 28px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/upgrade_banner_icon_3.png");
  background-size: 100%;
  bottom: 15px;
  right: 49px;
  transition: all 0.16s ease-in-out;
  opacity: 0;
}
.upgrade_banner .upgrade_banner_head .upgrade_banner_title {
  color: #0f0f0f;
  font: normal normal 600 17px/24px Poppins;
}
.upgrade_banner .upgrade_banner_content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
.upgrade_banner .upgrade_banner_content .upgrade_banner_item {
  position: relative;
  padding-left: 19px;
  color: #0f0f0f;
  width: 50%;
  font: normal normal 300 13px/18px Poppins;
  margin-bottom: 4px;
}
.upgrade_banner .upgrade_banner_content .upgrade_banner_item span {
  font: normal normal 600 13px/18px Poppins;
}
.upgrade_banner .upgrade_banner_content .upgrade_banner_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/right_icon.svg");
  background-size: 100%;
}
.upgrade_banner .btn_box {
  margin-top: 8px;
}
.upgrade_banner .btn_box .upgrade_banner_btn {
  transition: all 0.16s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 2px 0 24px;
  height: 32px;
  border-radius: 16px;
  background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  color: #39325a;
  font: normal normal 600 11px/13px Poppins;
}
.upgrade_banner .btn_box .upgrade_banner_btn svg {
  display: block;
  width: 16px;
  height: 16px;
  margin-inline-start: 4px;
  opacity: 0;
  transition: all 0.16s ease-in-out;
  transform: translateX(-10px);
}
@media screen and (min-width: 1200px) {
  .upgrade_banner:hover .upgrade_banner_btn {
    padding: 0 20px 0 24px;
    background: linear-gradient(90deg, rgba(244, 210, 27, 0.7) 0%, rgba(255, 147, 98, 0.7) 100%);
  }
  .upgrade_banner:hover .upgrade_banner_btn svg {
    transform: translateX(0);
    opacity: 1;
  }
  .upgrade_banner:hover .design_icon2 {
    bottom: 73px;
    right: 49px;
    opacity: 1;
  }
  .upgrade_banner:hover .design_icon3 {
    bottom: 85px;
    right: 17px;
    opacity: 1;
  }
}
.upgrade_banner.pro .upgrade_banner_content {
  display: block;
}
.upgrade_banner.pro .upgrade_banner_content .upgrade_banner_item {
  width: 100%;
}

.credit_dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 1100;
  display: none;
}
.credit_dialog .credit_dialog_content {
  position: relative;
  width: 864px;
  padding: 24px 40px 32px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/dialog_bg.png");
  background-size: 100%;
  border-radius: 10px;
}
.credit_dialog .credit_dialog_content .credit_close_icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.credit_dialog .credit_dialog_content .credit_close_icon .close_icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/credit_close.svg");
  background-size: 100%;
}
.credit_dialog .credit_dialog_content .credit_close_icon:hover {
  background-color: rgb(236, 235, 241);
}
.credit_dialog .credit_dialog_content .credit_dialog_title {
  display: flex;
  align-items: end;
  padding-left: 8px;
}
.credit_dialog .credit_dialog_content .credit_dialog_title .left .limit_title {
  color: #282e48;
  font: normal normal 400 14px/20px Poppins;
}
.credit_dialog .credit_dialog_content .credit_dialog_title .left .limit_des {
  margin-top: 7px;
  color: #282e48;
  font: normal normal 900 20px/26px Poppins;
}
.credit_dialog .credit_dialog_content .credit_dialog_title .left .limit_des span {
  color: #8b3dff;
  font: normal normal 900 20px/26px Poppins;
}
.credit_dialog .credit_dialog_content .credit_dialog_title .right {
  flex-shrink: 0;
  margin-left: 22px;
  width: 330px;
  height: 90px;
  background: no-repeat center;
  background-size: 100%;
}
.credit_dialog .credit_dialog_content .credit_dialog_des {
  margin-top: 30px;
  width: 100%;
  padding: 32px 24px 40px;
  border-radius: 12px;
  border: 1px solid #e9ecf6;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item {
  display: flex;
  align-items: center;
  width: 336px;
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_icon {
  width: 64px;
  height: 64px;
  margin-right: 12px;
  background: no-repeat center;
  background-size: 100%;
  flex-shrink: 0;
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_icon.limit_icon {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_uploads.png");
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_icon.water_icon {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_watermark.png");
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_icon.fast_icon {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_faster.png");
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_icon.more_icon {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_more.png");
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .item_tip {
  color: #282e48;
  font: normal normal 700 16px/23px Poppins;
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .item_tip.href_des {
  color: #39325a;
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .item_tip.limit_item_tip {
  color: #944cfe;
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .item_tip a {
  color: #39325a;
  font: normal normal 700 16px/23px Poppins;
  text-decoration: underline;
}
.credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .des_tip {
  margin-top: 6px;
  color: #282e48;
  font: normal normal 400 14px/20px Poppins;
}
.credit_dialog .credit_dialog_content .credit_dialog_btn {
  margin-top: 27px;
  display: flex;
  justify-content: center;
}
.credit_dialog .credit_dialog_content .credit_dialog_btn .credit_dialog_btn_content {
  position: relative;
}
.credit_dialog .credit_dialog_content .credit_dialog_btn button {
  background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  cursor: pointer;
  height: 42px;
  padding: 0 66px;
  border-radius: 21px;
  color: #0f0f0f;
  font: normal normal 500 13px/14px Poppins;
  position: relative;
  z-index: 2;
}
.credit_dialog .credit_dialog_content .credit_dialog_btn button:hover {
  background: linear-gradient(90deg, #f7dd69 0%, #feb290 100%);
}
.credit_dialog .credit_not_enough {
  display: none;
}
.credit_dialog.file_limit {
  display: flex;
}
.credit_dialog.file_limit .credit_dialog_content .credit_dialog_title .right {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/file_limit.png");
}
.credit_dialog.file_limit .credit_dialog_content .credit_dialog_des .des_item .item_icon.limit_icon {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_file.png");
}
.credit_dialog.use_limit {
  display: flex;
}
.credit_dialog.use_limit .credit_dialog_content .credit_dialog_title .right {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/use_limit.png");
}
.credit_dialog.use_limit .credit_dialog_content .credit_dialog_des .des_item .item_icon.limit_icon {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_free.png");
}
.credit_dialog.time_limit {
  display: flex;
}
.credit_dialog.time_limit .credit_dialog_content .credit_dialog_title .right {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/time_limit.png");
}
.credit_dialog.time_limit .credit_dialog_content .credit_dialog_des .des_item .item_icon.limit_icon {
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_uploads.png");
}
.credit_dialog.not_enough {
  display: flex;
}
.credit_dialog.not_enough .credit_dialog_content {
  display: none;
}
.credit_dialog.not_enough .credit_not_enough {
  position: relative;
  display: block;
  width: 479px;
  padding: 36px 32px 32px;
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #d8d4ff;
  border-radius: 8px;
}
.credit_dialog.not_enough .credit_not_enough .credit_close_icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.credit_dialog.not_enough .credit_not_enough .credit_close_icon .close_icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/credit_close.svg");
  background-size: 100%;
}
.credit_dialog.not_enough .credit_not_enough .credit_close_icon:hover {
  background-color: rgb(236, 235, 241);
}
.credit_dialog.not_enough .credit_not_enough .not_enough_title {
  text-align: center;
  color: #282e48;
  font: normal normal 700 20px/28px Poppins;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_des {
  margin-top: 12px;
  text-align: center;
  color: #a1a4b3;
  font: normal normal 400 14px/21px Poppins;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_content {
  margin-top: 12px;
  position: relative;
  width: 100%;
  height: 88px;
  border-radius: 6px;
  background: linear-gradient(90deg, #fffced 0%, #ffefe8 100%);
  padding-top: 22px;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_content .banner_design_icon {
  position: absolute;
  width: 30px;
  height: 27px;
  right: 14px;
  bottom: 9px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/dialog_banner_design.svg");
  background-size: 100%;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_content .need_credit,
.credit_dialog.not_enough .credit_not_enough .not_enough_content .has_credit {
  text-align: center;
  color: #282e48;
  font: normal normal 400 14px/21px Poppins;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_content .need_credit .need_num,
.credit_dialog.not_enough .credit_not_enough .not_enough_content .has_credit .need_num {
  color: #ee1a3d;
  font: normal normal 700 14px/21px Poppins;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_content .need_credit .has_num,
.credit_dialog.not_enough .credit_not_enough .not_enough_content .has_credit .has_num {
  color: #282e48;
  font: normal normal 700 14px/21px Poppins;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_btn .enough_btn {
  background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  cursor: pointer;
  height: 42px;
  padding: 0 50px;
  border-radius: 21px;
  color: #0f0f0f;
  font: normal normal 500 13px/14px Poppins;
}
.credit_dialog.not_enough .credit_not_enough .not_enough_btn .enough_btn:hover {
  background: linear-gradient(90deg, rgba(244, 210, 27, 0.7) 0%, rgba(255, 147, 98, 0.7) 100%);
}

@media screen and (max-width: 1200px) {
  .footer-window {
    display: flex !important;
  }
  .home-header .home-menu .home-logo .header-credits-box {
    display: none;
  }
  .home-header .home-menu .home-logo .header-credits-box.show {
    display: flex;
  }
  .home-header .home-menu .menu-main .menu-item.credit {
    display: none;
  }
  #headMob {
    display: none !important;
  }
  .upgrade_banner {
    position: relative;
    margin-top: 0.16rem;
    width: 100%;
    padding: 0.24rem 0.3rem 0.4rem 0.22rem;
    border-radius: 0.1rem;
    background: linear-gradient(92deg, #fffced 0%, #ffefe8 100%);
    border: 1px solid #f4e0d0;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1529411765);
    margin-bottom: 0.2rem;
    display: none;
  }
  .upgrade_banner .design_icon {
    position: absolute;
    width: 1.17rem;
    height: 1.05rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/upgrade_banner_icon.png");
    background-size: 100%;
    bottom: 0.24rem;
    right: 0.21rem;
    opacity: 0.9;
  }
  .upgrade_banner .upgrade_banner_head .upgrade_banner_title {
    color: #0f0f0f;
    font: normal normal 600 0.26rem/0.36rem Poppins;
  }
  .upgrade_banner .upgrade_banner_content {
    display: block;
    margin-top: 0.2rem;
  }
  .upgrade_banner .upgrade_banner_content .upgrade_banner_item {
    position: relative;
    padding-left: 0.34rem;
    color: #0f0f0f;
    width: 100%;
    font: normal normal 300 0.22rem/0.31rem Poppins;
    margin-bottom: 0.05rem;
  }
  .upgrade_banner .upgrade_banner_content .upgrade_banner_item span {
    font: normal normal 600 0.22rem/0.31rem Poppins;
  }
  .upgrade_banner .upgrade_banner_content .upgrade_banner_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.22rem;
    height: 0.22rem;
  }
  .upgrade_banner .btn_box {
    margin-top: 0.24rem;
    font-size: 0;
  }
  .upgrade_banner .btn_box .upgrade_banner_btn {
    padding: 0 0.44rem;
    height: 0.52rem;
    border-radius: 0.26rem;
    color: #39325a;
    font: normal normal 600 0.22rem/0.48rem Poppins;
  }
  .upgrade_banner .btn_box .upgrade_banner_btn svg {
    display: none;
  }
  .upgrade_banner .btn_box .upgrade_banner_btn:hover {
    background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  }
  .credit_dialog .credit_dialog_content {
    background: #faf8ff;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.62rem 0.4rem 0.6rem;
    box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0px 0px;
    max-height: 12.86rem;
    overflow-y: auto;
  }
  .credit_dialog .credit_dialog_content .credit_close_icon {
    opacity: 0.2;
    top: 0.2rem;
    r: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .credit_dialog .credit_dialog_content .credit_close_icon .close_icon {
    width: 100%;
    height: 100%;
  }
  .credit_dialog .credit_dialog_content .credit_close_icon:hover {
    background-color: transparent;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_title {
    display: block;
    padding-left: 0.2rem;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_title .left .limit_title {
    font: normal normal 400 0.32rem/0.45rem Poppins;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_title .left .limit_des {
    margin-top: 0.12rem;
    font: normal normal 900 0.36rem/0.54rem Poppins;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_title .left .limit_des span {
    color: #8b3dff;
    font: normal normal 900 0.36rem/0.54rem Poppins;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_title .right {
    margin: 0;
    margin-top: 0.2rem;
    width: 6.5rem;
    height: 1.77rem;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_des {
    margin-top: 0.42rem;
    padding: 0.32rem 0.1rem 0.46rem 0.2rem;
    border-radius: 0.24rem;
    gap: 0.32rem;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_des .des_item {
    width: 100%;
    align-items: start;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_icon {
    width: 1.08rem;
    height: 1.08rem;
    margin-right: 0.16rem;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .item_tip {
    font: normal normal 700 0.3rem/0.43rem Poppins;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .item_tip a {
    font: normal normal 700 0.3rem/0.43rem Poppins;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_des .des_item .item_des .des_tip {
    margin-top: 0.1rem;
    font: normal normal 400 0.26rem/0.37rem Poppins;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_btn {
    margin-top: 0.32rem;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_btn .credit_dialog_btn_content {
    position: relative;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_btn button {
    padding: 0;
    width: 6.34rem;
    height: 0.84rem;
    border-radius: 0.42rem;
    font: normal normal 500 0.3rem/0.14rem Poppins;
  }
  .credit_dialog .credit_dialog_content .credit_dialog_btn button:hover {
    background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  }
  .credit_dialog.file_limit .credit_dialog_content .credit_dialog_title .right {
    background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/m_file_limit.png");
  }
  .credit_dialog.use_limit .credit_dialog_content .credit_dialog_title .right {
    background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/m_use_limit.png");
  }
  .credit_dialog.time_limit .credit_dialog_content .credit_dialog_title .right {
    background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/m_time_limit.png");
  }
  .credit_dialog.not_enough .credit_not_enough {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.52rem 0.6rem 0.6rem;
    box-shadow: 0px 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0px 0px;
  }
  .credit_dialog.not_enough .credit_not_enough .credit_close_icon {
    opacity: 0.2;
    top: 0.2rem;
    r: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .credit_dialog.not_enough .credit_not_enough .credit_close_icon .close_icon {
    width: 100%;
    height: 100%;
  }
  .credit_dialog.not_enough .credit_not_enough .credit_close_icon:hover {
    background-color: transparent;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_title {
    font: normal normal 700 0.4rem/0.56rem Poppins;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_des {
    margin-top: 0.21rem;
    font: normal normal 400 0.28rem/0.41rem Poppins;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_content {
    margin-top: 0.38rem;
    height: 2.08rem;
    border-radius: 0.06rem;
    padding-top: 0.52rem;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_content .banner_design_icon {
    width: 1.02rem;
    height: 0.92rem;
    right: 0.2rem;
    bottom: 0.19rem;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_content .need_credit,
.credit_dialog.not_enough .credit_not_enough .not_enough_content .has_credit {
    font: normal normal 400 0.28rem/0.45rem Poppins;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_content .need_credit .need_num,
.credit_dialog.not_enough .credit_not_enough .not_enough_content .has_credit .need_num {
    font: normal normal 700 0.28rem/0.45rem Poppins;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_content .need_credit .has_num,
.credit_dialog.not_enough .credit_not_enough .not_enough_content .has_credit .has_num {
    font: normal normal 700 0.28rem/0.45rem Poppins;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_btn {
    margin-top: 0.67rem;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_btn .enough_btn {
    width: 100%;
    height: 0.84rem;
    padding: 0;
    border-radius: 0.42rem;
    font: normal normal 500 0.28rem/0.3rem Poppins;
  }
  .credit_dialog.not_enough .credit_not_enough .not_enough_btn .enough_btn:hover {
    background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  }
}
.video-dialog-container-toolbar {
  display: none !important;
}

.video-dialog-container-inner {
  height: auto !important;
}

.video-dialog-container-inner-head {
  height: 40px !important;
}

.video-dialog-container-inner-frame {
  position: unset !important;
  height: auto !important;
  width: 100% !important;
  transform: unset !important;
}

.io-dialog-container {
  display: none;
  position: relative;
  z-index: 99999;
}
.io-dialog-container .io-dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 9999;
}
.io-dialog-container .io-dialog-content {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
@media screen and (min-width: 1200px) {
  .io-dialog-container .io-dialog-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1200px) {
  .io-dialog-container .io-dialog-content:not(.io-popup) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .io-dialog-container .io-dialog-content.io-popup {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.1s ease-in-out;
    transform-origin: bottom center;
  }
  .io-dialog-container .io-dialog-content.io-popup.active {
    transform: translateY(0);
  }
}

.customize-tip-dialog {
  width: 1020px;
  position: relative;
  background-color: #faf8ff;
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/banner1@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-top: 34px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.customize-tip-dialog .customize-tip-dialog-close {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
}
.customize-tip-dialog .customize-tip-dialog-close img {
  display: block;
}
@media screen and (min-width: 1200px) {
  .customize-tip-dialog .customize-tip-dialog-close:hover {
    background-color: #e9eaec;
  }
}
.customize-tip-dialog .customize-tip-dialog-title {
  text-align: center;
  font: italic normal bold 22px/26px Poppins;
  color: #39325a;
  margin-bottom: 54px;
}
.customize-tip-dialog .customize-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 70px;
}
.customize-tip-dialog .customize-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customize-tip-dialog .customize-content-title {
  min-width: 270px;
  height: 36px;
  padding: 0 10px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: normal normal bold 14px/26px Poppins;
  color: #39325a;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  position: relative;
}
.customize-tip-dialog .customize-content-desc {
  text-align: center;
  font: normal normal normal 14px/26px Poppins;
  color: #39325a;
  margin-bottom: 20px;
}
.customize-tip-dialog .customize-content-img {
  width: 400px;
  display: block;
  margin: 0 auto;
}
.customize-tip-dialog .customize-content-customize .customize-content-title {
  color: #fff;
  background: transparent linear-gradient(98deg, #ff734a 0%, #f73463 88%, #ff852e 100%) 0 0 no-repeat padding-box;
}
.customize-tip-dialog .customize-content-customize .customize-content-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -22px;
  inset-inline-end: -6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_video@2x.png");
}
.customize-tip-dialog .customize-button {
  flex-shrink: 0;
  min-width: 336px;
  height: 44px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 500 16px/14px Poppins;
  background: #6d4dff 0 0 no-repeat padding-box;
  color: #ffffff;
  border-radius: 99px;
  cursor: pointer;
  margin: 0 auto;
  transition: all ease-in-out 0.16s;
}
@media screen and (min-width: 1200px) {
  .customize-tip-dialog .customize-button:hover {
    opacity: 0.7;
  }
}

.delete-dialod {
  width: 550px;
  height: 156px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
  border: 1px solid #e2e2e2;
  border-radius: 13px;
  position: relative;
  padding: 29px 32px;
}
.delete-dialod .delete-dialod-close {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
}
.delete-dialod .delete-dialod-close img {
  display: block;
}
@media screen and (min-width: 1200px) {
  .delete-dialod .delete-dialod-close:hover {
    background-color: #e9eaec;
  }
}
.delete-dialod .delete-content {
  display: flex;
  align-items: flex-start;
}
.delete-dialod .delete-content .delete-content-box {
  margin-left: 10px;
}
.delete-dialod .delete-content .delete-content-box .tit {
  font: normal normal bold 17px/26px Poppins;
  color: #39325a;
}
.delete-dialod .delete-content .delete-content-box .msg {
  font: normal normal normal 14px/21px Poppins;
  color: #39325a;
}
.delete-dialod .delete-btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.delete-dialod .delete-btn-box .clos-btn {
  padding: 5px 33px;
  background: #e8e8ea 0% 0% no-repeat padding-box;
  border-radius: 25px;
  font: normal normal medium 15px/23px Poppins;
  color: #39325a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.delete-dialod .delete-btn-box .ctsm-btn {
  padding: 5px 33px;
  background: #6d4dff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  font: normal normal medium 15px/23px Poppins;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 8px;
}

.my-singers-dialog {
  width: 844px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(60, 74, 104, 0.1019607843);
  box-shadow: 0 10px 40px rgba(60, 74, 104, 0.1019607843);
  padding: 20px 15px;
  position: relative;
}
.my-singers-dialog .my-singers-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.my-singers-dialog .my-singers-dialog-header .my-singers-dialog-title {
  font: normal normal bold 16px/25px Poppins;
  color: #39325a;
}
.my-singers-dialog .my-singers-dialog-header .my-singers-dialog-close {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
}
.my-singers-dialog .my-singers-dialog-header .my-singers-dialog-close img {
  display: block;
}
@media screen and (min-width: 1200px) {
  .my-singers-dialog .my-singers-dialog-header .my-singers-dialog-close:hover {
    background-color: #e9eaec;
  }
}
.my-singers-dialog .my-singers-dialog-content {
  display: grid;
  grid-template-columns: repeat(5, 140px);
  gap: 16px;
  margin-bottom: 24px;
  max-height: 485px;
  overflow-y: auto;
  padding: 40px 20px 20px 20px;
  background: #f2f2f4 0 0 no-repeat padding-box;
  border-radius: 6px;
  position: relative;
}
.my-singers-dialog .my-singers-dialog-content .del-card-box {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 28px;
  height: 28px;
  background: #cdcfd5 0% 0% no-repeat padding-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .my-singers-dialog .my-singers-dialog-content .del-card-box:hover:not(:disabled) {
    background: #9ea4af 0% 0% no-repeat padding-box;
  }
}
.my-singers-dialog .my-singers-dialog-content .del-card-box.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.my-singers-dialog .my-singers-dialog-content .singers-grid {
  display: contents;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.create-card {
  width: 140px;
  height: 140px;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px dashed #fff;
}
@media screen and (min-width: 1200px) {
  .my-singers-dialog .my-singers-dialog-content .singer-card.create-card:hover {
    background: #ffffff 0 0 no-repeat padding-box;
    border: 1px dashed #6d4eff;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.create-card:hover svg path {
    stroke: #6d4dff;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.create-card:hover .create-card-text {
    color: #6d4dff;
  }
}
.my-singers-dialog .my-singers-dialog-content .singer-card.create-card .create-card-icon {
  margin-bottom: 8px;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.create-card .create-card-icon svg {
  display: block;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.create-card .create-card-text {
  text-align: center;
  font: normal normal normal 12px/18px Poppins;
  color: #39325a;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  box-sizing: border-box;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card[data-ratio="9:16"] span {
  bottom: 15px;
  inset-inline-end: 0;
  transform: rotate(90deg);
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card span {
  display: block;
  background: rgba(0, 0, 0, 0.5) 0 0 no-repeat padding-box;
  border-radius: 4px;
  text-align: center;
  font: normal normal normal 11px/17px Poppins;
  color: #ffffff;
  padding: 3px 7px;
  position: absolute;
  bottom: 8px;
  inset-inline-end: 8px;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
}
@media screen and (min-width: 1200px) {
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card:hover {
    border: 2px solid #6d4eff;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i57uEXzE5MTM3IiBkYXRhLW5hbWU9Iue7hCAxOTEzNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGcgaWQ9IuefqeW9ol8zNDIwNSIgZGF0YS1uYW1lPSLnn6nlvaIgMzQyMDUiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzZkNGVmZiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgIDxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjQiIHN0cm9rZT0ibm9uZSIvPgogICAgPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMyIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==");
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card:hover .enlarge-box {
    display: flex;
  }
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card.selected {
  border: 2px solid #6d4eff;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card.selected::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i57uEXzE5MTM4IiBkYXRhLW5hbWU9Iue7hCAxOTEzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHJlY3QgaWQ9IuefqeW9ol8zNDIwNSIgZGF0YS1uYW1lPSLnn6nlvaIgMzQyMDUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjQiIGZpbGw9IiM2ZDRlZmYiLz4KICA8cGF0aCBpZD0iaWNvbl9jaGVjayIgZD0iTTcuNSw4NTJsMywzLDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTg0MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card .singer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card .enlarge-box {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.5) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  display: none;
  justify-content: center;
}
.my-singers-dialog .my-singers-dialog-content .singer-card.image-card .enlarge-box img {
  width: 14px;
}
.my-singers-dialog .my-singers-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-singers-dialog .my-singers-dialog-footer .footer-warning {
  font: normal normal normal 14px/26px Poppins;
  color: #ee1a3d;
}
.my-singers-dialog .my-singers-dialog-footer .footer-use-btn {
  min-width: 160px;
  height: 44px;
  background: #6d4dff;
  border: none;
  border-radius: 99px;
  color: #ffffff;
  font: normal normal 500 15px/23px Poppins;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .my-singers-dialog .my-singers-dialog-footer .footer-use-btn:hover {
    opacity: 0.7;
  }
}
.my-singers-dialog .my-singers-dialog-footer .footer-use-btn.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.create-singer-dialog {
  width: 504px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(60, 74, 104, 0.1019607843);
  border: 1px solid rgba(60, 74, 104, 0.1019607843);
  border-radius: 16px;
  position: relative;
  padding: 20px;
}
.create-singer-dialog .create-singer-dialog-header {
  margin-bottom: 24px;
  font: normal normal bold 16px/25px Poppins;
  color: #39325a;
}
.create-singer-dialog .create-singer-dialog-close {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
}
.create-singer-dialog .create-singer-dialog-close img {
  display: block;
}
@media screen and (min-width: 1200px) {
  .create-singer-dialog .create-singer-dialog-close:hover {
    background-color: #e9eaec;
  }
}
.create-singer-dialog .create-singer-dialog-body {
  padding: 20px;
  background: #f2f2f4 0 0 no-repeat padding-box;
  border-radius: 6px;
  margin-bottom: 34px;
}
.create-singer-dialog .create-singer-dialog-body > div {
  margin-bottom: 18px;
}
.create-singer-dialog .create-singer-dialog-body > div:last-child {
  margin-bottom: 0;
}
.create-singer-dialog .create-singer-dialog-body label {
  display: block;
  font: normal normal 500 13px/20px Poppins;
  color: #39325a;
  margin-bottom: 8px;
}
.create-singer-dialog .create-singer-dialog-body.generating {
  pointer-events: none;
}
.create-singer-dialog .create-singer-dialog-body.generating .create-singer-upload-area,
.create-singer-dialog .create-singer-dialog-body.generating .create-singer-description-content,
.create-singer-dialog .create-singer-dialog-body.generating .create-singer-quantity-btn,
.create-singer-dialog .create-singer-dialog-body.generating .create-singer-ratio-btn {
  opacity: 0.7;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area {
  position: relative;
  width: 100%;
  height: 134px;
  border: 2px dashed #a1a4b3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area:hover {
    background: rgba(139, 61, 255, 0.0588235294) 0 0 no-repeat padding-box;
    border: 2px dashed #8b3dff;
  }
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.has-image {
  border-style: solid;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.dragging {
  border: 2px dashed #8b3dff;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.dragging .create-singer-upload-default {
  pointer-events: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.dragging .create-singer-upload-drag {
  display: flex;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.loading {
  background: rgba(139, 61, 255, 0.0588235294) 0 0 no-repeat padding-box;
  border: 2px dashed #8b3dff;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.loading .create-singer-upload-default {
  display: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.loading .create-singer-upload-drag {
  display: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.loading .create-singer-upload-loading {
  display: flex;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.success {
  border: 2px solid transparent;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.success .create-singer-upload-default {
  display: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.success .create-singer-upload-drag {
  display: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.success .create-singer-upload-loading {
  display: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area.success .create-singer-upload-preview {
  display: block;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default {
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default img {
  display: block;
  width: 28px;
  height: 28px;
  margin-inline-end: 16px;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default p {
  font: normal normal 500 13px/20px Poppins;
  color: #39325a;
  margin-bottom: 6px;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default span {
  display: block;
  font: normal normal normal 13px/20px Poppins;
  color: #a1a4b3;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-drag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 78, 255, 0.05);
  border-radius: 8px;
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-drag p {
  font: normal normal normal 15px/23px Poppins;
  color: #282e48;
  margin: 0;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-loading {
  display: none;
  align-items: center;
  justify-content: center;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-loading img.create-singer-rotating {
  width: 24px;
  height: 24px;
  animation: rotate 1s linear infinite;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
  display: none;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview .create-singer-preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview .create-singer-delete-upload-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview .create-singer-delete-upload-btn img {
  display: block;
  width: 100%;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-content {
  background: #ffffff 0 0 no-repeat padding-box;
  border: 1px solid #e9ecf6;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px 0;
}
@media screen and (min-width: 1200px) {
  .create-singer-dialog .create-singer-description-section .create-singer-description-content:hover {
    border: 1px solid #8b3dff;
  }
}
.create-singer-dialog .create-singer-description-section .create-singer-description-content.generating {
  pointer-events: none;
  opacity: 0.7;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-content.generating .create-singer-generate-ai-link img {
  animation: rotate 1.5s linear infinite;
  content: url("https://static-alter1.vidnoz.com/web/en/img/ai-image-generator/icon_loading.svg");
}
.create-singer-dialog .create-singer-description-section textarea {
  width: 100%;
  height: 90px;
  padding: 0 12px;
  border: none;
  font: normal normal normal 13px/20px Poppins;
  resize: none;
  box-sizing: border-box;
  transition: all 0.2s;
  outline: none;
}
.create-singer-dialog .create-singer-description-section textarea::placeholder {
  font: normal normal normal 13px/20px Poppins;
  color: #a1a4b3;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-char-count {
  font: normal normal normal 12px/18px Poppins;
  color: #8b8b8b;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-char-count.error {
  color: #ee1a3d;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-generate-ai-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s;
  gap: 4px;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-generate-ai-link span {
  text-decoration: underline;
  font: normal normal normal 12px/18px Poppins;
  color: #8b3dff;
}
.create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-generate-ai-link img {
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1200px) {
  .create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-generate-ai-link:hover {
    opacity: 0.7;
  }
}
.create-singer-dialog .create-singer-outputs-section .create-singer-quantity-buttons {
  display: flex;
  gap: 12px;
}
.create-singer-dialog .create-singer-outputs-section .create-singer-quantity-btn {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 6px;
  font: normal normal normal 13px/20px Poppins;
  color: #282e48;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 1200px) {
  .create-singer-dialog .create-singer-outputs-section .create-singer-quantity-btn:hover {
    border: 1px solid #8b3dff;
  }
}
.create-singer-dialog .create-singer-outputs-section .create-singer-quantity-btn.active {
  border: 2px solid #8b3dff;
}
.create-singer-dialog .create-singer-ratio-section .create-singer-ratio-buttons {
  display: flex;
  gap: 10px;
}
.create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn:hover {
    border: 1px solid #8b3dff;
  }
}
.create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn.active {
  border: 2px solid #8b3dff;
}
.create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn img {
  display: block;
  width: 20px;
  height: 20px;
}
.create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn span {
  font: normal normal normal 12px/18px Poppins;
  color: #39325a;
}
.create-singer-dialog .create-singer-dialog-footer {
  display: flex;
  justify-content: center;
}
.create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn {
  width: 314px;
  height: 48px;
  background: #6d4dff;
  border: none;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn:hover:not(:disabled) {
    opacity: 0.7;
  }
}
.create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn:disabled .create-singer-credit-badge {
  display: none;
}
.create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn span:first-child {
  font: normal normal 500 17px/26px Poppins;
  color: #ffffff;
}
.create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn .create-singer-credit-badge {
  position: absolute;
  top: -5px;
  right: 0;
  height: 25px;
  border-radius: 16px 16px 0 16px;
  background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
  display: flex;
  align-items: center;
  padding: 0 11px;
}
.create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn .create-singer-credit-badge .credit_icon {
  width: 12px;
  height: 12px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/music-video/bth_coins.svg");
  background-size: 100%;
  margin-right: 6px;
}
.create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn .create-singer-credit-badge .credit_num {
  font: normal normal 600 11px/12px Poppins;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.visible-flex {
  display: flex !important;
}

@keyframes progress-generate {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70.1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.generating-animate {
  display: none;
  align-items: center;
}
.generating-animate i {
  width: 3px;
  height: 3px;
  margin: 0 1.5px;
  border-radius: 50%;
  display: block;
  background: white;
  animation: progress-generate 1.5s linear infinite;
}
.generating-animate i:nth-child(2) {
  animation-delay: 0.2s;
}
.generating-animate i:nth-child(3) {
  animation-delay: 0.3s;
}

.selected-singer-popup {
  position: relative;
  padding: 14px 7px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 328px;
}
.selected-singer-popup::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
}
.selected-singer-popup .popup-close {
  display: none;
}
.selected-singer-popup .popup-title {
  font: normal normal 600 14px/21px Poppins;
  color: #39325a;
  margin-bottom: 10px;
  padding: 0 20px;
}
.selected-singer-popup .singer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-height: 150px;
  overflow-y: auto;
  padding: 0 8px;
}
.selected-singer-popup .singer-grid::-webkit-scrollbar {
  width: 6px;
}
.selected-singer-popup .singer-grid::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.selected-singer-popup .singer-grid::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.selected-singer-popup .singer-grid::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.selected-singer-popup .selected-singer-item {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.2s;
  box-sizing: border-box;
}
.selected-singer-popup .selected-singer-item[data-ratio="9:16"] span {
  bottom: 15px;
  inset-inline-end: 0;
  transform: rotate(90deg);
}
.selected-singer-popup .selected-singer-item span {
  display: block;
  background: rgba(0, 0, 0, 0.5) 0 0 no-repeat padding-box;
  border-radius: 4px;
  text-align: center;
  font: normal normal normal 11px/17px Poppins;
  color: #ffffff;
  padding: 3px 7px;
  position: absolute;
  bottom: 8px;
  inset-inline-end: 8px;
}
.selected-singer-popup .selected-singer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .customize-tip-dialog {
    width: 100%;
    position: relative;
    background-color: #faf8ff;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.2rem 0.2rem 0 0;
    padding-top: 0.28rem;
    padding-bottom: 0.6rem;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
  }
  .customize-tip-dialog .customize-tip-dialog-close {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.2rem;
    inset-inline-end: 0.2rem;
  }
  .customize-tip-dialog .customize-tip-dialog-title {
    text-align: center;
    font: normal normal bold 0.36rem/0.48rem Poppins;
    color: #39325a;
    margin-bottom: 0.64rem;
    padding: 0 0.6rem;
  }
  .customize-tip-dialog .customize-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
  }
  .customize-tip-dialog .customize-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .customize-tip-dialog .customize-content-title {
    min-width: 5.5rem;
    height: 0.52rem;
    padding: 0 0.2rem;
    margin: 0 auto 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: normal normal bold 0.26rem/0.26rem Poppins;
    color: #39325a;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 99px;
    position: relative;
  }
  .customize-tip-dialog .customize-content-desc {
    text-align: center;
    font: normal normal normal 0.24rem/0.26rem Poppins;
    color: #39325a;
    margin-bottom: 0.3rem;
  }
  .customize-tip-dialog .customize-content-img {
    width: 6.3rem;
    display: block;
    margin: 0 auto;
  }
  .customize-tip-dialog .customize-content-customize .customize-content-title {
    color: #fff;
    background: transparent linear-gradient(98deg, #ff734a 0%, #f73463 88%, #ff852e 100%) 0 0 no-repeat padding-box;
  }
  .customize-tip-dialog .customize-content-customize .customize-content-title::after {
    content: "";
    display: block;
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    top: -0.2rem;
    inset-inline-end: -0.12rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://static-alter1.vidnoz.com/web/en/img/music-video/icon_video@2x.png");
  }
  .customize-tip-dialog .customize-button {
    min-width: auto;
    width: 6.3rem;
    height: 0.92rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 500 0.3rem/0.46rem Poppins;
    background: #6d4dff 0 0 no-repeat padding-box;
    color: #ffffff;
    border-radius: 99px;
    cursor: pointer;
    margin: 0 auto;
    transition: all ease-in-out 0.16s;
  }
  .delete-dialod {
    width: 5.4rem;
    height: 5.35rem;
    border-radius: 0.13rem;
    padding: 0.64rem 0.34rem;
  }
  .delete-dialod .delete-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .delete-dialod .delete-content .delete-content-box {
    margin-left: 0;
  }
  .delete-dialod .delete-content .delete-content-box .tit {
    font: normal normal bold 0.34rem/0.4rem Poppins;
    text-align: center;
  }
  .delete-dialod .delete-content .delete-content-box .msg {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    text-align: center;
    margin-top: 0.24rem;
  }
  .delete-dialod .delete-btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
  .delete-dialod .delete-btn-box .clos-btn {
    padding: 0.22rem 0.56rem;
    border-radius: 0.44rem;
    font: normal normal 0.32rem/0.48rem Poppins;
  }
  .delete-dialod .delete-btn-box .ctsm-btn {
    padding: 0.22rem 0.56rem;
    border-radius: 0.44rem;
    font: normal normal 0.32rem/0.48rem Poppins;
    margin-left: 0.2rem;
  }
  .my-singers-dialog {
    width: 100%;
    background: #ffffff;
    border-radius: 0.2rem 0.2rem 0 0;
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    box-shadow: 0 10px 40px rgba(60, 74, 104, 0.1019607843);
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .my-singers-dialog .my-singers-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    background-color: #fff;
    height: 0.96rem;
    padding: 0 0.4rem;
  }
  .my-singers-dialog .my-singers-dialog-header .my-singers-dialog-title {
    font: normal normal bold 0.34rem/0.51rem Poppins;
    color: #39325a;
  }
  .my-singers-dialog .my-singers-dialog-header .my-singers-dialog-close {
    width: 0.36rem;
    height: 0.36rem;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0.24rem;
    inset-inline-end: 0.24rem;
  }
  .my-singers-dialog .my-singers-dialog-content {
    display: grid;
    grid-template-columns: repeat(2, 3.2rem);
    gap: 0.3rem;
    margin-bottom: 0;
    max-height: 60vh;
    overflow-y: auto;
    padding: 0.9rem 0.3rem 0.3rem 0.3rem;
    background: #f2f2f4 0 0 no-repeat padding-box;
    border-radius: 6px;
  }
  .my-singers-dialog .my-singers-dialog-content .singers-grid {
    display: contents;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.create-card {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0 0.2rem;
    background: #ffffff;
    border-radius: 0.12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px dashed #fff;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.create-card .create-card-icon {
    margin-bottom: 0.32rem;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.create-card .create-card-icon svg {
    width: 0.64rem;
    display: block;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.create-card .create-card-text {
    text-align: center;
    font: normal normal normal 0.24rem/0.35rem Poppins;
    color: #39325a;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card {
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    border-radius: 0.12rem;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s;
    box-sizing: border-box;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card[data-ratio="9:16"] span {
    bottom: 15px;
    inset-inline-end: 0;
    transform: rotate(90deg);
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card span {
    display: block;
    background: rgba(0, 0, 0, 0.5) 0 0 no-repeat padding-box;
    border-radius: 0.08rem;
    text-align: center;
    font: normal normal normal 0.22rem/0.33rem Poppins;
    color: #ffffff;
    padding: 0.06rem 0.14rem;
    position: absolute;
    bottom: 0.12rem;
    inset-inline-end: 0.12rem;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card::after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.12rem;
    inset-inline-end: 0.12rem;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card.selected {
    border: 2px solid #6d4eff;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card.selected::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i57uEXzE5MTM4IiBkYXRhLW5hbWU9Iue7hCAxOTEzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHJlY3QgaWQ9IuefqeW9ol8zNDIwNSIgZGF0YS1uYW1lPSLnn6nlvaIgMzQyMDUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjQiIGZpbGw9IiM2ZDRlZmYiLz4KICA8cGF0aCBpZD0iaWNvbl9jaGVjayIgZD0iTTcuNSw4NTJsMywzLDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTg0MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card .singer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .my-singers-dialog .my-singers-dialog-content .singer-card.image-card .enlarge-box {
    display: flex;
  }
  .my-singers-dialog .my-singers-dialog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.19rem 0 0.5rem;
  }
  .my-singers-dialog .my-singers-dialog-footer .footer-warning {
    font: normal normal normal 0.24rem/0.26rem Poppins;
    color: #ee1a3d;
    margin-bottom: 0.1rem;
  }
  .my-singers-dialog .my-singers-dialog-footer .footer-use-btn {
    min-width: auto;
    width: 6.7rem;
    height: 1rem;
    background: #6d4dff;
    border: none;
    border-radius: 99px;
    color: #ffffff;
    font: normal normal 500 0.3rem/0.46rem Poppins;
    cursor: pointer;
    transition: all 0.2s;
  }
  .my-singers-dialog .my-singers-dialog-footer .footer-use-btn.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .create-singer-dialog {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(60, 74, 104, 0.1019607843);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0 0;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .create-singer-dialog .create-singer-dialog-header {
    margin-bottom: 0;
    font: normal normal bold 0.34rem/0.51rem Poppins;
    color: #39325a;
    background-color: #fff;
    width: 100%;
    height: 0.96rem;
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
  }
  .create-singer-dialog .create-singer-dialog-close {
    width: 0.36rem;
    height: 0.36rem;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0.24rem;
    inset-inline-end: 0.24rem;
  }
  .create-singer-dialog .create-singer-dialog-body {
    padding: 0.3rem;
    background: #f2f2f4 0 0 no-repeat padding-box;
    border-radius: 0;
    margin-bottom: 0;
    max-height: 70vh;
    overflow-y: auto;
  }
  .create-singer-dialog .create-singer-dialog-body > div {
    margin-bottom: 0.32rem;
  }
  .create-singer-dialog .create-singer-dialog-body > div:last-child {
    margin-bottom: 0;
  }
  .create-singer-dialog .create-singer-dialog-body label {
    display: block;
    font: normal normal 500 0.3rem/0.46rem Poppins;
    color: #39325a;
    margin-bottom: 0.16rem;
  }
  .create-singer-dialog .create-singer-dialog-body.generating {
    pointer-events: none;
  }
  .create-singer-dialog .create-singer-dialog-body.generating .create-singer-upload-area,
.create-singer-dialog .create-singer-dialog-body.generating .create-singer-description-content,
.create-singer-dialog .create-singer-dialog-body.generating .create-singer-quantity-btn,
.create-singer-dialog .create-singer-dialog-body.generating .create-singer-ratio-btn {
    opacity: 0.7;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area {
    position: relative;
    width: 100%;
    height: 2.06rem;
    border: 2px dashed #a1a4b3;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default img {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    margin-inline-end: 0.18rem;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default p {
    font: normal normal 500 0.24rem/0.35rem Poppins;
    color: #39325a;
    margin-bottom: 0.1rem;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-default span {
    display: block;
    font: normal normal normal 0.18rem/0.27rem Poppins;
    color: #a1a4b3;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-drag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(109, 78, 255, 0.05);
    border-radius: 0.2rem;
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-drag p {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    color: #282e48;
    margin: 0;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-loading {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-loading img.create-singer-rotating {
    width: 0.48rem;
    height: 0.48rem;
    animation: rotate 1s linear infinite;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
    padding: 8px;
    display: none;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview .create-singer-preview-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview .create-singer-delete-upload-btn {
    position: absolute;
    top: 0.12rem;
    right: 0.12rem;
    width: 0.32rem;
    height: 0.32rem;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .create-singer-dialog .create-singer-upload-section .create-singer-upload-area .create-singer-upload-preview .create-singer-delete-upload-btn img {
    display: block;
    width: 100%;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-content {
    background: #ffffff 0 0 no-repeat padding-box;
    border: 1px solid #e9ecf6;
    border-radius: 0.2rem;
    overflow: hidden;
    padding: 0.2rem 0;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-content.generating {
    pointer-events: none;
    opacity: 0.7;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-content.generating .create-singer-generate-ai-link img {
    animation: rotate 1.5s linear infinite;
    content: url("https://static-alter1.vidnoz.com/web/en/img/ai-image-generator/icon_loading.svg");
  }
  .create-singer-dialog .create-singer-description-section textarea {
    width: 100%;
    height: 2rem;
    padding: 0 0.24rem;
    border: none;
    font: normal normal normal 0.24rem/0.35rem Poppins;
    resize: none;
    box-sizing: border-box;
    transition: all 0.2s;
    outline: none;
  }
  .create-singer-dialog .create-singer-description-section textarea::placeholder {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    color: #a1a4b3;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.24rem;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-char-count {
    font: normal normal normal 0.22rem/0.33rem Poppins;
    color: #8b8b8b;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-char-count.error {
    color: #ee1a3d;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-generate-ai-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.2s;
    gap: 0.08rem;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-generate-ai-link span {
    text-decoration: underline;
    font: normal normal normal 0.22rem/0.33rem Poppins;
    color: #8b3dff;
  }
  .create-singer-dialog .create-singer-description-section .create-singer-description-footer .create-singer-generate-ai-link img {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
  }
  .create-singer-dialog .create-singer-outputs-section .create-singer-quantity-buttons {
    display: flex;
    gap: 0.16rem;
  }
  .create-singer-dialog .create-singer-outputs-section .create-singer-quantity-btn {
    width: 0.92rem;
    height: 0.92rem;
    background: #fff;
    border-radius: 0.12rem;
    font: normal normal normal 0.3rem/0.46rem Poppins;
    color: #282e48;
    cursor: pointer;
    outline: none;
  }
  .create-singer-dialog .create-singer-outputs-section .create-singer-quantity-btn.active {
    border: 2px solid #8b3dff;
  }
  .create-singer-dialog .create-singer-ratio-section .create-singer-ratio-buttons {
    display: flex;
    gap: 0.16rem;
  }
  .create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn {
    width: 1.2rem;
    height: 1.2ren;
    background: #fff;
    border-radius: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.16rem;
    cursor: pointer;
  }
  .create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn.active {
    border: 2px solid #8b3dff;
  }
  .create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn img {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
  }
  .create-singer-dialog .create-singer-ratio-section .create-singer-ratio-btn span {
    font: normal normal 500 0.24rem/0.35rem Poppins;
    color: #39325a;
  }
  .create-singer-dialog .create-singer-dialog-footer {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 0.6rem;
  }
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn {
    width: 100%;
    height: 0.92rem;
    background: #6d4dff;
    border: none;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
  }
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn:disabled .create-singer-credit-badge {
    display: none;
  }
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn span:first-child {
    font: normal normal 500 0.3rem/0.46rem Poppins;
    color: #ffffff;
  }
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn .create-singer-credit-badge {
    position: absolute;
    top: -0.1rem;
    right: 0;
    height: 0.5rem;
    border-radius: 0.23rem 0.23rem 0 0.23rem;
    padding: 0 0.11rem 0 0.22rem;
  }
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn .create-singer-credit-badge .credit_icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.11rem;
  }
  .create-singer-dialog .create-singer-dialog-footer .create-singer-generate-btn .create-singer-credit-badge .credit_num {
    font: normal normal 600 0.24rem/0.24rem Poppins;
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .hidden {
    display: none !important;
  }
  .visible {
    display: block !important;
  }
  .visible-flex {
    display: flex !important;
  }
  @keyframes progress-generate {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70.1% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .generating-animate {
    display: none;
    align-items: center;
    margin-left: 5px;
  }
  .generating-animate i {
    width: 3px;
    height: 3px;
    margin: 0 1.5px;
    border-radius: 50%;
    display: block;
    background: white;
    animation: progress-generate 1.5s linear infinite;
  }
  .generating-animate i:nth-child(2) {
    animation-delay: 0.2s;
  }
  .generating-animate i:nth-child(3) {
    animation-delay: 0.3s;
  }
  .selected-singer-popup {
    padding: 0.2rem;
    background: white;
    border-radius: 0.12rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    width: 6.42rem;
  }
  .selected-singer-popup::after {
    content: none;
  }
  .selected-singer-popup .popup-close {
    width: 0.36rem;
    height: 0.36rem;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0.12rem;
    inset-inline-end: 0.12rem;
  }
  .selected-singer-popup .popup-title {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    color: #282e48;
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .selected-singer-popup .singer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.12rem;
    max-height: 1.4rem;
    overflow-y: auto;
    padding: 0;
  }
  .selected-singer-popup .selected-singer-item {
    width: 1.38rem;
    height: 1.38rem;
    position: relative;
    border-radius: 0.12rem;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.2s;
    box-sizing: border-box;
  }
  .selected-singer-popup .selected-singer-item[data-ratio="9:16"] span {
    bottom: 15px;
    inset-inline-end: 0;
    transform: rotate(90deg);
  }
  .selected-singer-popup .selected-singer-item span {
    display: block;
    background: rgba(0, 0, 0, 0.5) 0 0 no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font: normal normal normal 0.2rem/0.3rem Poppins;
    color: #ffffff;
    padding: 0 0.08rem;
    position: absolute;
    bottom: 0.08rem;
    inset-inline-end: 0.08rem;
  }
  .selected-singer-popup .selected-singer-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}