.music-wrapper .tips-box{position:relative;display:inline-block;margin-left:6px}.music-wrapper .tips-box .tips-content{position:absolute;background:var(--color-block-drak);border:1px solid var(--color-block-drak);color:var(--color-white-lighter);bottom:30px;left:50%;transform:translateX(-50%);font-size:12px;line-height:20px;min-width:10px;overflow-wrap:break-word;padding:5px 11px;border-radius:8px;z-index:-1;opacity:0;transition:all .3s;max-width:280px;width:max-content}.music-wrapper .tips-box .tips-content::before{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);border-style:solid;border-width:6px 6px 0 6px;border-color:var(--color-block-drak) transparent transparent transparent}.music-wrapper .tips-box:hover .tips-content{z-index:1;opacity:1}.music-wrapper{max-width:1280px;width:100%;border-radius:20px;background:var(--color-white);box-shadow:0 10px 40px 0 #DAC4E0;display:flex;min-height:600px}.music-wrapper .left{width:50%;display:flex;flex-direction:column;max-width:420px;padding:40px 32px 32px;position:relative;border-right:1px solid #D9D9D9}.music-wrapper .left>div{margin-bottom:24px}.music-wrapper .left>div:last-child{margin-bottom:0}.music-wrapper .label{display:flex;margin-bottom:6px;align-items:center}.music-wrapper .label span.required{color:#FF4F17}.music-wrapper .dropdown-box{font-weight:500;font-size:16px;position:relative}.music-wrapper .dropdown-text{display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:12px;border:1px solid #D4D6DA;background:var(--color-white);padding:9px 12px;height:72px;position:relative}.music-wrapper .dropdown-logo{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.music-wrapper .dropdown-desc{margin:0 10px;flex:1;width:25%}.music-wrapper .dropdown-box .dropdown-icon{min-width:16px;transition:all .2s}.music-wrapper .dropdown-box.active .dropdown-icon{transform:rotate(180deg);color:var(--color-primary)}.music-wrapper .dropdown-list{position:absolute;top:120%;left:0;width:100%;border-radius:12px;background:var(--color-white);box-shadow:0 4px 12px 0 rgba(0,0,0,.25);padding:12px;pointer-events:none;z-index:2;opacity:0;transition:all .3s}.music-wrapper .dropdown-box.active .dropdown-list{opacity:1;pointer-events:all}.music-wrapper .model-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.music-wrapper .model-list li{padding:6px 8px;transition:all .3s;display:flex;align-items:center;border-radius:6px;cursor:pointer;font-size:14px;margin-bottom:5px}.music-wrapper .model-list li:last-child{margin-bottom:0}.music-wrapper .model-box .tips-box{width:100%;margin-left:0}.music-wrapper .model-box .model-logo{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.music-wrapper .model-box .model-text{flex:1;width:20%;margin:0 14px}.music-wrapper .model-box .model-desc{font-size:12px;color:rgba(42,48,72,.6);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.music-wrapper .model-list li:hover{background:#EBECEE}.music-wrapper .model-list li.active{background:#EBECEE}.music-wrapper .model-list li::after{content:'';width:16px;min-width:16px;height:16px;border:1px solid #72778C;border-radius:50%}.music-wrapper .model-list li.active::after{width:18px;min-width:18px;height:18px;border-color:transparent;background:url(https://images.imyfone.com/chatartwebtw/assets/common/check-icon.svg) no-repeat center / 100% 100%}.music-wrapper .editor-box{position:relative}.music-wrapper .editor-textarea{width:100%;height:115px;border:none;font-size:14px;line-height:1.2;resize:none;color:var(--color-block-drak);white-space:pre-wrap;border:1px solid #D4D6DA;border-radius:12px;padding:8px 8px 18px;display:flex}.music-wrapper .text-num{position:absolute;bottom:1px;left:1px;font-size:14px;color:rgba(42,48,72,.4);width:calc(100% - 2px);padding-right:8px;text-align:right;background:#fff;border-radius:0 0 14px 14px}.music-wrapper .style-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:11px}.music-wrapper .style-list li{background:#EBECEE;display:flex;padding:4px 12px;justify-content:center;align-items:center;border-radius:20px;font-size:14px;border:1px solid transparent;transition:all .2s;cursor:pointer}.music-wrapper .style-list li:hover{border-color:var(--color-primary)}.music-wrapper .style-list li.active{background:var(--color-white);color:var(--color-primary);border-color:var(--color-primary)}.music-wrapper .selected-text{color:var(--color-primary);border-radius:5px;background:#F5F3FE;font-size:12px;padding:3px 8px;margin-left:4px;display:none;white-space:nowrap}.music-wrapper .singing-list{display:flex;justify-content:space-between;font-size:14px;padding:4px;height:48px;border-radius:8px;background:#EBECEE}.music-wrapper .singing-list li{width:calc(100% / 3 - 4px);padding:2px;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer;border-radius:6px;text-align:center}.music-wrapper .singing-list li:hover{background:var(--color-white)}.music-wrapper .singing-list li.active{background:var(--color-white);color:var(--color-primary)}.music-wrapper .lyrics-box{min-height:130px}.music-wrapper .lyrics-box .collapse{flex:1;display:flex;justify-content:flex-end}.music-wrapper .lyrics-box .dropdown-icon{min-width:16px;transition:all .2s;cursor:pointer}.music-wrapper .lyrics-box.is-hidden .dropdown-icon{transform:rotate(180deg)}.music-wrapper .lyrics-box.is-hidden .editor-textarea{display:none}.music-wrapper .lyrics-box .editor-textarea{height:95px}.music-wrapper .btn-box{flex:1;display:flex;align-items:flex-end;justify-content:center}.music-wrapper .generate-btn{max-width:360px;width:100%;height:36px;border-radius:8px;background:linear-gradient(103deg,#5CFFF5 2.47%,#685BFF 39.92%,#B124F3 90.82%);display:flex;align-items:center;justify-content:center;color:var(--color-white);transition:all .2s;padding:8px 24px;font-size:14px;font-weight:400;margin:6px auto 0;cursor:pointer;transition:all .2s}.music-wrapper .generate-btn.is-disabled{opacity:.5;cursor:not-allowed}.music-wrapper .generate-btn:not(.is-disabled):hover{opacity:.8}.music-wrapper .right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 32px 32px;text-align:center}.music-wrapper .generator-title{font-size:24px;font-weight:700}.music-wrapper .generator-desc{font-size:14px;color:rgba(42,48,72,.6);margin:12px auto 80px;max-width:600px}.music-wrapper .prompt-box{display:flex;justify-content:space-between;width:100%;max-width:680px}.music-wrapper .prompt-item{width:calc(100% / 3 - 12px);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px}.music-wrapper .musics-box{width:160px;position:relative;cursor:pointer;border-radius:16px}.music-wrapper .musics-box::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);pointer-events:none;border-radius:inherit;transition:all .2s;opacity:0}.music-wrapper .musics-box img{width:100%;height:100%;object-fit:cover;border-radius:16px}.music-wrapper .musics-audio{display:none}.music-wrapper .audio-play{position:absolute;bottom:12px;left:8px;background:var(--color-white);border-radius:50%;color:var(--color-block-drak)}.music-wrapper .audio-time{position:absolute;bottom:12px;right:8px;color:var(--color-white);font-size:14px;font-weight:500}@keyframes wave{0%{transform:scaleY(.4)}25%{transform:scaleY(1.2)}50%{transform:scaleY(.4)}75%{transform:scaleY(1.1)}100%{transform:scaleY(.4)}}.music-wrapper .audio-wave{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:center;display:none}.music-wrapper .audio-wave span{width:4px;height:12px;border-radius:12px;background:var(--color-white);transform-origin:center;animation:wave 2s cubic-bezier(.36,.01,.62,1) infinite}.music-wrapper .audio-wave span:nth-child(2){animation-delay:.5s;margin:0 4px;height:14px}.music-wrapper .audio-wave span:nth-child(3){animation-delay:.2s;height:10px}.music-wrapper .musics-box.active::before{opacity:1}.music-wrapper .musics-box.active .audio-play{display:none}.music-wrapper .musics-box.active .audio-wave{display:flex}.music-wrapper .musics-name{margin:16px auto 20px}.music-wrapper .create-prompt-btn{display:flex;height:42px;padding:6px 12px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #D4D6DA;background:var(--color-white);color:var(--color-primary);font-size:14px;font-weight:500;cursor:pointer;min-width:180px}.music-wrapper .instrumental-box{display:flex;align-items:center;justify-content:flex-end;flex:1;font-size:12px;line-height:1.2;margin-left:4px}.music-wrapper .instrumental-box .switch-input{display:none}.music-wrapper .instrumental-box .switch-core{border-radius:22px;background:#dcdfe6;width:37px;height:20px;padding:2px;display:flex;align-items:center;justify-content:flex-start;transition:all .2s;margin-left:6px;cursor:pointer}.music-wrapper .instrumental-box .switch-action{display:inline-block;width:16px;height:16px;border-radius:50%;border-radius:16px;background:var(--color-white);box-shadow:0 1px 1px 0 rgba(0,0,0,.25);transition:all .2s;position:absolute;left:1px;position:relative}.music-wrapper .instrumental-box .switch-core.is-checked{background:var(--color-primary)}.music-wrapper .instrumental-box .switch-core.is-checked .switch-action{left:calc(100% - 17px)}@media(max-width:1100px){.music-wrapper .left{padding:24px}.music-wrapper .right{padding:24px}}@media(max-width:992px){.music-wrapper .tips-box .tips-content{display:none}.music-wrapper .dropdown-text{height:60px;border-radius:8px;padding:6px 8px}.music-wrapper .dropdown-list{padding:8px}.music-wrapper .dropdown-logo{width:32px;height:32px;border-radius:6px}.music-wrapper .dropdown-desc{font-size:14px}.music-wrapper .style-box .style-logo{width:54px;height:54px}.music-wrapper .style-list{gap:6px;margin-top:8px}.music-wrapper .style-list li{padding:2px 8px;border-radius:12px;font-size:12px}.music-wrapper .left,.music-wrapper .right{padding:24px 16px}.music-wrapper .left>div{margin-bottom:16px}.music-wrapper .label{font-size:14px;min-height:24px}.music-wrapper .generator-desc{margin:12px auto 36px}.music-wrapper .prompt-box{flex-wrap:wrap;justify-content:center}.music-wrapper .prompt-item{width:calc(100% / 2 - 12px);margin:0 4px 16px}.music-wrapper .musics-box{width:108px}.music-wrapper .musics-name{margin:10px auto 12px}.music-wrapper .create-prompt-btn{height:34px;font-size:12px;min-width:130px}}@media(max-width:576px){.music-wrapper .tips-box{margin-left:2px}.music-wrapper .tips-box .info-icon{width:16px;height:16px}.music-wrapper{min-height:460px}.music-wrapper .left{width:100%;padding:16px;max-width:100%;border:none}.music-wrapper .right{display:none}.music-wrapper .singing-list{height:40px}.music-wrapper .lyrics-box{min-height:auto}}