:root{--primary-color:#f98950;--primary-color-disabled:#f3d19e}.v-modal{opacity:.8!important}.el-dialog__wrapper{cursor:pointer;display:flex;align-items:center}#app{width:100%!important;max-width:1140px!important;margin:0 auto}#app *,#app :after,#app :before{box-sizing:border-box}#app .submit-button{margin-top:17px;margin-bottom:24px;max-width:1100px;height:40px;border-radius:10px;opacity:1;background:#2e83fb;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}#app .submit-button.hover,#app .submit-button:hover{opacity:.8}#app .submit-button .button-logo{width:20px;height:20px;display:inline-block;margin-right:5px}#app .story-content{max-width:1140px;border-radius:20px;opacity:1;background:#fff;box-sizing:border-box;border:1px dashed #2e83fb;padding:20px;box-shadow:0 4px 10px 0 rgba(0,0,0,.3)}#app .story-content .el-textarea{height:71px;border-radius:10px;opacity:1;background:#fff;box-sizing:border-box}#app .story-content .el-textarea__inner{height:70px;border-radius:10px;opacity:1;border:1px solid #2e83fb;background:#fff;box-sizing:border-box;resize:none}#app .story-content .default-prompt-list{display:flex;flex-wrap:wrap;justify-content:space-between}#app .story-content .default-prompt-list>.primot-item{font-size:14px;text-align:left;width:calc(33.33% - 10px);margin-bottom:10px;border-radius:10px;opacity:1;background:#f2f3f5;padding:20px 22px;font-family:Source Han Sans;font-weight:400;line-height:normal;letter-spacing:0;color:#3d3d3d;cursor:pointer}@media(max-width:1100px)and (min-width:750px){#app .story-content .default-prompt-list>.primot-item{width:calc(50% - 10px)}}@media(max-width:750px){#app .story-content .default-prompt-list>.primot-item{width:100%}}#app .story-content .prompt-content{border-radius:10px;opacity:1;background:#f2f3f5;padding:20px 22px;font-family:Source Han Sans;font-weight:400;line-height:20px;letter-spacing:0;color:#3d3d3d;text-align:left}#app .story-content .prompt-content strong{font-size:16px}#app .story-content .prompt-content div:first-child{text-align:center!important;font-size:18px!important}#app .story-content .prompt-content div>h3:first-child{text-align:center;font-size:18px}#app .story-content .prompt-content div>h4{font-size:16px;text-align:left}#app .story-content .prompt-content div>p{font-size:14px;text-align:left}#app .story-content .prompt-content-actions{display:flex;justify-content:flex-end;align-items:center}#app .story-content .prompt-content-actions .submit-button{margin-bottom:0}