.banner[data-v-a5c88af6]{width:100vw;height:100vh;position:relative;overflow:hidden}.carousel-container[data-v-a5c88af6]{width:100%;height:100%;position:relative}.carousel-wrapper[data-v-a5c88af6]{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.carousel-slide[data-v-a5c88af6]{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-slide img[data-v-a5c88af6]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel-btn[data-v-a5c88af6]{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;font-size:24px;padding:15px 20px;cursor:pointer;z-index:10;border-radius:4px;transition:background-color .3s}.carousel-btn[data-v-a5c88af6]:hover{background:rgba(0,0,0,.8)}.prev-btn[data-v-a5c88af6]{left:20px}.next-btn[data-v-a5c88af6]{right:20px}.carousel-indicators[data-v-a5c88af6]{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.indicator[data-v-a5c88af6]{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:background-color .3s}.indicator.active[data-v-a5c88af6]{background:#fff}.indicator[data-v-a5c88af6]:hover{background:hsla(0,0%,100%,.8)}@media (max-width:768px){.carousel-btn[data-v-a5c88af6]{font-size:18px;padding:10px 15px}.prev-btn[data-v-a5c88af6]{left:10px}.next-btn[data-v-a5c88af6]{right:10px}.carousel-indicators[data-v-a5c88af6]{bottom:15px}.indicator[data-v-a5c88af6]{width:10px;height:10px}}.workflow-card[data-v-33fe0b26]{width:22.69rem;height:28.44rem;border-radius:1.5rem 1.5rem 1.5rem 1.5rem;transition:all .3s ease-in-out;overflow:hidden;margin-bottom:2rem;box-shadow:0 0 10px 0 rgba(0,0,0,.1);cursor:pointer}.workflow-card[data-v-33fe0b26]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.workflow-card-top[data-v-33fe0b26]{width:22.69rem;height:22.69rem;position:relative;overflow:hidden}.workflow-card-top img[data-v-33fe0b26]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out}.workflow-card-top img[data-v-33fe0b26]:hover{transform:scale(1.1)}.workflow-card-top p[data-v-33fe0b26]{font-size:1.38rem;color:#fff;position:absolute;bottom:0;left:0;padding:1.5rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));width:100%}.workflow-card-top span[data-v-33fe0b26]{font-size:1.38rem;color:#fff;position:absolute;top:0;right:0;text-align:center;line-height:2.88rem;width:6.63rem;height:2.88rem;background:#272636;border-radius:0 1.5rem 0 1.5rem}.workflow-card-top .wp[data-v-33fe0b26]{background:#53b453}.workflow-card-bottom[data-v-33fe0b26]{width:22.69rem;height:5.78rem;background:#fff;display:flex;align-items:center;justify-content:space-between}.workflow-card-bottom p[data-v-33fe0b26]{display:flex;align-items:center;margin:0 1rem 0 1.06rem}.workflow-card-bottom p span[data-v-33fe0b26]{font-size:1.25rem;color:#333;margin-left:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:8rem}.workflow-card-bottom p img[data-v-33fe0b26]{width:2.25rem;height:2.25rem;border-radius:50%}.workflow-card-bottom button[data-v-33fe0b26]{width:7.81rem;height:2.56rem;background:#f1bf61;border-radius:1.28rem;color:#fff;font-size:1.25rem;border:none;margin-right:1.06rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.workflow-card-bottom button[data-v-33fe0b26]:hover{box-shadow:0 0 10px #f1bf61}.workflow-card-bottom button[data-v-33fe0b26]:active{opacity:.8}.workflow-section[data-v-77059eb6]{margin:2rem auto 0;width:100rem}.container[data-v-77059eb6]{width:100rem}.section-header[data-v-77059eb6]{text-align:center;margin-bottom:2.63rem}.section-header p[data-v-77059eb6]:first-child{font-size:2.5rem;color:#454545;margin-bottom:1.69rem;display:flex;align-items:center;justify-content:center}.section-header p[data-v-77059eb6]:nth-child(2){font-size:1.63rem;color:#707070}.section-header img[data-v-77059eb6]{width:2.19rem;height:2.38rem;margin-right:.75rem}.workflow-grid[data-v-77059eb6]{margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(20.69rem,1fr));gap:.75rem;justify-items:center;position:relative}.workflow-card-wrapper[data-v-77059eb6]{width:100%}.list-enter-active[data-v-77059eb6]{transition:all .5s ease;animation:slideInUp-77059eb6 .5s ease}.list-leave-active[data-v-77059eb6]{transition:all .3s ease;position:absolute}.list-enter[data-v-77059eb6]{opacity:0;transform:translateY(30px)}.list-enter-to[data-v-77059eb6]{opacity:1;transform:translateY(0)}.list-leave-to[data-v-77059eb6]{opacity:0;transform:translateY(-20px)}.list-move[data-v-77059eb6]{transition:transform .5s ease}.workflow-card-wrapper:nth-child(4n+1) .list-enter-active[data-v-77059eb6]{animation-delay:.1s}.workflow-card-wrapper:nth-child(4n+2) .list-enter-active[data-v-77059eb6]{animation-delay:.2s}.workflow-card-wrapper:nth-child(4n+3) .list-enter-active[data-v-77059eb6]{animation-delay:.3s}.workflow-card-wrapper:nth-child(4n+4) .list-enter-active[data-v-77059eb6]{animation-delay:.4s}@keyframes slideInUp-77059eb6{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.more-section[data-v-77059eb6]{width:23.69rem;height:28.44rem;background:linear-gradient(140deg,#54287f,#a434bf);box-shadow:0 .19rem .38rem .06rem rgba(0,0,0,.16);border-radius:1.5rem 1.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.more-section[data-v-77059eb6]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.more-section img[data-v-77059eb6]{width:9.88rem;height:9.88rem;border-radius:50%;margin:3.69rem 0 1.25rem 0}.more-section p[data-v-77059eb6]:first-of-type{font-size:1.63rem;color:#fff;margin-bottom:1.25rem}.more-section p[data-v-77059eb6]:nth-of-type(2){font-size:1.25rem;color:#fff;font-weight:200}.more-section button[data-v-77059eb6]{margin-top:3.56rem;width:13.13rem;height:3.69rem;background:#fff;border-radius:1.69rem 1.69rem 1.69rem 1.69rem;border:none;cursor:pointer;transition:all .3s ease-in-out}.more-section button[data-v-77059eb6]:hover{transform:translateY(-5px)}.load-more[data-v-77059eb6]{text-align:center;padding:20px 0;color:#999;grid-column:1/-1}.load-more-tip[data-v-77059eb6]{font-size:14px}.loading-more[data-v-77059eb6]{font-size:14px;color:#409eff;display:flex;flex-direction:column;align-items:center;gap:8px}.loading-dots[data-v-77059eb6]{display:flex;gap:4px}.loading-dots span[data-v-77059eb6]{width:8px;height:8px;border-radius:50%;background-color:#a434bf;animation:loading-dots-77059eb6 1.4s ease-in-out infinite both}.loading-dots span[data-v-77059eb6]:first-child{animation-delay:-.32s}.loading-dots span[data-v-77059eb6]:nth-child(2){animation-delay:-.16s}@keyframes loading-dots-77059eb6{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.no-more[data-v-77059eb6]{text-align:center;padding:20px 0;color:#999;font-size:14px;grid-column:1/-1}.home[data-v-65c71bfc]{width:100vw;overflow:hidden}.box[data-v-24232d33]{display:flex;flex-direction:column;align-items:center;width:100rem;margin:1.31rem auto}.qr[data-v-24232d33]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center}.qr img[data-v-24232d33]{width:18rem;height:18rem}.price2[data-v-24232d33]{font-weight:500;font-size:3.13rem;color:#ef1a0e;text-align:center;margin:4.5rem auto 1.69rem}.header-pay[data-v-24232d33]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-24232d33]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-24232d33]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-24232d33]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-24232d33]:nth-child(3):active{opacity:.8}.header-pay p[data-v-24232d33]:nth-child(2){font-size:2rem;color:#fff}[data-v-24232d33] .el-loading-spinner .path{stroke:#a434bf}[data-v-24232d33] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-24232d33] .el-dialog__body{background:#fff}[data-v-24232d33] .el-dialog--center .el-dialog__body,[data-v-24232d33] .el-dialog__header{padding:0!important}.terms[data-v-24232d33]{font-weight:400;font-size:1.63rem;color:#272636;line-height:2.5rem;padding:1.88rem 3.31rem}.terms p[data-v-24232d33]{margin-top:1rem}.tip3[data-v-24232d33]{width:48.5rem;background:rgba(210,255,10,.1);font-weight:400;font-size:1.38rem;color:#666;line-height:2.13rem;padding:1.25rem 1.5rem;margin:0 auto}.pay-type[data-v-24232d33]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type .act[data-v-24232d33]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-type p[data-v-24232d33]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-24232d33]{width:2.13rem;height:2.13rem;margin-right:.63rem}.title2[data-v-24232d33]{width:48.13rem;height:6.75rem;background:#edd6f2;border-radius:1.38rem 1.38rem 0 0;text-align:center;line-height:6.75rem;font-weight:500;font-size:2rem;color:#272636}.btns2[data-v-24232d33]{width:41.75rem;height:4.5rem;background:linear-gradient(160deg,#54287f,#a434bf);border-radius:3.25rem 3.25rem 3.25rem 3.25rem;text-align:center;line-height:4.5rem;font-weight:500;font-size:1.75rem;color:#fff;margin:0 auto 3rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.btns2[data-v-24232d33]:hover{box-shadow:0 0 10px #a434bf}.btns2[data-v-24232d33]:active{opacity:.8}.filter-box[data-v-24232d33]{width:100%;display:flex;flex-direction:column;gap:.88rem}.filter-box .type-container[data-v-24232d33]{width:100%;display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:.5rem 0;height:4rem}.filter-box .type-container[data-v-24232d33]::-webkit-scrollbar{height:4px}.filter-box .type-container[data-v-24232d33]::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.filter-box .type-container p[data-v-24232d33]{line-height:2.69rem;min-width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-right:.88rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;font-size:1.25rem;display:inline-block;text-align:center}.filter-box .type-container p[data-v-24232d33]:hover{background:#e8e9e8}.filter-box .type-container p.active[data-v-24232d33]{background:#832fa5;color:#fff;border-color:#832fa5}.filter-box .class-container[data-v-24232d33]{width:100%;display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:.5rem 0;height:4rem}.filter-box .class-container[data-v-24232d33]::-webkit-scrollbar{height:4px}.filter-box .class-container[data-v-24232d33]::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.filter-box .class-container p[data-v-24232d33]{line-height:2.69rem;min-width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-right:.88rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;font-size:1.25rem;text-align:center;display:inline-block}.filter-box .class-container p[data-v-24232d33]:hover{background:#e8e9e8}.filter-box .class-container p.active[data-v-24232d33]{background:#a434bf;color:#fff;border-color:#a434bf}.search-box[data-v-24232d33]{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1.25rem}.search-box div[data-v-24232d33]:first-child{flex:1;position:relative;display:flex;align-items:center}.search-box div:first-child input[data-v-24232d33]{width:100%;height:3.63rem;border-radius:.56rem;border:.06rem solid hsla(0,0%,44%,.2);padding-left:3.26rem;background:#fff}.search-box div:first-child input[data-v-24232d33]:focus{border:.06rem solid #832fa5!important;outline:none}.search-box div:first-child img[data-v-24232d33]:first-of-type{position:absolute;left:1.38rem;top:50%;width:1.5rem;height:1.5rem;transform:translateY(-50%)}.search-box div:first-child img[data-v-24232d33]:nth-of-type(2){position:absolute;right:8.88rem;top:50%;width:1.5rem;height:1.5rem;transform:translateY(-50%);cursor:pointer}.search-box div:first-child img[data-v-24232d33]:nth-of-type(2):hover{opacity:.8}.search-box div:first-child img[data-v-24232d33]:nth-of-type(2):active{opacity:.6}.search-box div:first-child p[data-v-24232d33]{width:7.88rem;height:3.25rem;background:linear-gradient(130deg,#54287f,#a434bf);border-radius:.56rem;position:absolute;right:.19rem;top:50%;transform:translateY(-50%);font-size:1.38rem;color:#fff;text-align:center;line-height:3.25rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.search-box div:first-child p[data-v-24232d33]:hover{box-shadow:0 0 10px #a434bf}.search-box div:first-child p[data-v-24232d33]:active{opacity:.8}.search-box div[data-v-24232d33]:nth-child(2){width:11.19rem;height:3.25rem;background:#f1bf61;border-radius:.56rem;margin-left:.81rem;font-size:1.25rem;color:#272636;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out}.search-box div[data-v-24232d33]:nth-child(2):hover{box-shadow:0 0 10px #f1bf61}.search-box div[data-v-24232d33]:nth-child(2):active{opacity:.8}.search-box div:nth-child(2) img[data-v-24232d33]{width:2.5rem;height:2.5rem;margin-right:.75rem}.search-box div[data-v-24232d33]:nth-child(3){width:11.19rem;height:3.25rem;background:#a434bf;border-radius:.56rem;margin-left:.81rem;font-size:1.25rem;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out}.search-box div[data-v-24232d33]:nth-child(3):hover{box-shadow:0 0 10px #a434bf}.search-box div[data-v-24232d33]:nth-child(3):active{opacity:.8}.search-box div:nth-child(3) img[data-v-24232d33]{width:2.5rem;height:2.5rem;margin-right:.75rem}.workflow-card[data-v-053ad5fb]:hover{transform:translateY(-5px)!important;box-shadow:0 10px 25px rgba(0,0,0,.15)}.workflow-section[data-v-053ad5fb]{margin:2rem auto 0;width:100rem;position:relative;min-height:200px}[data-v-053ad5fb] .el-loading-mask{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:hsla(0,0%,100%,.9)!important;z-index:1000!important}[data-v-053ad5fb] .el-loading-spinner{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}[data-v-053ad5fb] .el-loading-spinner .path{stroke:#a434bf}.none[data-v-053ad5fb]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0}.none img[data-v-053ad5fb]{width:18.5rem;height:12.5rem;margin-bottom:2.63rem}.none p[data-v-053ad5fb]{font-size:1.5rem;color:#999}.container[data-v-053ad5fb]{width:100rem}.section-header[data-v-053ad5fb]{text-align:center;margin-bottom:2.63rem}.load-more[data-v-053ad5fb]{text-align:center;padding:20px 0;color:#999}.load-more-tip[data-v-053ad5fb]{font-size:14px}.loading-more[data-v-053ad5fb]{font-size:14px;color:#a434bf;display:flex;flex-direction:column;align-items:center;gap:8px}.loading-dots[data-v-053ad5fb]{display:flex;gap:4px}.loading-dots span[data-v-053ad5fb]{width:8px;height:8px;border-radius:50%;background-color:#a434bf;animation:loading-dots-053ad5fb 1.4s ease-in-out infinite both}.loading-dots span[data-v-053ad5fb]:first-child{animation-delay:-.32s}.loading-dots span[data-v-053ad5fb]:nth-child(2){animation-delay:-.16s}@keyframes loading-dots-053ad5fb{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.no-more[data-v-053ad5fb]{text-align:center;padding:20px 0;color:#999;font-size:14px}.workflow-grid[data-v-053ad5fb]{min-height:200px;position:relative;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(20.69rem,1fr));gap:.75rem;justify-items:center}.list-enter-active[data-v-053ad5fb],.list-leave-active[data-v-053ad5fb]{transition:all .3s ease}.list-enter-from[data-v-053ad5fb],.list-leave-to[data-v-053ad5fb]{opacity:0;transform:translateY(10px)}.list-move[data-v-053ad5fb]{transition:transform .3s ease}.section-header p[data-v-053ad5fb]:first-child{font-size:2.5rem;color:#454545;margin-bottom:1.69rem;display:flex;align-items:center;justify-content:center}.section-header p[data-v-053ad5fb]:nth-child(2){font-size:1.63rem;color:#707070}.section-header img[data-v-053ad5fb]{width:2.19rem;height:2.38rem;margin-right:.75rem}.more-section[data-v-053ad5fb]{width:23.69rem;height:28.44rem;background:linear-gradient(140deg,#54287f,#a434bf);box-shadow:0 .19rem .38rem .06rem rgba(0,0,0,.16);border-radius:1.5rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.more-section[data-v-053ad5fb]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.more-section img[data-v-053ad5fb]{width:9.88rem;height:9.88rem;border-radius:50%;margin:3.69rem 0 1.25rem 0}.more-section p[data-v-053ad5fb]:first-of-type{font-size:1.63rem;color:#fff;margin-bottom:1.25rem}.more-section p[data-v-053ad5fb]:nth-of-type(2){font-size:1.25rem;color:#fff;font-weight:200}.more-section button[data-v-053ad5fb]{margin-top:3.56rem;width:13.13rem;height:3.69rem;background:#fff;border-radius:1.69rem;border:none;cursor:pointer;transition:all .3s ease-in-out;font-size:1.25rem;color:#a434bf}.more-section button[data-v-053ad5fb]:hover{transform:translateY(-5px);box-shadow:0 5px 15px hsla(0,0%,100%,.2)}.home[data-v-88c31100]{width:100vw;overflow:hidden}.custom-required[data-v-7b730111] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}[data-v-7b730111] .el-loading-spinner .path{stroke:#a434bf}.upload-box p[data-v-7b730111]:nth-child(2){font-size:1.2rem;color:#54287f;cursor:pointer}.upload-box p[data-v-7b730111]:nth-child(2):hover{color:#9d33b9}.upload-box p[data-v-7b730111]:nth-child(2):active{opacity:.8}.custom-optional[data-v-7b730111] .el-form-item__label:after{content:"(选填)";color:#999;font-size:.9rem;margin-left:8px;font-weight:400}.upload-preview .preview-list[data-v-7b730111]{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.upload-preview .preview-list .preview-item[data-v-7b730111]{position:relative;width:100px;height:100px;border-radius:4px;overflow:hidden;border:1px solid #eee}.upload-preview .preview-list .preview-item .preview-img[data-v-7b730111]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.upload-preview .preview-list .preview-item .el-icon-delete[data-v-7b730111]{position:absolute;top:0;right:0;background:rgba(0,0,0,.5);color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s}.upload-preview .preview-list .preview-item:hover .el-icon-delete[data-v-7b730111]{opacity:1}.upload-preview .image-uploader .upload-btn[data-v-7b730111]{width:100px;height:100px;border:1px dashed #d9d9d9;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;cursor:pointer;transition:border-color .3s}.upload-preview .image-uploader .upload-btn[data-v-7b730111]:hover{border-color:#9d33b9;color:#9d33b9}.upload-preview .image-uploader .upload-btn .el-icon-plus[data-v-7b730111]{font-size:20px;margin-bottom:5px}.upload-video .video-list[data-v-7b730111]{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.upload-video .video-list .video-item[data-v-7b730111]{position:relative;width:200px;height:40px;border-radius:4px;background:#f5f5f5;display:flex;align-items:center;padding:0 10px;font-size:.9rem}.upload-video .video-list .video-item .el-icon-video-camera[data-v-7b730111]{color:#9d33b9;margin-right:8px}.upload-video .video-list .video-item .video-name[data-v-7b730111]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-video .video-list .video-item .el-icon-delete[data-v-7b730111]{color:#f56c6c;cursor:pointer;margin-left:5px;opacity:0;transition:opacity .3s}.upload-video .video-list .video-item:hover .el-icon-delete[data-v-7b730111]{opacity:1}.upload-tip[data-v-7b730111]{margin-top:5px;font-size:.85rem;color:#999;line-height:1.4}[data-v-7b730111] .el-radio__input.is-checked+.el-radio__label{color:#54287f}[data-v-7b730111] .el-radio__input.is-checked .el-radio__inner{background-color:#54287f;border-color:#54287f;background:#54287f}[data-v-7b730111] .el-radio__input:hover .el-radio__inner{border-color:#9d33b9}[data-v-7b730111] .radio{height:40px;display:flex;align-items:center}.upload-tip[data-v-7b730111]{margin-top:8px;font-size:12px;color:#606266;line-height:1.5}.custom-required .upload-tip[data-v-7b730111]{padding-left:1px}.selected[data-v-7b730111],[data-v-7b730111] .el-select-dropdown__item{color:#9d33b9!important}[data-v-7b730111] .el-select{width:100%}[data-v-7b730111] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-7b730111] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-7b730111]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-7b730111]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-7b730111]{width:178px;height:178px;display:block}[data-v-7b730111] .el-form-item__content{display:flex;align-items:center}.cancel[data-v-7b730111],.submit[data-v-7b730111]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-7b730111]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-7b730111]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-7b730111]:active{opacity:.8}.cancel[data-v-7b730111]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-7b730111]:hover{background-color:#f0f0f0}.cancel[data-v-7b730111]:active{opacity:.8}.my-editor[data-v-7b730111]{width:100%;border-radius:10px}.workflow-card[data-v-68194f44]{width:22.69rem;height:28.44rem;border-radius:1.5rem 1.5rem 1.5rem 1.5rem;transition:all .3s ease-in-out;overflow:hidden;margin-bottom:2rem;box-shadow:0 0 10px 0 rgba(0,0,0,.1);cursor:pointer}.workflow-card[data-v-68194f44]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.workflow-card-top[data-v-68194f44]{width:22.69rem;height:22.69rem;position:relative}.workflow-card-top img[data-v-68194f44]:first-of-type{width:100%;height:100%}.workflow-card-top p[data-v-68194f44]{font-size:1.38rem;color:#fff;position:absolute;bottom:0;left:0;padding:1.5rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));width:100%}.workflow-card-top img[data-v-68194f44]:nth-of-type(2){position:absolute;top:1rem;right:1rem;width:2.88rem;height:2.88rem;border-radius:50%;cursor:pointer;background-color:#fff;transition:background-color .3s ease-in-out}.workflow-card-top img[data-v-68194f44]:nth-of-type(2):hover{background-color:#d3d3d3}.workflow-card-top img[data-v-68194f44]:nth-of-type(2):active{opacity:.8}.workflow-card-bottom[data-v-68194f44]{width:22.69rem;height:5.78rem;background:#fff;display:flex;align-items:center;justify-content:space-between}.workflow-card-bottom p[data-v-68194f44]{display:flex;align-items:center;margin:0 1rem 0 1.06rem}.workflow-card-bottom p span[data-v-68194f44]{font-size:1.25rem;color:#333;margin-left:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:8rem}.workflow-card-bottom p img[data-v-68194f44]{width:2.25rem;height:2.25rem;border-radius:50%}.workflow-card-bottom .unpublish-btn[data-v-68194f44]{width:7.81rem;height:2.56rem;background:#f1bf61;border-radius:1.28rem;color:#fff;font-size:1.25rem;border:none;margin-right:1.06rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.workflow-card-bottom .unpublish-btn[data-v-68194f44]:hover{box-shadow:0 0 10px #f1bf61}.workflow-card-bottom .unpublish-btn[data-v-68194f44]:active{opacity:.8}.workflow-card-bottom .publish-btn[data-v-68194f44]{width:7.81rem;height:2.56rem;background:#a434bf;border-radius:1.28rem;color:#fff;font-size:1.25rem;border:none;margin-right:1.06rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.workflow-card-bottom .publish-btn[data-v-68194f44]:hover{box-shadow:0 0 10px #a434bf}.workflow-card-bottom .publish-btn[data-v-68194f44]:active{opacity:.8}.workflow-card[data-v-2144ccbc]{width:22.69rem;height:28.44rem;border-radius:1.5rem 1.5rem 1.5rem 1.5rem;transition:all .3s ease-in-out;overflow:hidden;margin-bottom:2rem;box-shadow:0 0 10px 0 rgba(0,0,0,.1);cursor:pointer}.workflow-card[data-v-2144ccbc]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.workflow-card-top[data-v-2144ccbc]{width:22.69rem;height:22.69rem;position:relative}.workflow-card-top img[data-v-2144ccbc]:first-of-type{width:100%;height:100%}.workflow-card-top p[data-v-2144ccbc]{font-size:1.38rem;color:#fff;position:absolute;bottom:0;left:0;padding:1.5rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));width:100%}.workflow-card-top img[data-v-2144ccbc]:nth-of-type(2){position:absolute;top:1rem;right:1rem;width:2.88rem;height:2.88rem;border-radius:50%;cursor:pointer;background-color:#fff;transition:background-color .3s ease-in-out}.workflow-card-top img[data-v-2144ccbc]:nth-of-type(2):hover{background-color:#d3d3d3}.workflow-card-top img[data-v-2144ccbc]:nth-of-type(2):active{opacity:.8}.workflow-card-bottom[data-v-2144ccbc]{width:22.69rem;height:5.78rem;background:#fff;display:flex;align-items:center;justify-content:space-between}.workflow-card-bottom p[data-v-2144ccbc]{display:flex;align-items:center;margin:0 1rem 0 1.06rem}.workflow-card-bottom p span[data-v-2144ccbc]{font-size:1.25rem;color:#333;margin-left:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:8rem}.workflow-card-bottom p img[data-v-2144ccbc]{width:2.25rem;height:2.25rem;border-radius:50%}.workflow-card-bottom .unpublish-btn[data-v-2144ccbc]{width:7.81rem;height:2.56rem;background:#f1bf61;border-radius:1.28rem;color:#fff;font-size:1.25rem;border:none;margin-right:1.06rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.workflow-card-bottom .unpublish-btn[data-v-2144ccbc]:hover{box-shadow:0 0 10px #f1bf61}.workflow-card-bottom .unpublish-btn[data-v-2144ccbc]:active{opacity:.8}.workflow-card-bottom .publish-btn[data-v-2144ccbc]{width:7.81rem;height:2.56rem;background:#a434bf;border-radius:1.28rem;color:#fff;font-size:1.25rem;border:none;margin-right:1.06rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.workflow-card-bottom .publish-btn[data-v-2144ccbc]:hover{box-shadow:0 0 10px #a434bf}.workflow-card-bottom .publish-btn[data-v-2144ccbc]:active{opacity:.8}.workflow-section[data-v-4bc98920]{margin:2rem auto 0;width:100rem}.none[data-v-4bc98920]{font-weight:400;font-size:1.25rem;color:#999;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:100px}.none img[data-v-4bc98920]{width:13.31rem;height:9.13rem;margin:0 auto;display:block}.container[data-v-4bc98920]{width:100rem}.section-header[data-v-4bc98920]{text-align:center;margin-bottom:2.63rem}.section-header p[data-v-4bc98920]:first-child{font-size:2.5rem;color:#454545;margin-bottom:1.69rem;display:flex;align-items:center;justify-content:center}.section-header p[data-v-4bc98920]:nth-child(2){font-size:1.63rem;color:#707070}.section-header img[data-v-4bc98920]{width:2.19rem;height:2.38rem;margin-right:.75rem}.workflow-grid[data-v-4bc98920]{margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(20.69rem,1fr));gap:.75rem;justify-items:center}.more-section[data-v-4bc98920]{width:23.69rem;height:28.44rem;background:linear-gradient(140deg,#54287f,#a434bf);box-shadow:0 .19rem .38rem .06rem rgba(0,0,0,.16);border-radius:1.5rem 1.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.more-section[data-v-4bc98920]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.more-section img[data-v-4bc98920]{width:9.88rem;height:9.88rem;border-radius:50%;margin:3.69rem 0 1.25rem 0}.more-section p[data-v-4bc98920]:first-of-type{font-size:1.63rem;color:#fff;margin-bottom:1.25rem}.more-section p[data-v-4bc98920]:nth-of-type(2){font-size:1.25rem;color:#fff;font-weight:200}.more-section button[data-v-4bc98920]{margin-top:3.56rem;width:13.13rem;height:3.69rem;background:#fff;border-radius:1.69rem 1.69rem 1.69rem 1.69rem;border:none;cursor:pointer;transition:all .3s ease-in-out}.more-section button[data-v-4bc98920]:hover{transform:translateY(-5px)}.custom-required[data-v-f67e65b6] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}.custom-optional[data-v-f67e65b6] .el-form-item__label:after{content:"(选填)";color:#999;font-size:.9rem;margin-left:8px;font-weight:400}[data-v-f67e65b6] .el-loading-spinner .path{stroke:#a434bf}.upload-box p[data-v-f67e65b6]:nth-child(2){font-size:1.2rem;color:#54287f;cursor:pointer}.upload-box p[data-v-f67e65b6]:nth-child(2):hover{color:#9d33b9}.upload-box p[data-v-f67e65b6]:nth-child(2):active{opacity:.8}.upload-preview .preview-list[data-v-f67e65b6]{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.upload-preview .preview-list .preview-item[data-v-f67e65b6]{position:relative;width:100px;height:100px;border-radius:4px;overflow:hidden;border:1px solid #eee}.upload-preview .preview-list .preview-item .preview-img[data-v-f67e65b6]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.upload-preview .preview-list .preview-item .el-icon-delete[data-v-f67e65b6]{position:absolute;top:0;right:0;background:rgba(0,0,0,.5);color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s}.upload-preview .preview-list .preview-item:hover .el-icon-delete[data-v-f67e65b6]{opacity:1}.upload-preview .image-uploader .upload-btn[data-v-f67e65b6]{width:100px;height:100px;border:1px dashed #d9d9d9;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;cursor:pointer;transition:border-color .3s}.upload-preview .image-uploader .upload-btn[data-v-f67e65b6]:hover{border-color:#9d33b9;color:#9d33b9}.upload-preview .image-uploader .upload-btn .el-icon-plus[data-v-f67e65b6]{font-size:20px;margin-bottom:5px}.upload-video .video-list[data-v-f67e65b6]{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.upload-video .video-list .video-item[data-v-f67e65b6]{position:relative;width:200px;height:40px;border-radius:4px;background:#f5f5f5;display:flex;align-items:center;padding:0 10px;font-size:.9rem}.upload-video .video-list .video-item .el-icon-video-camera[data-v-f67e65b6]{color:#9d33b9;margin-right:8px}.upload-video .video-list .video-item .video-name[data-v-f67e65b6]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-video .video-list .video-item .el-icon-delete[data-v-f67e65b6]{color:#f56c6c;cursor:pointer;margin-left:5px;opacity:0;transition:opacity .3s}.upload-video .video-list .video-item:hover .el-icon-delete[data-v-f67e65b6]{opacity:1}.upload-tip[data-v-f67e65b6]{margin-top:5px;font-size:.85rem;color:#999;line-height:1.4}[data-v-f67e65b6] .el-radio__input.is-checked+.el-radio__label{color:#54287f}[data-v-f67e65b6] .el-radio__input.is-checked .el-radio__inner{background-color:#54287f;border-color:#54287f;background:#54287f}[data-v-f67e65b6] .el-radio__input:hover .el-radio__inner{border-color:#9d33b9}[data-v-f67e65b6] .radio{height:40px;display:flex;align-items:center}.selected[data-v-f67e65b6],[data-v-f67e65b6] .el-select-dropdown__item{color:#9d33b9!important}[data-v-f67e65b6] .el-select{width:100%}[data-v-f67e65b6] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-f67e65b6] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-f67e65b6]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-f67e65b6]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-f67e65b6]{width:178px;height:178px;display:block}[data-v-f67e65b6] .el-form-item__content{display:flex;align-items:center}.cancel[data-v-f67e65b6],.submit[data-v-f67e65b6]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-f67e65b6]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-f67e65b6]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-f67e65b6]:active{opacity:.8}.cancel[data-v-f67e65b6]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-f67e65b6]:hover{background-color:#f0f0f0}.cancel[data-v-f67e65b6]:active{opacity:.8}.back-btn[data-v-1a60c848]{position:absolute;top:50%;left:0;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center}.back-btn img[data-v-1a60c848]{width:2.5rem;height:2.5rem}.back-btn[data-v-1a60c848]{color:#832fa5}.back-btn[data-v-1a60c848]:hover{opacity:.8}.back-btn[data-v-1a60c848]:active{opacity:1}.title[data-v-1a60c848]{display:flex;flex-direction:column;align-items:center;position:relative}.title p[data-v-1a60c848]:first-child{display:flex;align-items:center;margin-bottom:1.31rem}.title p:first-child span[data-v-1a60c848]{font-size:2.5rem;color:#454545}.title p:first-child img[data-v-1a60c848]{width:3.63rem;height:2.75rem;margin-right:.5rem}.title p[data-v-1a60c848]:nth-child(2){font-size:1.38rem;color:#707070;margin-bottom:3.88rem}.myworkflow[data-v-1a60c848]{width:100rem;margin:1.31rem auto}[data-v-1a60c848] .el-tabs__active-bar{background-color:#54287f;height:.31rem}[data-v-1a60c848] .el-tabs__active-bar:after{content:"";position:absolute;top:-5px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #54287f}[data-v-1a60c848] .el-tabs__item.is-active{color:#54287f}[data-v-1a60c848] .el-tabs__item:hover{color:#7851a9}[data-v-1a60c848] .el-tabs__nav-wrap:after{background-color:#e4e7ed}.use-guide[data-v-43e1c3f0]{line-height:24px;padding:2rem}.workflow-list-box[data-v-43e1c3f0]{width:100rem;margin:0 auto 1.31rem}[data-v-43e1c3f0] .el-loading-spinner .path{stroke:#a434bf}[data-v-43e1c3f0] .el-dialog{margin-top:6vh!important}.pay-type[data-v-43e1c3f0]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type p[data-v-43e1c3f0]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-43e1c3f0]{width:2.13rem;height:2.13rem;margin-right:.63rem}.pay-type .active[data-v-43e1c3f0]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-data[data-v-43e1c3f0]{width:90%;padding:1.5rem 1.63rem 0 1.63rem;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:0 auto}.pay-data p[data-v-43e1c3f0]{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.pay-data p span[data-v-43e1c3f0]:first-child{font-size:1.38rem;color:#333}.pay-data p span[data-v-43e1c3f0]:nth-child(2){font-size:1.38rem;color:#666}.pay-data p[data-v-43e1c3f0]:last-of-type{margin-top:1.5rem}.pay-data p:last-of-type span[data-v-43e1c3f0]:nth-child(2){font-size:1.63rem;color:#ef1a0e}[data-v-43e1c3f0] .el-carousel--horizontal{overflow-x:revert}.preview-carousel[data-v-43e1c3f0]{padding:2rem;background:#fff;height:45rem}.preview-carousel[data-v-43e1c3f0] .el-carousel{width:100%;height:100%}.preview-carousel[data-v-43e1c3f0] .el-carousel__container{height:100%}.preview-carousel[data-v-43e1c3f0] .el-carousel__item{height:100%;display:flex;align-items:center;justify-content:center;min-height:35rem}.preview-carousel .carousel-content[data-v-43e1c3f0]{width:90%;height:90%;overflow:hidden;border-radius:.8rem;border:1px solid hsla(0,0%,44%,.2);background:#f5f5f5}.preview-carousel .preview-img[data-v-43e1c3f0],.preview-carousel .preview-video[data-v-43e1c3f0]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.preview-carousel .preview-video[data-v-43e1c3f0]{background:#000}.preview-carousel[data-v-43e1c3f0] .el-carousel__indicator--outside{bottom:-2rem}.preview-carousel[data-v-43e1c3f0] .el-carousel__indicator.is-active button{background:#a434bf}.preview-carousel[data-v-43e1c3f0] .el-carousel__arrow{color:#a434bf;font-size:1.5rem;width:3rem;height:3rem;border-radius:50%;background:rgba(164,52,191,.1)}.preview-carousel[data-v-43e1c3f0] .el-carousel__arrow:hover{background:rgba(164,52,191,.3)}.no-preview[data-v-43e1c3f0]{padding:8rem 0;text-align:center;color:#999;font-size:1.25rem}.qr[data-v-43e1c3f0]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center}.qr img[data-v-43e1c3f0]{width:18rem;height:18rem}.line[data-v-43e1c3f0]{width:100%;height:1px;background:#ecebeb}.header-pay[data-v-43e1c3f0]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-43e1c3f0]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-43e1c3f0]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-43e1c3f0]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-43e1c3f0]:nth-child(3):active{opacity:.8}.header-pay p[data-v-43e1c3f0]:nth-child(2){font-size:2rem;color:#fff}[data-v-43e1c3f0] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-43e1c3f0] .el-dialog__body{background:#fff}[data-v-43e1c3f0] .el-dialog--center .el-dialog__body,[data-v-43e1c3f0] .el-dialog__header{padding:0!important}.list[data-v-43e1c3f0]{width:100%;height:14.44rem;border-radius:.56rem .56rem .56rem .56rem;border:.06rem solid hsla(0,0%,44%,.2);margin-top:1.88rem;padding:2.13rem;display:flex;justify-content:space-between;flex-direction:column}.list .list-bottom[data-v-43e1c3f0]{display:flex;align-items:center;justify-content:space-between;width:100%}.list .list-bottom .data[data-v-43e1c3f0]{display:flex;align-items:center}.list .list-bottom .data p[data-v-43e1c3f0]{display:flex;align-items:center;margin-right:3.06rem;font-size:1.25rem;color:#666}.list .list-bottom .data p img[data-v-43e1c3f0]{width:2rem;height:2rem;margin-right:.56rem}.list .list-bottom .btn[data-v-43e1c3f0]{width:10.06rem;height:3.25rem;background:linear-gradient(137deg,#54287f,#a434bf);border-radius:.56rem .56rem .56rem .56rem;transition:box-shadow .3s ease-in-out;cursor:pointer;text-align:center;line-height:3.25rem;color:#fff;font-size:1.25rem}.list .list-bottom .btn[data-v-43e1c3f0]:hover{box-shadow:0 0 10px #a434bf}.list .list-bottom .btn[data-v-43e1c3f0]:active{opacity:.8}.list .line[data-v-43e1c3f0]{width:100%;height:1px;background:#ecebeb}.list .list-top[data-v-43e1c3f0]{width:100%;display:flex;justify-content:space-between;align-items:center}.list .list-top .price[data-v-43e1c3f0]{width:10.13rem;height:2.75rem;background:#f1bf61;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;display:flex;align-items:center;justify-content:center;font-size:1.13rem;color:#fff}.list .list-top .price img[data-v-43e1c3f0]{width:1.84rem;height:1.84rem;margin-right:.19rem}.list .list-top .title[data-v-43e1c3f0]{display:flex;align-items:center}.list .list-top .title .index[data-v-43e1c3f0]{width:3.31rem;height:3.31rem;background:#a434bf;border-radius:50%;text-align:center;line-height:3.31rem;margin-right:1.88rem;color:#fff}.list .list-top .title img[data-v-43e1c3f0]{width:3.88rem;height:3.88rem;background:#fff;border-radius:.38rem;margin-right:1rem}.list .list-top .title p[data-v-43e1c3f0]{display:flex;flex-direction:column}.list .list-top .title p span[data-v-43e1c3f0]:first-child{font-size:1.25rem;color:#272636}.list .list-top .title p span[data-v-43e1c3f0]:nth-child(2){font-size:1.25rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:60rem}.workflow-list-content[data-v-43e1c3f0]{padding:1.5rem 2.38rem}.workflow-list-content .vip[data-v-43e1c3f0]{width:100% rem;height:6.13rem;background:#171021;border-radius:.75rem .75rem .75rem .75rem;display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem}.workflow-list-content .vip .btn[data-v-43e1c3f0]{width:10.06rem;height:3.25rem;background:#f1bf61;border-radius:.56rem .56rem .56rem .56rem;font-size:1.25rem;color:#333;text-align:center;line-height:3.25rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.workflow-list-content .vip .btn[data-v-43e1c3f0]:hover{box-shadow:0 0 10px #f1bf61}.workflow-list-content .vip .btn[data-v-43e1c3f0]:active{opacity:.8}.workflow-list-content .vip div[data-v-43e1c3f0]{display:flex;align-items:center;justify-content:center}.workflow-list-content .vip div img[data-v-43e1c3f0]{width:8.9rem;height:8.7rem;margin-top:3rem}.workflow-list-content .vip div p[data-v-43e1c3f0]{color:#f3c064;display:flex;flex-direction:column;margin-left:-3rem}.workflow-list-content .vip div p span[data-v-43e1c3f0]:first-child{font-size:1.5rem}.workflow-list-content .vip div p span[data-v-43e1c3f0]:nth-child(2){font-size:1.25rem;color:#d2b88a}.workflow-list[data-v-43e1c3f0]{width:100%;border-radius:1.13rem;border:.06rem solid hsla(0,0%,44%,.2);overflow:hidden}.workflow-list .header[data-v-43e1c3f0]{width:100%;height:5.56rem;background:rgba(84,40,127,.1);display:flex;align-items:center;justify-content:space-between;padding:0 2.38rem}.workflow-list .header p[data-v-43e1c3f0]:first-child{font-size:1.63rem;color:#454545;font-weight:700;border-bottom:.38rem solid #813e91}.workflow-list .header p[data-v-43e1c3f0]:nth-child(2){width:9.13rem;height:2.75rem;background:#54287f;border-radius:.5rem;text-align:center;line-height:2.75rem;font-size:1.13rem;color:#fff;transition:box-shadow .3s ease-in-out;cursor:pointer}.workflow-list .header p[data-v-43e1c3f0]:nth-child(2):hover{box-shadow:0 0 10px #a434bf}.workflow-list .header p[data-v-43e1c3f0]:nth-child(2):active{opacity:.8}.details[data-v-15cac816]{width:100rem;margin:1.31rem auto;position:relative}.back-btn[data-v-15cac816]{position:absolute;left:-3rem;top:1rem;width:2.5rem;height:2.5rem;cursor:pointer;transition:all .1s ease-in-out}.back-btn[data-v-15cac816]:hover{transform:scale(1.1)}.back-btn[data-v-15cac816]:active{transform:scale(.9);opacity:.8}.details-top[data-v-15cac816]{width:100%;padding:1.31rem;background:linear-gradient(139deg,#54287f,#a434bf);border-radius:1.38rem 1.38rem 1.38rem 1.38rem;display:flex;justify-content:space-between;margin-bottom:1.88rem}.center-content[data-v-15cac816]{margin:1.07rem 4.38rem 0 1.13rem;flex:1}.center-content .title[data-v-15cac816]{font-size:1.63rem;color:#fff;font-weight:700}.center-content .text[data-v-15cac816]{font-size:1.25rem;color:#fff;line-height:2.88rem;margin-top:1.13rem;font-weight:300}.center-content .label[data-v-15cac816]{display:inline-flex;padding:.35rem 1.25rem;align-items:center;justify-content:center;background:hsla(0,0%,100%,.32);border-radius:.5rem .5rem .5rem .5rem;border:.06rem solid #fff;font-size:1.13rem;color:#fff}.center-content .label img[data-v-15cac816]{width:1.84rem;height:1.84rem;margin-right:.5rem}.center-content content[data-v-15cac816]{display:flex;align-items:center;margin:.87rem 0 1rem;font-size:1.25rem;color:#fff}.center-content content p[data-v-15cac816]{display:flex;align-items:center;margin-right:1.38rem}.center-content content p img[data-v-15cac816]{width:2rem;height:2rem;border-radius:50%;margin-right:.56rem}.details[data-v-15cac816]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.left-img[data-v-15cac816]{width:10.31rem;height:10.31rem;border-radius:1.69rem 1.69rem 1.69rem 1.69rem;margin:1.07rem 0 0 1.07rem}.right-img[data-v-15cac816]{width:35.81rem;background:hsla(0,0%,100%,.3);border-radius:1.38rem;padding:.81rem;border:.06rem solid #fff;transform-style:preserve-3d;animation:flipIn-15cac816 1s ease-out forwards,shakeY-15cac816 5s ease-in-out 1s infinite}@keyframes flipIn-15cac816{0%{transform:perspective(1000px) rotateY(90deg);opacity:0}to{transform:perspective(1000px) rotateY(0deg);opacity:1}}@keyframes shakeY-15cac816{0%,to{transform:perspective(1000px) rotateY(-5deg)}50%{transform:perspective(1000px) rotateY(5deg)}}.right-img p[data-v-15cac816]{width:100%;overflow:hidden;height:100%;border-radius:1.5rem;backface-visibility:hidden}.right-img p img[data-v-15cac816]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.realName-header[data-v-f98a0770]{height:4.5rem;background:#ede9f2;border-radius:1.38rem 1.38rem 0 0;font-size:1.25rem;color:#272636;text-align:center;line-height:4.5rem;width:100%}[data-v-f98a0770] .radio{height:40px;display:flex;align-items:center}[data-v-f98a0770] .el-radio__input:hover .el-radio__inner{border-color:#9d33b9}[data-v-f98a0770] .el-radio__input.is-checked+.el-radio__label{color:#54287f}[data-v-f98a0770] .el-radio__input.is-checked .el-radio__inner{background-color:#54287f;border-color:#54287f;background:#54287f}.el-icon-upload[data-v-f98a0770]{border:.06rem dashed #e0e0e1}.upload-box-wrapper img[data-v-f98a0770]{width:178px;height:178px}.withdraw-form-box[data-v-f98a0770]{padding:2rem 3rem}.withdraw-form-box[data-v-f98a0770] .el-form-item__content{display:flex;align-items:center;margin-top:1.88rem}.withdraw-form-box .cancel[data-v-f98a0770],.withdraw-form-box .submit[data-v-f98a0770]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.withdraw-form-box .submit[data-v-f98a0770]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.withdraw-form-box .submit[data-v-f98a0770]:hover{box-shadow:0 0 10px #a434bf}.withdraw-form-box .submit[data-v-f98a0770]:active{opacity:.8}.withdraw-form-box .cancel[data-v-f98a0770]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.withdraw-form-box .cancel[data-v-f98a0770]:hover{background-color:#f0f0f0}.withdraw-form-box .cancel[data-v-f98a0770]:active{opacity:.8}.withdraw-form-box .withdraw-form-item1[data-v-f98a0770]{margin-bottom:1.38rem}.withdraw-form-box .withdraw-form-item1 p[data-v-f98a0770]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box .withdraw-form-item1 p[data-v-f98a0770]:nth-child(3){width:100%;height:2.56rem;background:#f6f6f6;border-radius:0 0 0 0;font-weight:400;font-size:1.25rem;color:#707070;padding-left:1.13rem;line-height:2.56rem}.withdraw-form-box .withdraw-form-item1 p[data-v-f98a0770]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) span[data-v-f98a0770]{position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-weight:500;font-size:1.13rem;color:#272636;cursor:pointer}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) span[data-v-f98a0770]:hover{color:#54287f}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) input[data-v-f98a0770]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;padding-left:1.13rem;transition:all .3s ease-in-out;background:#fff}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) input[data-v-f98a0770]:focus{border:.06rem solid #54287f;outline:none}.withdraw-form-box .withdraw-form-item2 p[data-v-f98a0770]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box .withdraw-form-item2 p[data-v-f98a0770]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box .withdraw-form-item2 p:nth-child(2) input[data-v-f98a0770]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;background:#fff;transition:all .3s ease-in-out;padding-left:1.13rem}.withdraw-form-box .withdraw-form-item2 p:nth-child(2) input[data-v-f98a0770]:focus{outline:none;border:.06rem solid #54287f}.withdraw-form-box .withdraw-form-item2 p[data-v-f98a0770]:nth-child(3){font-weight:500;font-size:1.13rem;color:#333}.withdraw-form-box .withdraw-form-item2 p:nth-child(3) span[data-v-f98a0770]:nth-child(2){color:#ef1a0e}.tip[data-v-f98a0770]{font-weight:400;font-size:1.25rem;color:#707070}.card-box[data-v-f98a0770]{display:flex;flex-direction:column}.card-box .upload-box[data-v-f98a0770]{display:flex;align-items:center}.card-box .upload-box img[data-v-f98a0770]:first-child{margin-right:1rem;cursor:pointer}.card-box .upload-box img[data-v-f98a0770]:first-child,.card-box .upload-box img[data-v-f98a0770]:nth-child(2){width:13.25rem;height:8.06rem;border-radius:0 0 0 0;border:.03rem dashed #999}.phone-box[data-v-f98a0770]{position:relative}.phone-box p[data-v-f98a0770]{position:absolute;top:0;right:0;width:9.38rem;height:100%;background:linear-gradient(151deg,#54287f,#a434bf);border-radius:.5rem .5rem .5rem .5rem;font-weight:400;font-size:1.13rem;color:#fff;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease-in-out;cursor:pointer}.phone-box p[data-v-f98a0770]:hover{box-shadow:0 0 10px #a434bf}.phone-box p[data-v-f98a0770]:active{opacity:.8}.form-box[data-v-f98a0770]{padding:1.81rem 1.81rem 1.81rem 0}[data-v-f98a0770] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-f98a0770] .el-dialog__body{background:#fff}[data-v-f98a0770] .el-dialog--center .el-dialog__body,[data-v-f98a0770] .el-dialog__header{padding:0!important}.custom-required[data-v-f98a0770] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}.selected[data-v-f98a0770],[data-v-f98a0770] .el-select-dropdown__item{color:#9d33b9!important}[data-v-f98a0770] .el-select{width:100%}[data-v-f98a0770] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-f98a0770] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-f98a0770]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-f98a0770]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-f98a0770]{width:178px;height:178px;display:block}[data-v-f98a0770] .el-form-item__content{display:flex;align-items:center}.cancel[data-v-f98a0770],.submit[data-v-f98a0770]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-f98a0770]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-f98a0770]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-f98a0770]:active{opacity:.8}.cancel[data-v-f98a0770]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-f98a0770]:hover{background-color:#f0f0f0}.cancel[data-v-f98a0770]:active{opacity:.8}.content[data-v-f98a0770]{height:20.56rem;width:100%;display:flex;align-items:center;justify-content:space-between}.content .wallet-invitations[data-v-f98a0770]{box-shadow:0 4px 12px rgba(0,0,0,.08);width:70%;height:100%;background:#fff;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);display:flex;justify-content:space-around;padding:4rem}.content .wallet-invitations .invitations[data-v-f98a0770]{display:flex;flex-direction:column;align-items:center}.content .wallet-invitations .invitations p[data-v-f98a0770]:nth-child(2){font-size:2rem;color:#454545;margin:1.63rem 0}.content .wallet-invitations .invitations p[data-v-f98a0770]:first-child{align-items:center;display:flex}.content .wallet-invitations .invitations p:first-child span[data-v-f98a0770]:first-of-type{font-size:1.66rem;color:#707070}.content .wallet-invitations .invitations p:first-child span[data-v-f98a0770]:nth-of-type(2){font-size:1.25rem;color:#707070}.content .wallet-invitations .invitations p:first-child img[data-v-f98a0770]{width:1.68rem;height:1.57rem;margin-right:.75rem}.content .wallet-invitations .wallet[data-v-f98a0770]{display:flex;flex-direction:column;align-items:center}.content .wallet-invitations .wallet p[data-v-f98a0770]:nth-child(3){width:8rem;height:2.5rem;background:linear-gradient(134deg,#54287f,#9031af 75%,#a434bf);border-radius:1.25rem 1.25rem 1.25rem 1.25rem;font-size:1.13rem;color:#fff;text-align:center;line-height:2.5rem;transition:all .3s ease-in-out;cursor:pointer}.content .wallet-invitations .wallet p[data-v-f98a0770]:nth-child(3):hover{box-shadow:0 0 10px #a434bf}.content .wallet-invitations .wallet p[data-v-f98a0770]:nth-child(3):active{opacity:.8}.content .wallet-invitations .wallet p[data-v-f98a0770]:nth-child(2){font-size:2rem;color:#454545;margin:1.63rem 0}.content .wallet-invitations .wallet p[data-v-f98a0770]:first-child{align-items:center;display:flex}.content .wallet-invitations .wallet p:first-child span[data-v-f98a0770]:first-of-type{font-size:1.66rem;color:#707070}.content .wallet-invitations .wallet p:first-child span[data-v-f98a0770]:nth-of-type(2){font-size:1.25rem;color:#ef1a0e}.content .wallet-invitations .wallet p:first-child img[data-v-f98a0770]{width:1.66rem;height:1.66rem;margin-right:.75rem}.content .wallet-invitations .lines[data-v-f98a0770]{width:1px;height:100%;background:#ecebeb}.content .my-info[data-v-f98a0770]{height:100%;width:27%;background:#fff;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);padding:2.13rem 1.5rem;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.08);justify-content:space-between}.content .my-info .bottom[data-v-f98a0770]{width:100%;flex:1;display:flex;align-items:flex-end;justify-content:space-between}.content .my-info .bottom p[data-v-f98a0770]:first-child{display:flex;flex-direction:column;height:100%}.content .my-info .bottom p:first-child span[data-v-f98a0770]{font-size:1.25rem;color:#707070;margin-bottom:1.75rem}.content .my-info .bottom p[data-v-f98a0770]:nth-child(2){width:7.25rem;height:2.25rem;background:#7ddd74;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;font-size:1.25rem;color:#fff;text-align:center;line-height:2.25rem;transition:all .3s ease-in-out;cursor:pointer}.content .my-info .bottom p[data-v-f98a0770]:nth-child(2):hover{box-shadow:0 0 10px #7ddd74}.content .my-info .bottom p[data-v-f98a0770]:nth-child(2):active{opacity:.8}.content .my-info .top[data-v-f98a0770]{display:flex;align-items:center}.content .my-info .top img[data-v-f98a0770]{width:6rem;height:6rem;margin-right:.75rem;border-radius:50%}.content .my-info .top p[data-v-f98a0770]{height:6rem;display:flex;flex-direction:column;justify-content:space-around}.content .my-info .top p span[data-v-f98a0770]:first-child{font-size:1.63rem;color:#454545}.content .my-info .top p span[data-v-f98a0770]:nth-child(2){height:2rem;background:#f1bf61;border-radius:1.1rem;font-size:1.25rem;color:#272636;text-align:center;line-height:2rem;padding:0 .75rem}.line[data-v-f98a0770]{width:100%;height:1px;background:#ecebeb;margin:1.25rem 0}.title[data-v-f98a0770]{display:flex;flex-direction:column;align-items:center}.title p[data-v-f98a0770]:first-child{display:flex;align-items:center;margin-bottom:1.31rem}.title p:first-child span[data-v-f98a0770]{font-size:2.5rem;color:#454545}.title p:first-child img[data-v-f98a0770]{width:3.63rem;height:2.75rem;margin-right:.5rem}.title p[data-v-f98a0770]:nth-child(2){font-size:1.38rem;color:#707070;margin-bottom:3.88rem}.header[data-v-f98a0770]{width:100rem;margin:3.31rem auto}.header[data-v-62bc3266]{width:100%;height:5.56rem;background:#ede9f2;line-height:5.56rem;font-weight:500;font-size:1.63rem;color:#454545;padding-left:2.06rem}.use-guide[data-v-62bc3266]{padding:2rem;line-height:24px}.header-pay[data-v-62bc3266]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-62bc3266]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-62bc3266]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-62bc3266]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-62bc3266]:nth-child(3):active{opacity:.8}.header-pay p[data-v-62bc3266]:nth-child(2){font-size:2rem;color:#fff}[data-v-62bc3266] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-62bc3266] .el-dialog__body{background:#fff}[data-v-62bc3266] .el-dialog--center .el-dialog__body,[data-v-62bc3266] .el-dialog__header{padding:0!important}.link[data-v-62bc3266]{width:100%;padding:2rem}.link div[data-v-62bc3266]:first-child{width:100%;height:5.06rem;border-radius:.56rem .56rem .56rem .56rem;border:.06rem solid hsla(0,0%,44%,.2);line-height:5.06rem;padding-left:2.19rem;font-weight:400;font-size:1.38rem;color:#272636}.link div[data-v-62bc3266]:nth-child(2){width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:2.5rem}.link div:nth-child(2) p[data-v-62bc3266]{width:45%;height:4rem;border-radius:2.5rem 2.5rem 2.5rem 2.5rem;text-align:center;line-height:4rem;font-weight:500;font-size:1.5rem;color:#fff}.link div:nth-child(2) p[data-v-62bc3266]:first-child{background:#a434bf;transition:box-shadow .3s ease-in-out;cursor:pointer}.link div:nth-child(2) p[data-v-62bc3266]:first-child:hover{box-shadow:0 0 10px #a434bf}.link div:nth-child(2) p[data-v-62bc3266]:first-child:active{opacity:.8}.link div:nth-child(2) p[data-v-62bc3266]:nth-child(2){background:#54287f;transition:box-shadow .3s ease-in-out;cursor:pointer}.link div:nth-child(2) p[data-v-62bc3266]:nth-child(2):hover{box-shadow:0 0 10px #54287f}.link div:nth-child(2) p[data-v-62bc3266]:nth-child(2):active{opacity:.8}.content[data-v-62bc3266]{width:100%;padding:2rem}.content div:nth-child(4) p[data-v-62bc3266]:first-child{font-weight:500;font-size:1.38rem;color:#666}.content div:nth-child(4) p[data-v-62bc3266]:nth-child(n+2){font-weight:400;font-size:1.13rem;color:#999;margin-top:.75rem}.content div[data-v-62bc3266]:first-child,.content div[data-v-62bc3266]:nth-child(2),.content div[data-v-62bc3266]:nth-child(3){width:100%;margin-bottom:2.13rem}.content div:first-child p[data-v-62bc3266],.content div:nth-child(2) p[data-v-62bc3266],.content div:nth-child(3) p[data-v-62bc3266]{display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:1.25rem;color:#272636;margin-bottom:.88rem}.content div:first-child p span[data-v-62bc3266]:nth-child(2),.content div:nth-child(2) p span[data-v-62bc3266]:nth-child(2),.content div:nth-child(3) p span[data-v-62bc3266]:nth-child(2){font-weight:400;font-size:1.13rem;color:#333}.content div:first-child p span:nth-child(2) em[data-v-62bc3266],.content div:nth-child(2) p span:nth-child(2) em[data-v-62bc3266],.content div:nth-child(3) p span:nth-child(2) em[data-v-62bc3266]{color:#e67c00}.promotion-details[data-v-62bc3266]{width:100rem;margin:1.88rem auto;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}.user[data-v-1ef45e76]{display:flex;align-items:center;justify-content:flex-start}.user img[data-v-1ef45e76]{width:3.2rem;height:3.2rem;border-radius:50%;margin-right:.5rem}.table[data-v-1ef45e76]{padding:2rem;padding-top:0}.withdraw[data-v-1ef45e76]{padding:2rem}.withdraw .none[data-v-1ef45e76]{font-weight:400;font-size:1.25rem;color:#999;text-align:center}.withdraw .none img[data-v-1ef45e76]{width:13.31rem;height:9.13rem;margin:0 auto;display:block}.approve-btn[data-v-1ef45e76]{background-color:#54287f;color:#fff;border:1px solid #54287f}.approve-btn[data-v-1ef45e76]:hover{background-color:#54287f;border:1px solid #54287f;box-shadow:0 0 10px #54287f}.approve-btn[data-v-1ef45e76]:active{background-color:#54287f;opacity:.8}.page[data-v-1ef45e76]{display:flex;align-items:center;justify-content:flex-end;padding:0 2rem 2rem}[data-v-1ef45e76] .el-pager li.active,[data-v-1ef45e76] .el-pager li:hover{color:#54287f}[data-v-1ef45e76] .el-pagination .btn-next,[data-v-1ef45e76] .el-pagination .btn-prev,[data-v-1ef45e76] .el-pagination .el-pager li{width:32px!important;height:32px!important;min-width:32px!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 2px!important;font-size:14px!important;font-weight:400!important;border:1px solid #dcdfe6!important;background-color:#fff!important;color:#606266!important}[data-v-1ef45e76] .el-pagination .btn-next:hover,[data-v-1ef45e76] .el-pagination .btn-prev:hover,[data-v-1ef45e76] .el-pagination .el-pager li:hover{color:#54287f!important;border-color:#54287f!important}[data-v-1ef45e76] .el-pagination .el-pager li.active{background-color:#54287f!important;color:#fff!important;border-color:#54287f!important;font-weight:500!important}[data-v-1ef45e76] .el-pagination .btn-next:hover,[data-v-1ef45e76] .el-pagination .btn-prev:hover{border-color:#54287f!important;color:#54287f!important}[data-v-1ef45e76] .el-pagination .btn-next:hover .el-icon,[data-v-1ef45e76] .el-pagination .btn-prev:hover .el-icon{color:#54287f!important}[data-v-1ef45e76] .el-pager,[data-v-1ef45e76] .el-pagination{display:flex}.promotion-list[data-v-1ef45e76]{width:100%;height:100%;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);margin-bottom:1.88rem}.promotion-list .header[data-v-1ef45e76]{width:100%;height:5.56rem;background:#ede9f2;border-radius:1.13rem 1.13rem 0 0;font-weight:500;font-size:1.63rem;color:#454545;padding-left:2.06rem;line-height:5.56rem}.list[data-v-1ef45e76]{width:100rem;margin:0 auto 1.88rem}.card[data-v-5c07d87c]{cursor:pointer;width:31.44rem;border:.06rem solid hsla(0,0%,44%,.2);background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 0 10px 0 rgba(0,0,0,.1);transition:all .3s ease-in-out}.card[data-v-5c07d87c]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.card .divider[data-v-5c07d87c]{width:100%;padding:0 1.63rem}.card .divider[data-v-5c07d87c] .el-divider--horizontal{margin:0}.card .author[data-v-5c07d87c]{padding:1.63rem;display:flex;justify-content:space-between;align-items:center}.card .author p[data-v-5c07d87c]{display:flex;align-items:center;font-weight:400;font-size:1.25rem;color:#666}.card .author p .nickname[data-v-5c07d87c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:8rem}.card .author p img[data-v-5c07d87c]{width:2.88rem;height:2.88rem;border-radius:50%;margin-right:.88rem}.card .content[data-v-5c07d87c]{padding:1.63rem}.card .content p[data-v-5c07d87c]:first-child{font-weight:500;font-size:1.5rem;color:#454545}.card .content p[data-v-5c07d87c]:nth-child(2){font-weight:400;font-size:1.13rem;color:#707070;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:.6rem}.card .img[data-v-5c07d87c]{width:100%;height:22.44rem;overflow:hidden;position:relative}.card .img img[data-v-5c07d87c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out}.card .img img[data-v-5c07d87c]:hover{transform:scale(1.1)}.card .img p[data-v-5c07d87c]{position:absolute;top:0;right:0;font-size:1.5rem;color:#fff;border-radius:0 1.3rem 0;width:7.63rem;height:2.88rem;background:#53b453;text-align:center;line-height:2.88rem}[data-v-195e88f1] .el-loading-spinner .path{stroke:#a434bf}.load-more[data-v-195e88f1]{text-align:center;padding:20px 0;color:#999}.load-more-tip[data-v-195e88f1]{font-size:14px}.loading-more[data-v-195e88f1]{font-size:14px;color:#409eff}.no-more[data-v-195e88f1]{text-align:center;padding:20px 0;color:#999;font-size:14px}.none[data-v-195e88f1]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}.none img[data-v-195e88f1]{width:18.5rem;height:12.5rem;margin-bottom:2.63rem}.none p[data-v-195e88f1]{font-size:16px;color:#999}.card-list-enter-active[data-v-195e88f1],.card-list-leave-active[data-v-195e88f1],.card-list-move[data-v-195e88f1]{transition:all .5s ease}.card-list-enter[data-v-195e88f1]{opacity:0;transform:translateY(20px) scale(.95)}.card-list-enter-to[data-v-195e88f1]{opacity:1;transform:translateY(0) scale(1)}.card-list-leave[data-v-195e88f1]{opacity:1;transform:translateX(0)}.card-list-leave-to[data-v-195e88f1]{opacity:0;transform:translateX(-30px)}.card-list-leave-active[data-v-195e88f1]{position:absolute}@keyframes card-appear-195e88f1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.load-more-enter-active[data-v-195e88f1],.load-more-leave-active[data-v-195e88f1]{transition:opacity .3s ease}.load-more-enter[data-v-195e88f1],.load-more-leave-to[data-v-195e88f1]{opacity:0}.tips .btn[data-v-195e88f1]{width:36.88rem;height:4.75rem;background:linear-gradient(160deg,#54287f,#a434bf);border-radius:3.25rem 3.25rem 3.25rem 3.25rem;font-weight:500;font-size:1.63rem;color:#fff;text-align:center;line-height:4.75rem;margin:0 auto 3.63rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.tips .btn[data-v-195e88f1]:hover{box-shadow:0 0 10px #a434bf}.tips .btn[data-v-195e88f1]:active{opacity:.8}.tips .tip[data-v-195e88f1]{margin:9rem auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.tips .tip img[data-v-195e88f1]{width:13.31rem;height:9.13rem;margin-bottom:1.13rem}.tips .tip p[data-v-195e88f1]{font-weight:400;font-size:1.13rem;color:#999}.tips .titles[data-v-195e88f1]{padding:2rem 0;background:rgba(164,52,191,.2);width:100%;position:relative}.tips .titles p[data-v-195e88f1]{font-weight:500;text-align:center;width:100%;font-size:2rem;color:#272636}.tips .titles img[data-v-195e88f1]{position:absolute;right:1.56rem;top:1.56rem;width:3rem;height:3rem;background:#131415;opacity:.17;border-radius:50%;cursor:pointer;transition:transform .3s ease-in-out}.tips .titles img[data-v-195e88f1]:hover{transform:rotate(1turn)}.tips .titles img[data-v-195e88f1]:active{opacity:.1;transform:scale(.9)}.box[data-v-195e88f1]{width:100rem;margin:1.31rem auto;position:relative}[data-v-195e88f1] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-195e88f1] .el-dialog__body{background:#fff}[data-v-195e88f1] .el-dialog--center .el-dialog__body,[data-v-195e88f1] .el-dialog__header{padding:0!important}.workflow-section[data-v-195e88f1]{margin:2rem auto 0;width:100rem}.container[data-v-195e88f1]{width:100rem}.section-header[data-v-195e88f1]{text-align:center;margin-bottom:2.63rem}.section-header p[data-v-195e88f1]:first-child{font-size:2.5rem;color:#454545;margin-bottom:1.69rem;display:flex;align-items:center;justify-content:center}.section-header p[data-v-195e88f1]:nth-child(2){font-size:1.63rem;color:#707070}.section-header img[data-v-195e88f1]{width:2.19rem;height:2.38rem;margin-right:.75rem}.workflow-grid[data-v-195e88f1]{margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(30.69rem,1fr));gap:2rem;justify-items:center;position:relative}.more-section[data-v-195e88f1]{width:23.69rem;height:28.44rem;background:linear-gradient(140deg,#54287f,#a434bf);box-shadow:0 .19rem .38rem .06rem rgba(0,0,0,.16);border-radius:1.5rem 1.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.more-section[data-v-195e88f1]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.more-section img[data-v-195e88f1]{width:9.88rem;height:9.88rem;border-radius:50%;margin:3.69rem 0 1.25rem 0}.more-section p[data-v-195e88f1]:first-of-type{font-size:1.63rem;color:#fff;margin-bottom:1.25rem}.more-section p[data-v-195e88f1]:nth-of-type(2){font-size:1.25rem;color:#fff;font-weight:200}.more-section button[data-v-195e88f1]{margin-top:3.56rem;width:13.13rem;height:3.69rem;background:#fff;border-radius:1.69rem 1.69rem 1.69rem 1.69rem;border:none;cursor:pointer;transition:all .3s ease-in-out}.more-section button[data-v-195e88f1]:hover{transform:translateY(-5px)}.title[data-v-195e88f1]{display:flex;flex-direction:column;align-items:center;margin-top:3.5rem}.title p[data-v-195e88f1]:first-child{display:flex;align-items:center;margin-bottom:1.31rem}.title p:first-child span[data-v-195e88f1]{font-size:2.5rem;color:#454545}.title p:first-child img[data-v-195e88f1]{width:3.63rem;height:2.75rem;margin-right:.5rem}.title p[data-v-195e88f1]:nth-child(2){font-size:1.38rem;color:#707070}.item[data-v-195e88f1]{position:absolute;right:0;top:0;width:11.19rem;height:3.25rem;background:#f1bf61;border-radius:.56rem;font-size:1.25rem;color:#272636;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out}.item[data-v-195e88f1]:hover{box-shadow:0 0 10px #f1bf61}.item[data-v-195e88f1]:active{opacity:.8}.item img[data-v-195e88f1]{width:2.5rem;height:2.5rem;margin-right:.75rem}.home[data-v-c8ca3ace]{width:100vw;overflow:hidden}.back-btn[data-v-6051d4ba]{position:absolute;top:50%;left:0;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center}.back-btn img[data-v-6051d4ba]{width:2.5rem;height:2.5rem}.back-btn[data-v-6051d4ba]{color:#832fa5}.back-btn[data-v-6051d4ba]:hover{opacity:.8}.back-btn[data-v-6051d4ba]:active{opacity:1}.course-list[data-v-6051d4ba]{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}[data-v-6051d4ba] .el-loading-spinner .path{stroke:#a434bf}.course-item[data-v-6051d4ba]{width:100%;justify-content:space-between;border:1px solid #e4e7ed;border-radius:1.69rem;padding:1rem}.course-item .course-info[data-v-6051d4ba],.course-item[data-v-6051d4ba]{display:flex;align-items:center}.course-item .course-info .cover[data-v-6051d4ba]{width:10rem;height:10rem;border-radius:1.69rem;-o-object-fit:cover;object-fit:cover;margin-right:1rem}.course-item .course-info .info[data-v-6051d4ba]{width:100%;height:8rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.course-item .course-info .info .deputy[data-v-6051d4ba]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:23rem}.course-item .course-info .info span[data-v-6051d4ba]:first-child{font-size:1.5rem;font-weight:600;color:#333}.course-item .publish[data-v-6051d4ba]{display:flex;flex-direction:column;align-items:center}.course-item .publish .status[data-v-6051d4ba]{font-size:1.5rem;font-weight:600;color:#333}.course-item .publish .publish-btn[data-v-6051d4ba]{margin-top:1rem;width:9rem;height:3.25rem;background:linear-gradient(152deg,#54287f,#a434bf);border:none;color:#fff;transition:box-shadow .3s ease-in-out;border-radius:.63rem;cursor:pointer;text-align:center;line-height:3.25rem}.course-item .publish .publish-btn[data-v-6051d4ba]:hover{box-shadow:0 0 10px #a434bf}.course-item .publish .publish-btn[data-v-6051d4ba]:active{opacity:.8}.course-item .publish .published[data-v-6051d4ba]{margin-top:1rem;width:9rem;height:3.25rem;background:#f1bf61;border-radius:.63rem;font-size:1.25rem;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out}.course-item .publish .published[data-v-6051d4ba]:hover{box-shadow:0 0 10px #f1bf61}.course-item .publish .published[data-v-6051d4ba]:active{opacity:.8}.course-item .publish .delete[data-v-6051d4ba]{margin-top:1rem;width:9rem;height:3.25rem;background:#f16161;border-radius:.63rem;font-size:1.25rem;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out}.course-item .publish .delete[data-v-6051d4ba]:hover{box-shadow:0 0 10px #f16161}.course-item .publish .delete[data-v-6051d4ba]:active{opacity:.8}[data-v-6051d4ba] .el-tabs__active-bar{background-color:#54287f;height:.31rem}.none[data-v-6051d4ba]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}.none img[data-v-6051d4ba]{width:18.5rem;height:12.5rem;margin-bottom:2.63rem}.none p[data-v-6051d4ba]{font-size:16px;color:#999}.selected[data-v-6051d4ba],[data-v-6051d4ba] .el-select-dropdown__item{color:#9d33b9!important}[data-v-6051d4ba] .el-select{width:100%}[data-v-6051d4ba] .el-tabs__active-bar:after{content:"";position:absolute;top:-5px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #54287f}[data-v-6051d4ba] .el-tabs__item.is-active{color:#54287f}[data-v-6051d4ba] .el-tabs__item:hover{color:#7851a9}[data-v-6051d4ba] .el-tabs__nav-wrap:after{background-color:#e4e7ed}[data-v-6051d4ba] .radio{height:40px;display:flex;align-items:center}[data-v-6051d4ba] .el-radio__input.is-checked+.el-radio__label{color:#54287f}[data-v-6051d4ba] .el-radio__input.is-checked .el-radio__inner{background-color:#54287f;border-color:#54287f;background:#54287f}[data-v-6051d4ba] .el-radio__input:hover .el-radio__inner{border-color:#9d33b9}.upload-box[data-v-6051d4ba]{width:60%;display:flex;height:21.13rem;align-items:center;justify-content:center;flex-direction:column;border-radius:.5rem .5rem .5rem .5rem;border:.06rem solid #e0e0e1;font-weight:400;font-size:1.25rem;color:#999;cursor:pointer;overflow:hidden}.upload-box img[data-v-6051d4ba]{width:4.06rem;height:4.06rem}.cover[data-v-6051d4ba]{height:21.13rem;border-radius:.5rem .5rem .5rem .5rem;-o-object-fit:cover;object-fit:cover}.custom-required[data-v-6051d4ba] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}[data-v-6051d4ba] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}.label[data-v-6051d4ba]{font-weight:500;font-size:1.63rem;color:#333}[data-v-6051d4ba] .el-divider--horizontal{margin:1rem 0}[data-v-6051d4ba] .el-form-item__content{display:flex;align-items:center}.cancel[data-v-6051d4ba],.submit[data-v-6051d4ba]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-6051d4ba]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-6051d4ba]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-6051d4ba]:active{opacity:.8}.cancel[data-v-6051d4ba]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-6051d4ba]:hover{background-color:#f0f0f0}.cancel[data-v-6051d4ba]:active{opacity:.8}.title[data-v-6051d4ba]{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:4.25rem;position:relative}.title p[data-v-6051d4ba]:first-child{display:flex;align-items:center;font-weight:500;font-size:2.5rem;color:#454545}.title p:first-child img[data-v-6051d4ba]{width:3.63rem;height:2.75rem;margin-right:.81rem}.title p[data-v-6051d4ba]:nth-child(2){font-weight:400;font-size:1.38rem;color:#707070;margin-top:1.38rem}.box[data-v-6051d4ba]{width:100rem;margin:3.31rem auto 5rem}.filter-box[data-v-6051d4ba]{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1rem}.filter-box .wp1[data-v-6051d4ba]{flex:1;display:flex;align-items:center;text-align:center}.filter-box .wp1 p[data-v-6051d4ba]{line-height:2.69rem;width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-right:.88rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;font-size:1.25rem}.filter-box .wp1 p[data-v-6051d4ba]:hover{background:#e8e9e8}.filter-box .wp1 p.active[data-v-6051d4ba]{background:#832fa5;color:#fff}.progress-container[data-v-6051d4ba]{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:.5rem;border:1px solid #e9ecef;width:40%;height:100%}.progress-text[data-v-6051d4ba]{margin-top:.5rem;text-align:center;font-size:.9rem;color:#6c757d}.progress-details[data-v-6051d4ba]{margin-top:.5rem;display:flex;justify-content:space-between;font-size:.8rem;color:#6c757d}.progress-details p[data-v-6051d4ba]{margin:0}@media(max-width:768px){.box[data-v-6051d4ba]{width:95%;margin:1.5rem auto 3rem}.course-list[data-v-6051d4ba]{grid-template-columns:1fr}.course-item[data-v-6051d4ba]{flex-direction:column;align-items:flex-start}.course-item .publish[data-v-6051d4ba]{margin-top:1rem;width:100%;flex-direction:row;justify-content:space-between}.progress-details[data-v-6051d4ba]{flex-direction:column}.progress-details p[data-v-6051d4ba]{margin-bottom:.25rem}}.none[data-v-3b5501ed]{font-weight:400;font-size:1.25rem;color:#999;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.none img[data-v-3b5501ed]{width:13.31rem;height:9.13rem;margin:0 auto;display:block}.use-guide[data-v-3b5501ed]{padding:2rem}.tip-box2[data-v-3b5501ed]{background-image:url(/img/needvip.17b99789.png)!important;height:43.31rem!important}.tip-box2 .tip2[data-v-3b5501ed]{width:37.06rem;margin:1.38rem 0 2.63rem}.tip-box2 .btn2[data-v-3b5501ed]{margin-top:6rem!important}.pay-type[data-v-3b5501ed]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type p[data-v-3b5501ed]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-3b5501ed]{width:2.13rem;height:2.13rem;margin-right:.63rem}.pay-type .act[data-v-3b5501ed]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.details[data-v-3b5501ed]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pay-data[data-v-3b5501ed]{width:90%;padding:1.5rem 1.63rem 0 1.63rem;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:0 auto}.pay-data p[data-v-3b5501ed]{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.pay-data p span[data-v-3b5501ed]:first-child{font-size:1.38rem;color:#333}.pay-data p span[data-v-3b5501ed]:nth-child(2){font-size:1.38rem;color:#666}.pay-data p[data-v-3b5501ed]:last-of-type{margin-top:1.5rem}.pay-data p:last-of-type span[data-v-3b5501ed]:nth-child(2){font-size:1.63rem;color:#ef1a0e}.qr[data-v-3b5501ed]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.qr img[data-v-3b5501ed]{width:18rem;height:18rem}.line[data-v-3b5501ed]{width:100%;height:1px;background:#ecebeb}.header-pay[data-v-3b5501ed]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-3b5501ed]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-3b5501ed]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-3b5501ed]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-3b5501ed]:nth-child(3):active{opacity:.8}.header-pay p[data-v-3b5501ed]:nth-child(2){font-size:2rem;color:#fff}.back-btn[data-v-3b5501ed]{position:absolute;left:-3rem;top:.2rem;width:2.5rem;height:2.5rem;cursor:pointer;transition:all .1s ease-in-out}.back-btn[data-v-3b5501ed]:hover{transform:scale(1.1)}.back-btn[data-v-3b5501ed]:active{transform:scale(.9);opacity:.8}.tip-box[data-v-3b5501ed]{width:45.63rem;height:55rem;background-image:url(/img/unlock.49463581.png);background-size:cover;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;position:relative;overflow:hidden}.tip-box .btn[data-v-3b5501ed]{width:36.44rem;height:5.56rem;background:#f1bf61;border-radius:3.25rem 3.25rem 3.25rem 3.25rem;font-weight:500;font-size:1.75rem;color:#333;text-align:center;line-height:5.56rem;margin:2.75rem auto;cursor:pointer;transition:box-shadow .3s ease-in-out}.tip-box .btn[data-v-3b5501ed]:hover{box-shadow:0 0 10px #f1bf61}.tip-box .btn[data-v-3b5501ed]:active{opacity:.8}.tip-box .price[data-v-3b5501ed]{display:flex;align-items:center;justify-content:space-between;width:39.31rem;height:5.75rem;background:#f7f9fa;border-radius:.88rem .88rem .88rem .88rem;padding:0 1.75rem;margin:0 auto 1rem}.tip-box .price span[data-v-3b5501ed]:first-child{font-weight:500;font-size:1.75rem;color:#666}.tip-box .price span[data-v-3b5501ed]:nth-child(2){font-weight:500;font-size:1.75rem;color:#ef1a0e}.tip-box .tip[data-v-3b5501ed]{font-weight:400;font-size:1.63rem;color:#272636;text-align:center;margin:1.38rem auto 2.63rem}.tip-box .title[data-v-3b5501ed]{font-weight:500;font-size:2.38rem;color:#cc880e;margin-top:20.5rem;text-align:center}.tip-box .close[data-v-3b5501ed]{position:absolute;top:1.38rem;right:1.38rem;width:3.51rem;height:3.51rem;cursor:pointer;transition:transform .3s ease-in-out}.tip-box .close[data-v-3b5501ed]:hover{transform:rotate(1turn)}.tip-box .close[data-v-3b5501ed]:active{opacity:.8;transform:scale(.9)}li[data-v-3b5501ed],ul[data-v-3b5501ed]{list-style:none}[data-v-3b5501ed] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-3b5501ed] .el-dialog__body{background:#fff}[data-v-3b5501ed] .el-dialog--center .el-dialog__body,[data-v-3b5501ed] .el-dialog__header{padding:0!important}.active[data-v-3b5501ed]{background:linear-gradient(154deg,#54287f,#a434bf)!important}.list-box[data-v-3b5501ed]{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:1.44rem;overflow:auto;height:33rem}.list-box[data-v-3b5501ed] ::-webkit-scrollbar{display:none}.list-box .item[data-v-3b5501ed]{width:100%;padding:1.75rem 1.38rem;position:relative;margin-top:.25rem;display:flex;justify-content:space-between;align-items:flex-end;background:#fff;border-radius:1rem 1rem 1rem 1rem;border:.06rem solid hsla(0,0%,44%,.2);cursor:pointer}.list-box .item .status[data-v-3b5501ed]{display:flex;align-items:center}.list-box .item .status p[data-v-3b5501ed]{display:flex;align-items:center;justify-content:center}.list-box .item .status .wp1[data-v-3b5501ed],.list-box .item .status .wp2[data-v-3b5501ed],.list-box .item .status .wp3[data-v-3b5501ed]{background:#5ec753;border-radius:1.06rem 1.06rem 1.06rem 1.06rem;padding:.31rem 1rem;font-weight:400;font-size:1.13rem;color:#fff;margin-right:.3rem;cursor:pointer}.list-box .item .status .wp1 img[data-v-3b5501ed],.list-box .item .status .wp2 img[data-v-3b5501ed],.list-box .item .status .wp3 img[data-v-3b5501ed]{width:1.44rem;height:1.44rem;margin-right:.19rem}.list-box .item .status .wp2 img[data-v-3b5501ed]{width:1.14rem;height:1.14rem}.list-box .item .status .wp2[data-v-3b5501ed]{background:#ef1a0e}.list-box .item .status .wp4[data-v-3b5501ed]{width:6rem;cursor:pointer;height:2.06rem}.list-box .item .status .wp4 img[data-v-3b5501ed]{width:100%;height:100%}.list-box .item .status .wp3[data-v-3b5501ed]{background:#5ec753;border-radius:1.06rem;padding:.31rem 1rem;font-weight:400;font-size:1.13rem;color:#fff;margin-right:.3rem;cursor:pointer;background:#fff;color:#272636;display:flex;align-items:center}.list-box .item .status .audio-wave[data-v-3b5501ed]{display:flex;align-items:flex-end;height:1.44rem;margin-right:.19rem}.list-box .item .status .audio-wave-bar[data-v-3b5501ed]{width:.2rem;height:100%;margin-right:.2rem;background-color:#272636;animation:audio-wave-3b5501ed 1.5s ease-in-out infinite}.list-box .item .status .audio-wave-bar[data-v-3b5501ed]:first-child{animation-delay:.1s;height:.8rem}.list-box .item .status .audio-wave-bar[data-v-3b5501ed]:nth-child(2){animation-delay:.3s;height:1.1rem}.list-box .item .status .audio-wave-bar[data-v-3b5501ed]:nth-child(3){animation-delay:.5s;height:1.3rem}.list-box .item .status .audio-wave-bar[data-v-3b5501ed]:nth-child(4){animation-delay:.2s;height:.6rem}@keyframes audio-wave-3b5501ed{0%,to{transform:scaleY(.7)}50%{transform:scaleY(1.3)}}.list-box .item .contents[data-v-3b5501ed]{display:flex;align-items:center}.list-box .item .contents img[data-v-3b5501ed]:first-of-type{width:5.25rem;height:5.25rem;background:#fff;border-radius:1.06rem 1.06rem 1.06rem 1.06rem;margin-right:.81rem}.list-box .item .contents p[data-v-3b5501ed]{display:flex;flex-direction:column;justify-content:space-between;height:5.25rem}.list-box .item .contents p span[data-v-3b5501ed]:first-child{font-weight:500;font-size:1.5rem;color:#333;width:160px}.list-box .item .contents p span[data-v-3b5501ed]:nth-child(2){font-weight:400;font-size:1.25rem;color:#272636}.list-box .item .contents p span:nth-child(2) img[data-v-3b5501ed]{width:1.19rem;height:1.19rem;margin-right:.2rem}.list-box .item .index[data-v-3b5501ed]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABXCAYAAABFsRhwAAAFFklEQVR4AezXy28bZRAA8JkNVlCCSkWRGq8TWkJ4FPGQGlO4cQKqNjRpSnadRoJLEX9BxQ0J9QIqhyK49YIQipykkKalVC1/AIfajkQEiPcpD1HaUIKc2LF3mK/Emwe71bdex496Vjvabz/POPv9MtnsGuCx/fzZ8zvmx3rfmEvGz88le3+fG4vnOaipIhn/ldc7ynGMxodaPJjgf3gLE70n7osUfyTATwChHxD3cmGEo7l2hG5e8DDHuXn6bWZ2NP4SjzftLt7Cp8+0z471nnUcPEsAHZuymv4E92ELXJ1PPvfORgoXz2mNnEHAExs/lPFmAUJ6lxvs7dLsbby5sf1vgsCBzsYN9t78ePyAyjVu8D8HAOOUOpHQFCD4SGUayy2rgzzYzSG7pgD/TziwkNz/gmG0GAOaNZK2QcBBPGwA0bMb5mSoK4D4tAGAMZAtuIAD9zMeRIJXSoUSUHjq2LRBQLMqygFobjyiD03s3hOz051EdPvxwwPRd6qp8ZAiZ9CaKCqd7I5bJ9UxSDQ1Xnurs1TCevTQL7nSWPfY1Hi6SH55gucnozEveBpIfimC5yejMS94Gkh+KYLnJ6MxL3gaSH4pgucnozEveBpIfimC5yejMS94LlLwgeAFN3MrBM+lCD4QvOBmboXguRTBB4IX3MytEDyXIvhA8IKbuRWC51IEHCCQ4AU0W0snQuey4K1pqAMBntSJViw+FbMypwVPqa1FzL72gU7ssqa/VyWCpxTKjObDKxPKq0zwvFQ05wRPE8orTfC8VDTnBE8TyitN8LxUNOcETxPKK03wvFQ05wRPE8orTfC8VDTnBE8TyitN8LxUNOcETxPKK+2uxfNabKXnBC+EqOAJXgiBEKXSeYIXQiBEqXSe4IUQCFEqnSd4IQRClErnCV4IgRCl0nlNjBdi6eFLpfNCGApeQ+Ih5AykkRDXXvPS2nQe0RUoUGeHlR4t4vIuQDhXc4kyLqCqeESwgkh9ZiJ90Dye/lNdb5f13c3oUMqiIryszhspqodHzmXDKD4UtdKXtgIhAsWOp75ua889wJ81TBdWAy9rgHPETGQORa3p64zju+/sm1mM2ikLiF7xTaqjD7YZjy5lc/mHO+zMRd01IwDxn/XV1QJ3IeKEbl0t8rYJj/4xDBgw7XRfz+vf/lHOwvaMzCya1jULwDnI9Q5H3e0Vx+POuWhEVh/pGEpNVWK1pp25wl34IN8WxyvxfZX8jkriLQE6g1E7daRjsLxu81uY6sKonbaLBTjMOascdbFXBI+77YIRyfeYVmZyO1fVNZL6qq2Q201AddGFofAY7RZA8bWoneqvdLdt/iWsn+3ke2GMu9Ah51WeXeGo2V4+HtEURvKPmfb057W4+s5E5su29pxJCGO1+PnqZ5aD9xc/1A7x48RAtbpNXahXqOfCmJVKkAP9/HmWo6p7QDw6z/e2x6NWqq7eAmLDqQv8jtzFr39V7UJNPFpEIouf247Wutv8Wku9I8cS3IUEA/yXsQRV2DTwaNKIrD4RTaTr+mm/ZMWAUwVY3ku0/ffCO+HddMCxudsG67XbSmBbj6UuBMcZ/O+JYGtGZc598FS35fd12pm6eJ4qd6nmcGaygMvdDJgs9zvuVGcQwDduAsINbNBuc9ewZaC6kJ9Dh4GcYwC4COvbDz9dL/69fhp8ZNxzb8tRvj+cRsD3syv5J6MN3m1+BGYi80URsz0AdIrX+zFi8cX4W+lQr3r/AgAA//9+ZPEyAAAABklEQVQDAAaQJEjn9aRGAAAAAElFTkSuQmCC);background-size:cover;width:2.45rem;height:2.69rem;line-height:2.69rem;color:#fff;padding-left:.6rem;position:absolute;top:0;right:0}[data-v-3b5501ed] .el-divider--horizontal{margin:0}.teacher[data-v-3b5501ed]{margin-top:.75rem;width:100%;padding:1.63rem .75rem;background:#fff;border-radius:1rem 1rem 1rem 1rem;border:.06rem solid hsla(0,0%,44%,.2)}.teacher .course-data[data-v-3b5501ed]{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.teacher .course-data p[data-v-3b5501ed]:first-child,.teacher .course-data p[data-v-3b5501ed]:nth-child(2){margin-bottom:1.5rem}.teacher .course-data p[data-v-3b5501ed]{width:48%;height:4.94rem;border-radius:.5rem .5rem .5rem .5rem;border:.06rem solid #a434bf;display:flex;align-items:center;justify-content:center}.teacher .course-data p img[data-v-3b5501ed]{width:1.54rem;height:1.93rem;margin-right:.44rem}.teacher .course-data p:nth-child(2) img[data-v-3b5501ed]{width:1.98rem;height:1.8rem}.teacher .course-data p:nth-child(3) img[data-v-3b5501ed]{width:1.97rem;height:1.8rem}.teacher .course-data p:nth-child(4) img[data-v-3b5501ed]{width:1.94rem;height:1.77rem}.teacher .teacher-info[data-v-3b5501ed]{display:flex;align-items:center;font-weight:500;font-size:1.5rem;color:#333;margin:1.81rem 0 1.5rem;margin-left:2.31rem}.teacher .teacher-info img[data-v-3b5501ed]{width:4.38rem;height:4.38rem;border-radius:50%;margin-right:.94rem}.teacher .title[data-v-3b5501ed]{display:flex;align-items:center;font-weight:500;font-size:1.75rem;color:#333}.teacher .title img[data-v-3b5501ed]{width:2.31rem;height:2.88rem;margin-right:1.31rem}.content[data-v-3b5501ed]{display:flex;justify-content:space-between;width:100rem;margin:1.87rem auto}.content .right-content[data-v-3b5501ed]{flex:1;width:42%}.content .right-content .list[data-v-3b5501ed]{width:100%;background:#fff;border-radius:1rem 1rem 1rem 1rem;border:.06rem solid hsla(0,0%,44%,.2);padding:1.63rem .75rem;height:40rem;overflow:hidden}.content .right-content .list .title[data-v-3b5501ed]{display:flex;justify-content:space-between}.content .right-content .list .title p[data-v-3b5501ed]{display:flex;align-items:center}.content .right-content .list .title p[data-v-3b5501ed]:first-child{font-weight:500;font-size:1.75rem;color:#333}.content .right-content .list .title p:first-child img[data-v-3b5501ed]{width:4.25rem;height:3.31rem;margin-right:.75rem}.content .right-content .list .title p[data-v-3b5501ed]:nth-child(2){font-weight:400;font-size:1.13rem;color:#fff;background:#54287f;border-radius:.5rem .5rem .5rem .5rem;padding:0 1rem}.content .right-content .list .title p:nth-child(2) img[data-v-3b5501ed]{width:1.44em;height:1.44rem;margin-right:.55rem}.content .left-content[data-v-3b5501ed]{width:56%;border-radius:1rem 1rem 1rem 1rem;overflow:hidden;margin-right:1.25rem}.content .left-content .video[data-v-3b5501ed]{width:100%}.content .left-content .video video[data-v-3b5501ed]{border-radius:1rem 1rem 1rem 1rem;width:100%;height:100%;border:none!important}.content .left-content .video img[data-v-3b5501ed]{width:100%;height:100%;border-radius:1rem 1rem 1rem 1rem}.content .left-content .introduction[data-v-3b5501ed]{width:100%;margin-top:1.5rem;padding:1.63rem;background:#fff;font-weight:400;font-size:1.25rem;color:#272636;line-height:2.55rem;border-radius:1rem 1rem 1rem 1rem;border:.06rem solid hsla(0,0%,44%,.2)}.header[data-v-3b5501ed]{width:100rem;margin:0 auto;color:#fff;position:relative}.header .introduction[data-v-3b5501ed]{font-weight:400;font-size:1.25rem;line-height:2.13rem}.header .chapter[data-v-3b5501ed]{background:hsla(0,0%,100%,.32);border-radius:.5rem .5rem .5rem .5rem;border:.06rem solid #fff;padding:.69rem 2rem;display:flex;align-items:center;width:12rem;margin-bottom:1rem}.header .chapter img[data-v-3b5501ed]{width:1.44rem;height:1.44rem;margin-right:.19rem}.header .title[data-v-3b5501ed]{font-weight:500;font-size:2rem;display:flex;align-items:center;justify-content:space-between}.header .title p[data-v-3b5501ed]{width:9rem;height:3.25rem;background:#f1bf61;border-radius:.63rem;font-size:1.25rem;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out}.header .title p[data-v-3b5501ed]:hover{box-shadow:0 0 10px #f1bf61}.header .title p[data-v-3b5501ed]:active{opacity:.8}.header .user[data-v-3b5501ed]{display:flex;align-items:center;margin:.88rem 0}.header .user p[data-v-3b5501ed]{display:flex;align-items:center;margin-right:1.38rem}.header .user p img[data-v-3b5501ed]{width:2.55rem;height:2.55rem;margin-right:.56rem;border-radius:50%}.header .user p:nth-child(2) img[data-v-3b5501ed]{width:2rem;height:2rem;margin-right:.56rem}.box[data-v-3b5501ed]{width:100vw;padding:2rem 0;background:linear-gradient(135deg,#54287f,#a434bf);position:relative}.task-list-enter-active[data-v-0c72ad3c]{transition:all .5s ease;animation:slideInUp-0c72ad3c .5s ease}.task-list-leave-active[data-v-0c72ad3c]{transition:all .3s ease;position:absolute}.task-list-enter[data-v-0c72ad3c]{opacity:0;transform:translateY(30px)}.task-list-enter-to[data-v-0c72ad3c]{opacity:1;transform:translateY(0)}.task-list-leave-to[data-v-0c72ad3c]{opacity:0;transform:translateY(-20px)}.task-list-move[data-v-0c72ad3c]{transition:transform .5s ease}.list-box .item:nth-child(odd) .task-list-enter-active[data-v-0c72ad3c]{animation-delay:.1s}.list-box .item:nth-child(2n+2) .task-list-enter-active[data-v-0c72ad3c]{animation-delay:.2s}@keyframes slideInUp-0c72ad3c{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.load-more[data-v-0c72ad3c]{text-align:center;padding:20px 0;color:#999}.load-more-tip[data-v-0c72ad3c]{font-size:14px}.loading-more[data-v-0c72ad3c]{font-size:14px;color:#409eff;display:flex;flex-direction:column;align-items:center;gap:8px}.loading-dots[data-v-0c72ad3c]{display:flex;gap:4px}.loading-dots span[data-v-0c72ad3c]{width:8px;height:8px;border-radius:50%;background-color:#409eff;animation:loading-dots-0c72ad3c 1.4s ease-in-out infinite both}.loading-dots span[data-v-0c72ad3c]:first-child{animation-delay:-.32s}.loading-dots span[data-v-0c72ad3c]:nth-child(2){animation-delay:-.16s}@keyframes loading-dots-0c72ad3c{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.no-more[data-v-0c72ad3c]{text-align:center;padding:20px 0;color:#999;font-size:14px}.title2[data-v-0c72ad3c]{width:48.13rem;height:6.75rem;background:#edd6f2;border-radius:1.38rem 1.38rem 0 0;text-align:center;line-height:6.75rem;font-weight:500;font-size:2rem;color:#272636}.none[data-v-0c72ad3c]{display:flex;flex-direction:column;align-items:center;justify-content:center}.none img[data-v-0c72ad3c]{width:18.5rem;height:12.5rem;margin-bottom:2.63rem}[data-v-0c72ad3c] .el-loading-spinner .path{stroke:#a434bf}.upload[data-v-0c72ad3c]{width:36.88rem;height:21.13rem;border-radius:.5rem .5rem .5rem .5rem;border:.06rem solid #e0e0e1;margin:2.94rem auto 5.19rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.upload img[data-v-0c72ad3c]{width:4.06rem;height:4.06rem;margin-bottom:1.75rem}.upload p[data-v-0c72ad3c]{font-weight:400;font-size:1.25rem;color:#999}.filebox[data-v-0c72ad3c]{height:10.13rem;padding:1.25rem}.no-data[data-v-0c72ad3c]{font-size:1.25rem;color:#999;text-align:center;margin-top:2.5rem;width:100%;height:10rem}.btns[data-v-0c72ad3c]{width:36.88rem;height:4.75rem;margin:0 auto 3.63rem;background:linear-gradient(159deg,#54287f,#a434bf);border-radius:3.25rem 3.25rem 3.25rem 3.25rem;font-weight:500;font-size:1.75rem;color:#fff;text-align:center;line-height:4.5rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.btns[data-v-0c72ad3c]:hover{box-shadow:0 0 10px #a434bf}.btns[data-v-0c72ad3c]:active{opacity:.8}.header-pay[data-v-0c72ad3c]{width:100%;height:6.75rem;background:#edd6f2;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-0c72ad3c]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-0c72ad3c]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.51rem;color:#272636;opacity:.17;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-0c72ad3c]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-0c72ad3c]:nth-child(3):active{opacity:.1}.header-pay p[data-v-0c72ad3c]:nth-child(2){font-size:2rem;color:#272636}.btndown[data-v-0c72ad3c]{width:10.06rem;height:3.25rem;background:linear-gradient(137deg,#54287f,#a434bf);border-radius:.56rem .56rem .56rem .56rem;font-weight:500;font-size:1.25rem;color:#fff;text-align:center;line-height:3.25rem;margin-left:.75rem;transition:box-shadow .3s ease-in-out;cursor:pointer;margin:3rem auto}.btndown[data-v-0c72ad3c]:hover{box-shadow:0 0 10px #a434bf}.btndown[data-v-0c72ad3c]:active{opacity:.8}.list-box[data-v-0c72ad3c]{margin-top:1.25rem}.list-box .item[data-v-0c72ad3c]{width:100%;padding:1.5rem 1.5rem;border-radius:.5rem .5rem .5rem .5rem;margin-bottom:1.25rem;border:.06rem solid #e0e0e1}.list-box .item .btn-box[data-v-0c72ad3c]{display:flex;align-items:center;justify-content:space-between}.list-box .item .btn-box p[data-v-0c72ad3c]:first-child{display:flex;align-items:center}.list-box .item .btn-box p:first-child span[data-v-0c72ad3c]{display:inline-block;width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem .38rem .38rem .38rem;font-weight:400;font-size:1.25rem;color:#272636;text-align:center;line-height:2.69rem;margin-right:.75rem}.list-box .item .btn-box p[data-v-0c72ad3c]:nth-child(2){display:flex;align-items:center}.list-box .item .btn-box p:nth-child(2) .view[data-v-0c72ad3c]{background:#f1bf61;color:#fff}.list-box .item .btn-box p:nth-child(2) .view[data-v-0c72ad3c]:hover{box-shadow:0 0 10px #f1bf61}.list-box .item .btn-box p:nth-child(2) .giveup[data-v-0c72ad3c]{background:#fff;border-radius:.56rem .56rem .56rem .56rem;border:.06rem solid hsla(0,0%,44%,.2);color:#707070}.list-box .item .btn-box p:nth-child(2) .giveup[data-v-0c72ad3c]:hover{box-shadow:0 0 10px #dbdbdb}.list-box .item .btn-box p:nth-child(2) span[data-v-0c72ad3c]{width:10.06rem;height:3.25rem;background:linear-gradient(137deg,#54287f,#a434bf);border-radius:.56rem .56rem .56rem .56rem;font-weight:500;font-size:1.25rem;color:#fff;text-align:center;line-height:3.25rem;margin-left:.75rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.list-box .item .btn-box p:nth-child(2) span[data-v-0c72ad3c]:hover{box-shadow:0 0 10px #a434bf}.list-box .item .btn-box p:nth-child(2) span[data-v-0c72ad3c]:active{opacity:.8}.list-box .item .time[data-v-0c72ad3c]{display:flex;align-items:center}.list-box .item .time p[data-v-0c72ad3c]{display:flex;align-items:center;margin-right:2.06rem;font-weight:400;font-size:1.25rem;color:#666}.list-box .item .time p img[data-v-0c72ad3c]{width:1.62rem;height:1.62rem;margin-right:.3rem}.list-box .item .label[data-v-0c72ad3c]{display:flex;align-items:center;margin:.75rem 0}.list-box .item .label p[data-v-0c72ad3c]{background:rgba(164,52,191,.1);border-radius:.38rem .38rem .38rem .38rem;font-weight:400;font-size:1.13rem;color:#272636;text-align:center;line-height:2.13rem;margin-right:.8rem;padding:.1rem .8rem}.list-box .item .title[data-v-0c72ad3c]{display:flex;align-items:center;justify-content:space-between}.list-box .item .title p[data-v-0c72ad3c]:first-child{font-weight:500;font-size:1.63rem;color:#333}.list-box .item .title p[data-v-0c72ad3c]:nth-child(2){font-weight:500;font-size:1.63rem;color:#ef1a0e}.list-box .item .info[data-v-0c72ad3c]{font-weight:400;font-size:1.25rem;color:#666;line-height:2.13rem}[data-v-0c72ad3c] .el-divider--horizontal{margin:1.5rem 0}li[data-v-0c72ad3c],ul[data-v-0c72ad3c]{list-style:none;padding:0;margin:0}.filter-box[data-v-0c72ad3c]{justify-content:space-between;width:100%}.filter-box .wp2[data-v-0c72ad3c],.filter-box[data-v-0c72ad3c]{display:flex;align-items:center}.filter-box .wp2 .filter[data-v-0c72ad3c]{display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.25rem;color:#272636;cursor:pointer;margin-right:1rem;background:#f6f7f6;border-radius:.38rem .38rem .38rem .38rem;width:6.13rem;height:2.69rem}.filter-box .wp2 .filter[data-v-0c72ad3c]:hover{background:#e8e9e8}.filter-box .wp2 .filter img[data-v-0c72ad3c]{width:.78rem;height:1.3rem;margin-left:.59rem}.filter-box .wp1[data-v-0c72ad3c]{flex:1;display:flex;align-items:center;text-align:center}.filter-box .wp1 p[data-v-0c72ad3c]{line-height:2.69rem;width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-right:.88rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;font-size:1.25rem}.filter-box .wp1 p[data-v-0c72ad3c]:hover{background:#e8e9e8}.filter-box .wp1 p.active[data-v-0c72ad3c]{background:#832fa5;color:#fff}.filter-box .dropdown[data-v-0c72ad3c]{font-size:1.25rem;position:relative;cursor:pointer;width:12.13rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-left:.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;transition:all .3s ease;border:1px solid transparent}.filter-box .dropdown[data-v-0c72ad3c]:hover{background:#e8e9e8}.filter-box .dropdown span[data-v-0c72ad3c]{font-size:1.25rem;color:#272636;flex:1}.filter-box .dropdown .arrow[data-v-0c72ad3c]{width:1.2rem;height:.7rem;transition:transform .3s ease}.filter-box .dropdown .arrow.rotated[data-v-0c72ad3c]{transform:rotate(180deg)}.filter-box .dropdown .dropdown-menu[data-v-0c72ad3c]{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:.38rem;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;max-height:200px;overflow-y:auto;margin-top:.2rem}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-0c72ad3c]{padding:.8rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-0c72ad3c]:last-child{border-bottom:none}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-0c72ad3c]:hover{background-color:#f5f5f5}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-0c72ad3c]:active{background-color:#e8e8e8}.task-list-enter-active[data-v-4dfe2592]{transition:all .5s ease;animation:slideInUp-4dfe2592 .5s ease}.task-list-leave-active[data-v-4dfe2592]{transition:all .3s ease;position:absolute}.task-list-enter[data-v-4dfe2592]{opacity:0;transform:translateY(30px)}.task-list-enter-to[data-v-4dfe2592]{opacity:1;transform:translateY(0)}.task-list-leave-to[data-v-4dfe2592]{opacity:0;transform:translateY(-20px)}.task-list-move[data-v-4dfe2592]{transition:transform .5s ease}.list-box .item:nth-child(odd) .task-list-enter-active[data-v-4dfe2592]{animation-delay:.1s}.list-box .item:nth-child(2n+2) .task-list-enter-active[data-v-4dfe2592]{animation-delay:.2s}@keyframes slideInUp-4dfe2592{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.load-more[data-v-4dfe2592]{text-align:center;padding:20px 0;color:#999}.load-more-tip[data-v-4dfe2592]{font-size:14px}.loading-more[data-v-4dfe2592]{font-size:14px;color:#409eff;display:flex;flex-direction:column;align-items:center;gap:8px}.loading-dots[data-v-4dfe2592]{display:flex;gap:4px}.loading-dots span[data-v-4dfe2592]{width:8px;height:8px;border-radius:50%;background-color:#409eff;animation:loading-dots-4dfe2592 1.4s ease-in-out infinite both}.loading-dots span[data-v-4dfe2592]:first-child{animation-delay:-.32s}.loading-dots span[data-v-4dfe2592]:nth-child(2){animation-delay:-.16s}@keyframes loading-dots-4dfe2592{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.no-more[data-v-4dfe2592]{text-align:center;padding:20px 0;color:#999;font-size:14px}.title2[data-v-4dfe2592]{width:48.13rem;height:6.75rem;background:#edd6f2;border-radius:1.38rem 1.38rem 0 0;text-align:center;line-height:6.75rem;font-weight:500;font-size:2rem;color:#272636}.none[data-v-4dfe2592]{display:flex;flex-direction:column;align-items:center;justify-content:center}.none img[data-v-4dfe2592]{width:18.5rem;height:12.5rem;margin-bottom:2.63rem}[data-v-4dfe2592] .el-loading-spinner .path{stroke:#a434bf}.btns2[data-v-4dfe2592]{width:41.75rem;height:4.5rem;background:linear-gradient(160deg,#54287f,#a434bf);border-radius:3.25rem 3.25rem 3.25rem 3.25rem;text-align:center;line-height:4.5rem;font-weight:500;font-size:1.75rem;color:#fff;margin:0 auto 3rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.btns2[data-v-4dfe2592]:hover{box-shadow:0 0 10px #a434bf}.btns2[data-v-4dfe2592]:active{opacity:.8}.terms[data-v-4dfe2592]{font-weight:400;font-size:1.63rem;color:#272636;line-height:2.5rem;padding:1.88rem 3.31rem}.terms p[data-v-4dfe2592]{margin-top:1rem}.price2[data-v-4dfe2592]{font-weight:500;font-size:3.13rem;color:#ef1a0e;text-align:center;margin:4.5rem auto 1.69rem}.tip3[data-v-4dfe2592]{width:48.5rem;background:rgba(210,255,10,.1);font-weight:400;font-size:1.38rem;color:#666;line-height:2.13rem;padding:1.25rem 1.5rem;margin:0 auto}.pay-type[data-v-4dfe2592]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type .act[data-v-4dfe2592]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-type p[data-v-4dfe2592]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-4dfe2592]{width:2.13rem;height:2.13rem;margin-right:.63rem}.pay-data[data-v-4dfe2592]{width:90%;padding:1.5rem 1.63rem 0 1.63rem;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:0 auto}.pay-data p[data-v-4dfe2592]{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.pay-data p span[data-v-4dfe2592]:first-child{font-size:1.38rem;color:#333}.pay-data p span[data-v-4dfe2592]:nth-child(2){font-size:1.38rem;color:#666}.pay-data p[data-v-4dfe2592]:last-of-type{margin-top:1.5rem}.pay-data p:last-of-type span[data-v-4dfe2592]:nth-child(2){font-size:1.63rem;color:#ef1a0e}.qr[data-v-4dfe2592]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center}.qr img[data-v-4dfe2592]{width:18rem;height:18rem}.line[data-v-4dfe2592]{width:100%;height:1px;background:#ecebeb}.header-pay[data-v-4dfe2592]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-4dfe2592]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-4dfe2592]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-4dfe2592]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-4dfe2592]:nth-child(3):active{opacity:.8}.header-pay p[data-v-4dfe2592]:nth-child(2){font-size:2rem;color:#fff}.tip-box[data-v-4dfe2592]{width:35.25rem;height:34.44rem;background-image:url(/img/tips.b9003c57.png);background-size:cover;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;position:relative;overflow:hidden}.tip-box .tip2[data-v-4dfe2592]{font-weight:400;font-size:1.75rem;color:#272636;margin:19.25rem auto 3.25rem;width:28.69rem;text-align:center}.tip-box .btns[data-v-4dfe2592]{width:25.88rem;height:4.5rem;margin:0 auto;background:linear-gradient(159deg,#54287f,#a434bf);border-radius:3.25rem 3.25rem 3.25rem 3.25rem;font-weight:500;font-size:1.75rem;color:#fff;text-align:center;line-height:4.5rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.tip-box .btns[data-v-4dfe2592]:hover{box-shadow:0 0 10px #a434bf}.tip-box .btns[data-v-4dfe2592]:active{opacity:.8}.tip-box .btn[data-v-4dfe2592]{width:36.44rem;height:5.56rem;background:#f1bf61;border-radius:3.25rem 3.25rem 3.25rem 3.25rem;font-weight:500;font-size:1.75rem;color:#333;text-align:center;line-height:5.56rem;margin:2.75rem auto;cursor:pointer;transition:box-shadow .3s ease-in-out}.tip-box .btn[data-v-4dfe2592]:hover{box-shadow:0 0 10px #f1bf61}.tip-box .btn[data-v-4dfe2592]:active{opacity:.8}.tip-box .price[data-v-4dfe2592]{display:flex;align-items:center;justify-content:space-between;width:39.31rem;height:5.75rem;background:#f7f9fa;border-radius:.88rem .88rem .88rem .88rem;padding:0 1.75rem;margin:0 auto 1rem}.tip-box .price span[data-v-4dfe2592]:first-child{font-weight:500;font-size:1.75rem;color:#666}.tip-box .price span[data-v-4dfe2592]:nth-child(2){font-weight:500;font-size:1.75rem;color:#ef1a0e}.tip-box .tip[data-v-4dfe2592]{font-weight:400;font-size:1.63rem;color:#272636;text-align:center;margin:1.38rem auto 2.63rem}.tip-box .title[data-v-4dfe2592]{font-weight:500;font-size:2.38rem;color:#cc880e;margin-top:20.5rem;text-align:center}.tip-box .close[data-v-4dfe2592]{position:absolute;top:1.25rem;right:1.25rem;width:2.86rem;height:2.86rem;cursor:pointer;transition:transform .3s ease-in-out}.tip-box .close[data-v-4dfe2592]:hover{transform:rotate(1turn)}.tip-box .close[data-v-4dfe2592]:active{opacity:.8;transform:scale(.9)}.priceinput[data-v-4dfe2592]{width:50%;border:.06rem solid hsla(0,0%,44%,.2);border-radius:.88rem .88rem .88rem .88rem;padding:1.25rem 1.75rem;font-weight:400;font-size:1.75rem;color:#666;outline:none;margin:3rem auto;display:block}.phone-box[data-v-4dfe2592]{position:relative}.phone-box p[data-v-4dfe2592]{position:absolute;top:0;right:0;width:9.38rem;height:100%;background:linear-gradient(151deg,#54287f,#a434bf);border-radius:.5rem .5rem .5rem .5rem;font-weight:400;font-size:1.13rem;color:#fff;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease-in-out;cursor:pointer}.phone-box p[data-v-4dfe2592]:hover{box-shadow:0 0 10px #a434bf}.phone-box p[data-v-4dfe2592]:active{opacity:.8}.upload-box-wrapper img[data-v-4dfe2592]{width:178px;height:178px}.el-icon-upload[data-v-4dfe2592]{border:.06rem dashed #e0e0e1}.form-box[data-v-4dfe2592]{padding:1.81rem 1.81rem 1.81rem 0}.custom-required[data-v-4dfe2592] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}.selected[data-v-4dfe2592],[data-v-4dfe2592] .el-select-dropdown__item{color:#9d33b9!important}[data-v-4dfe2592] .el-select{width:100%}[data-v-4dfe2592] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-4dfe2592] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-4dfe2592]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-4dfe2592]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-4dfe2592]{width:178px;height:178px;display:block}[data-v-4dfe2592] .el-form-item__content{display:flex;align-items:center}.card-box[data-v-4dfe2592]{display:flex;flex-direction:column}.card-box .upload-box[data-v-4dfe2592]{display:flex;align-items:center}.card-box .upload-box img[data-v-4dfe2592]:first-child{margin-right:1rem;cursor:pointer}.card-box .upload-box img[data-v-4dfe2592]:first-child,.card-box .upload-box img[data-v-4dfe2592]:nth-child(2){width:13.25rem;height:8.06rem;border-radius:0 0 0 0;border:.03rem dashed #999}.cancel[data-v-4dfe2592],.submit[data-v-4dfe2592]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.cancel[data-v-4dfe2592]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-4dfe2592]:hover{background-color:#f0f0f0}.cancel[data-v-4dfe2592]:active{opacity:.8}.submit[data-v-4dfe2592]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-4dfe2592]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-4dfe2592]:active{opacity:.8}.realName-header[data-v-4dfe2592]{height:4.5rem;background:#ede9f2;border-radius:1.38rem 1.38rem 0 0;font-size:1.25rem;color:#272636;text-align:center;line-height:4.5rem;width:100%;display:flex;align-items:center;justify-content:space-between}.realName-header p[data-v-4dfe2592]{margin-right:1.38rem}.tips .btn[data-v-4dfe2592]{width:36.88rem;height:4.75rem;background:linear-gradient(160deg,#54287f,#a434bf);border-radius:3.25rem 3.25rem 3.25rem 3.25rem;font-weight:500;font-size:1.63rem;color:#fff;text-align:center;line-height:4.75rem;margin:0 auto 3.63rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.tips .btn[data-v-4dfe2592]:hover{box-shadow:0 0 10px #a434bf}.tips .btn[data-v-4dfe2592]:active{opacity:.8}.tips .tip[data-v-4dfe2592]{margin:9rem auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.tips .tip img[data-v-4dfe2592]{width:13.31rem;height:9.13rem;margin-bottom:1.13rem}.tips .tip p[data-v-4dfe2592]{font-weight:400;font-size:1.13rem;color:#999}.tips .titles[data-v-4dfe2592]{padding:2rem 0;background:rgba(164,52,191,.2);width:100%;position:relative}.tips .titles p[data-v-4dfe2592]{font-weight:500;text-align:center;width:100%;font-size:2rem;color:#272636}.tips .titles img[data-v-4dfe2592]{position:absolute;right:1.56rem;top:1.56rem;width:3rem;height:3rem;background:#131415;opacity:.17;border-radius:50%;cursor:pointer;transition:transform .3s ease-in-out}.tips .titles img[data-v-4dfe2592]:hover{transform:rotate(1turn)}.tips .titles img[data-v-4dfe2592]:active{opacity:.1;transform:scale(.9)}[data-v-4dfe2592] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-4dfe2592] .el-dialog__body{background:#fff}[data-v-4dfe2592] .el-dialog--center .el-dialog__body,[data-v-4dfe2592] .el-dialog__header{padding:0!important}.list-box[data-v-4dfe2592]{margin-top:1.25rem}.list-box .item[data-v-4dfe2592]{width:100%;padding:1.5rem 1.5rem;border-radius:.5rem .5rem .5rem .5rem;margin-bottom:1.25rem;border:.06rem solid #e0e0e1}.list-box .item .btn-box[data-v-4dfe2592]{display:flex;align-items:center;justify-content:space-between}.list-box .item .btn-box p[data-v-4dfe2592]:nth-child(2){display:flex;align-items:center}.list-box .item .btn-box p:nth-child(2) span[data-v-4dfe2592]{width:10.06rem;height:3.25rem;background:linear-gradient(137deg,#54287f,#a434bf);border-radius:.56rem .56rem .56rem .56rem;font-weight:500;font-size:1.25rem;color:#fff;text-align:center;line-height:3.25rem;transition:box-shadow .3s ease-in-out;cursor:pointer;margin-left:1.25rem}.list-box .item .btn-box p:nth-child(2) span[data-v-4dfe2592]:hover{box-shadow:0 0 10px #a434bf}.list-box .item .btn-box p:nth-child(2) span[data-v-4dfe2592]:active{opacity:.8}.list-box .item .time[data-v-4dfe2592]{display:flex;align-items:center}.list-box .item .time p[data-v-4dfe2592]{display:flex;align-items:center;margin-right:2.06rem;font-weight:400;font-size:1.25rem;color:#666}.list-box .item .time p img[data-v-4dfe2592]{width:1.62rem;height:1.62rem;margin-right:.3rem}.list-box .item .label[data-v-4dfe2592]{display:flex;align-items:center;margin:.75rem 0}.list-box .item .label p[data-v-4dfe2592]{background:rgba(164,52,191,.1);border-radius:.38rem .38rem .38rem .38rem;font-weight:400;font-size:1.13rem;color:#272636;text-align:center;line-height:2.13rem;margin-right:.8rem;padding:.1rem .8rem}.list-box .item .title[data-v-4dfe2592]{display:flex;align-items:center;justify-content:space-between}.list-box .item .title p[data-v-4dfe2592]:first-child{font-weight:500;font-size:1.63rem;color:#333}.list-box .item .title p[data-v-4dfe2592]:nth-child(2){font-weight:500;font-size:1.63rem;color:#ef1a0e}.list-box .item .info[data-v-4dfe2592]{font-weight:400;font-size:1.25rem;color:#666;line-height:2.13rem}[data-v-4dfe2592] .el-divider--horizontal{margin:1.5rem 0}li[data-v-4dfe2592],ul[data-v-4dfe2592]{list-style:none;padding:0;margin:0}.filter-box[data-v-4dfe2592]{justify-content:space-between;width:100%}.filter-box .wp2[data-v-4dfe2592],.filter-box[data-v-4dfe2592]{display:flex;align-items:center}.filter-box .wp2 .filter[data-v-4dfe2592]{display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.25rem;color:#272636;cursor:pointer;margin-right:1rem;background:#f6f7f6;border-radius:.38rem .38rem .38rem .38rem;width:6.13rem;height:2.69rem}.filter-box .wp2 .filter[data-v-4dfe2592]:hover{background:#e8e9e8}.filter-box .wp2 .filter img[data-v-4dfe2592]{width:.78rem;height:1.3rem;margin-left:.59rem}.filter-box .wp1[data-v-4dfe2592]{flex:1;display:flex;align-items:center;text-align:center}.filter-box .wp1 p[data-v-4dfe2592]{line-height:2.69rem;width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-right:.88rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;font-size:1.25rem}.filter-box .wp1 p[data-v-4dfe2592]:hover{background:#e8e9e8}.filter-box .wp1 p.active[data-v-4dfe2592]{background:#832fa5;color:#fff}.filter-box .dropdown[data-v-4dfe2592]{font-size:1.25rem;position:relative;cursor:pointer;width:12.13rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-left:.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;transition:all .3s ease;border:1px solid transparent}.filter-box .dropdown[data-v-4dfe2592]:hover{background:#e8e9e8}.filter-box .dropdown span[data-v-4dfe2592]{font-size:1.25rem;color:#272636;flex:1}.filter-box .dropdown .arrow[data-v-4dfe2592]{width:1.2rem;height:.7rem;transition:transform .3s ease}.filter-box .dropdown .arrow.rotated[data-v-4dfe2592]{transform:rotate(180deg)}.filter-box .dropdown .dropdown-menu[data-v-4dfe2592]{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:.38rem;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;max-height:200px;overflow-y:auto;margin-top:.2rem}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-4dfe2592]{padding:.8rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-4dfe2592]:last-child{border-bottom:none}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-4dfe2592]:hover{background-color:#f5f5f5}.filter-box .dropdown .dropdown-menu .dropdown-item[data-v-4dfe2592]:active{background-color:#e8e8e8}.search-box[data-v-4dfe2592]{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1.25rem}.search-box div[data-v-4dfe2592]:first-child{flex:1;position:relative;display:flex;align-items:center}.search-box div:first-child input[data-v-4dfe2592]{width:100%;height:3.63rem;border-radius:.56rem;border:.06rem solid hsla(0,0%,44%,.2);padding-left:3.26rem;background:#fff}.search-box div:first-child input[data-v-4dfe2592]:focus{border:.06rem solid #832fa5!important;outline:none}.search-box div:first-child img[data-v-4dfe2592]:first-of-type{position:absolute;left:1.38rem;top:50%;width:1.5rem;height:1.5rem;transform:translateY(-50%)}.search-box div:first-child img[data-v-4dfe2592]:nth-of-type(2){position:absolute;right:8.88rem;top:50%;width:1.5rem;height:1.5rem;transform:translateY(-50%);cursor:pointer}.search-box div:first-child img[data-v-4dfe2592]:nth-of-type(2):hover{opacity:.8}.search-box div:first-child img[data-v-4dfe2592]:nth-of-type(2):active{opacity:.6}.search-box div:first-child p[data-v-4dfe2592]{width:7.88rem;height:3.25rem;background:linear-gradient(130deg,#54287f,#a434bf);border-radius:.56rem;position:absolute;right:.19rem;top:50%;transform:translateY(-50%);font-size:1.38rem;color:#fff;text-align:center;line-height:3.25rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.search-box div:first-child p[data-v-4dfe2592]:hover{box-shadow:0 0 10px #a434bf}.search-box div:first-child p[data-v-4dfe2592]:active{opacity:.8}.cancel[data-v-fbb59afa]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-fbb59afa]:hover{background-color:#f0f0f0}.cancel[data-v-fbb59afa]:active{opacity:.8}.phone-box[data-v-fbb59afa]{position:relative}.phone-box p[data-v-fbb59afa]{position:absolute;top:0;right:0;width:9.38rem;height:100%;background:linear-gradient(151deg,#54287f,#a434bf);border-radius:.5rem .5rem .5rem .5rem;font-weight:400;font-size:1.13rem;color:#fff;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease-in-out;cursor:pointer}.phone-box p[data-v-fbb59afa]:hover{box-shadow:0 0 10px #a434bf}.phone-box p[data-v-fbb59afa]:active{opacity:.8}.el-icon-upload[data-v-fbb59afa]{border:.06rem dashed #e0e0e1}.form-box[data-v-fbb59afa]{padding:1.81rem 1.81rem 1.81rem 0}.upload-box-wrapper img[data-v-fbb59afa]{width:178px;height:178px}.custom-required[data-v-fbb59afa] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}.selected[data-v-fbb59afa],[data-v-fbb59afa] .el-select-dropdown__item{color:#9d33b9!important}[data-v-fbb59afa] .el-select{width:100%}[data-v-fbb59afa] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-fbb59afa] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-fbb59afa]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-fbb59afa]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-fbb59afa]{width:178px;height:178px;display:block}[data-v-fbb59afa] .el-form-item__content{display:flex;align-items:center}.card-box[data-v-fbb59afa]{display:flex;flex-direction:column}.card-box .upload-box[data-v-fbb59afa]{display:flex;align-items:center}.card-box .upload-box img[data-v-fbb59afa]:first-child{margin-right:1rem;cursor:pointer}.card-box .upload-box img[data-v-fbb59afa]:first-child,.card-box .upload-box img[data-v-fbb59afa]:nth-child(2){width:13.25rem;height:8.06rem;border-radius:0 0 0 0;border:.03rem dashed #999}.cancel[data-v-fbb59afa],.submit[data-v-fbb59afa]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-fbb59afa]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-fbb59afa]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-fbb59afa]:active{opacity:.8}.realName-header[data-v-fbb59afa]{height:4.5rem;background:#ede9f2;border-radius:1.38rem 1.38rem 0 0;font-size:1.25rem;color:#272636;text-align:center;line-height:4.5rem;width:100%}.tips .btn[data-v-fbb59afa]{width:36.88rem;height:4.75rem;background:linear-gradient(160deg,#54287f,#a434bf);border-radius:3.25rem 3.25rem 3.25rem 3.25rem;font-weight:500;font-size:1.63rem;color:#fff;text-align:center;line-height:4.75rem;margin:0 auto 3.63rem;transition:box-shadow .3s ease-in-out;cursor:pointer}.tips .btn[data-v-fbb59afa]:hover{box-shadow:0 0 10px #a434bf}.tips .btn[data-v-fbb59afa]:active{opacity:.8}.tips .tip[data-v-fbb59afa]{margin:9rem auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.tips .tip img[data-v-fbb59afa]{width:13.31rem;height:9.13rem;margin-bottom:1.13rem}.tips .tip p[data-v-fbb59afa]{font-weight:400;font-size:1.13rem;color:#999}.tips .titles[data-v-fbb59afa]{padding:2rem 0;background:rgba(164,52,191,.2);width:100%;position:relative}.tips .titles p[data-v-fbb59afa]{font-weight:500;text-align:center;width:100%;font-size:2rem;color:#272636}.tips .titles img[data-v-fbb59afa]{position:absolute;right:1.56rem;top:1.56rem;width:3rem;height:3rem;background:#131415;opacity:.17;border-radius:50%;cursor:pointer;transition:transform .3s ease-in-out}.tips .titles img[data-v-fbb59afa]:hover{transform:rotate(1turn)}.tips .titles img[data-v-fbb59afa]:active{opacity:.1;transform:scale(.9)}[data-v-fbb59afa] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-fbb59afa] .el-dialog__body{background:#fff}[data-v-fbb59afa] .el-dialog--center .el-dialog__body,[data-v-fbb59afa] .el-dialog__header{padding:0!important}.box[data-v-fbb59afa]{width:100rem;margin:.5rem auto 1.31rem;position:relative}[data-v-fbb59afa] .el-tabs__active-bar{background-color:#54287f;height:.31rem}[data-v-fbb59afa] .el-tabs__active-bar:after{content:"";position:absolute;top:-5px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #54287f}[data-v-fbb59afa] .el-tabs__item.is-active{color:#54287f}[data-v-fbb59afa] .el-tabs__item:hover{color:#7851a9}[data-v-fbb59afa] .el-tabs__nav-wrap:after{background-color:#e4e7ed}.title[data-v-fbb59afa]{display:flex;flex-direction:column;align-items:center;margin-top:3.5rem;margin-bottom:2.38rem}.title p[data-v-fbb59afa]:first-child{display:flex;align-items:center;margin-bottom:1.31rem}.title p:first-child span[data-v-fbb59afa]{font-size:2.5rem;color:#454545}.title p:first-child img[data-v-fbb59afa]{width:4.63rem;height:2.85rem}.title p[data-v-fbb59afa]:nth-child(2){font-size:1.38rem;color:#707070}.item[data-v-fbb59afa]{position:absolute;right:0;top:0;width:11.19rem;height:3.25rem;background:#f1bf61;border-radius:.56rem;font-size:1.25rem;color:#272636;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out}.item[data-v-fbb59afa]:hover{box-shadow:0 0 10px #f1bf61}.item[data-v-fbb59afa]:active{opacity:.8}.item img[data-v-fbb59afa]{width:2.5rem;height:2.5rem;margin-right:.75rem}.home[data-v-352f4bce]{width:100vw;overflow:hidden}.el-date-editor.el-input__inner[data-v-2ffd70c0],[data-v-2ffd70c0] .el-date-editor.el-input{width:100%}[data-v-2ffd70c0] .el-date-table td.today span{color:#9d33b9!important}[data-v-2ffd70c0] .el-date-table td.current:not(.disabled) span{background-color:#9d33b9!important}[data-v-2ffd70c0] .el-button--text{color:#9d33b9!important}[data-v-2ffd70c0] .el-radio-group{height:40px;display:flex;align-items:center}[data-v-2ffd70c0] .el-radio__input:hover .el-radio__inner{border-color:#9d33b9}[data-v-2ffd70c0] .el-radio__input.is-checked+.el-radio__label{color:#54287f}[data-v-2ffd70c0] .el-radio__input.is-checked .el-radio__inner{background-color:#54287f;border-color:#54287f;background:#54287f}[data-v-2ffd70c0] .el-dialog--center .el-dialog__body,[data-v-2ffd70c0] .el-dialog__header{padding:0!important}[data-v-2ffd70c0] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-2ffd70c0] .el-dialog__body{background:#fff}.pay-type[data-v-2ffd70c0]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type p[data-v-2ffd70c0]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-2ffd70c0]{width:2.13rem;height:2.13rem;margin-right:.63rem}.pay-type .act[data-v-2ffd70c0]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-data[data-v-2ffd70c0]{width:90%;padding:1.5rem 1.63rem 0 1.63rem;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:0 auto}.pay-data p[data-v-2ffd70c0]{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.pay-data p span[data-v-2ffd70c0]:first-child{font-size:1.38rem;color:#333}.pay-data p span[data-v-2ffd70c0]:nth-child(2){font-size:1.38rem;color:#666}.pay-data p[data-v-2ffd70c0]:last-of-type{margin-top:1.5rem}.pay-data p:last-of-type span[data-v-2ffd70c0]:nth-child(2){font-size:1.63rem;color:#ef1a0e}.back-btn[data-v-2ffd70c0]{position:absolute;top:50%;left:0;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center}.back-btn img[data-v-2ffd70c0]{width:2.5rem;height:2.5rem}.back-btn[data-v-2ffd70c0]{color:#832fa5}.back-btn[data-v-2ffd70c0]:hover{opacity:.8}.back-btn[data-v-2ffd70c0]:active{opacity:1}.qr[data-v-2ffd70c0]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center}.qr img[data-v-2ffd70c0]{width:18rem;height:18rem}[data-v-2ffd70c0] .el-loading-spinner .path{stroke:#a434bf}.line[data-v-2ffd70c0]{width:100%;height:1px;background:#ecebeb}.header-pay[data-v-2ffd70c0]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-2ffd70c0]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-2ffd70c0]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-2ffd70c0]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-2ffd70c0]:nth-child(3):active{opacity:.8}.header-pay p[data-v-2ffd70c0]:nth-child(2){font-size:2rem;color:#fff}[data-v-2ffd70c0] .el-divider--horizontal{margin:10px 0}.box[data-v-2ffd70c0]{width:100rem;margin:0 auto}.box .label[data-v-2ffd70c0]{font-weight:500;font-size:1.63rem;color:#333}.box .title[data-v-2ffd70c0]{display:flex;flex-direction:column;align-items:center;margin-top:3.5rem;margin-bottom:2.38rem;position:relative}.box .title p[data-v-2ffd70c0]:first-child{display:flex;align-items:center;margin-bottom:1.31rem}.box .title p:first-child span[data-v-2ffd70c0]{font-size:2.5rem;color:#454545}.box .title p:first-child img[data-v-2ffd70c0]{width:4.63rem;height:2.85rem}.box .title p[data-v-2ffd70c0]:nth-child(2){font-size:1.38rem;color:#707070}.custom-required[data-v-2ffd70c0] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}.selected[data-v-2ffd70c0],[data-v-2ffd70c0] .el-select-dropdown__item{color:#9d33b9!important}[data-v-2ffd70c0] .el-select{width:100%}[data-v-2ffd70c0] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-2ffd70c0] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-2ffd70c0]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-2ffd70c0]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-2ffd70c0]{width:178px;height:178px;display:block}[data-v-2ffd70c0] .el-form-item__content{display:flex;align-items:center}.cancel[data-v-2ffd70c0],.submit[data-v-2ffd70c0]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-2ffd70c0]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-2ffd70c0]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-2ffd70c0]:active{opacity:.8}.cancel[data-v-2ffd70c0]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-2ffd70c0]:hover{background-color:#f0f0f0}.cancel[data-v-2ffd70c0]:active{opacity:.8}.data-box[data-v-44ee08fb]{padding:2rem 4.13rem 0 0}.data-box .avatar1[data-v-44ee08fb]{border-radius:50%;margin-left:.9rem}.data-box .avatar-box[data-v-44ee08fb]{position:relative}.data-box .avatar-box .edit-box[data-v-44ee08fb]{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.data-box .avatar-box .edit-box img[data-v-44ee08fb]{width:1.25rem;height:1.25rem;margin-right:.75rem}.data-box .avatar-box .edit-box span[data-v-44ee08fb]{font-weight:700;font-size:1.13rem;color:#333;transition:all .3s ease-in-out}.data-box .avatar-box .edit-box span[data-v-44ee08fb]:hover{color:#a434bf}.data-box .avatar-box .edit-box span[data-v-44ee08fb]:active{opacity:.8}.data-box .avatar-box p[data-v-44ee08fb]{position:absolute;bottom:-2rem;font-weight:400;font-size:.88rem;color:#666}.realName-header[data-v-44ee08fb]{height:4.5rem;background:#ede9f2;border-radius:1.38rem 1.38rem 0 0;font-size:1.25rem;color:#272636;text-align:center;line-height:4.5rem;width:100%}.withdraw-form-box[data-v-44ee08fb]{padding:2rem 3rem}.withdraw-form-box div[data-v-44ee08fb]:first-child{margin-bottom:1.38rem}.withdraw-form-box div:first-child p[data-v-44ee08fb]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box div:first-child p[data-v-44ee08fb]:nth-child(3){width:65.75rem;height:2.56rem;background:#f6f6f6;border-radius:0 0 0 0;font-weight:400;font-size:1.25rem;color:#707070;padding-left:1.13rem;line-height:2.56rem}.withdraw-form-box div:first-child p[data-v-44ee08fb]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box div:first-child p:nth-child(2) span[data-v-44ee08fb]{position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-weight:500;font-size:1.13rem;color:#272636;cursor:pointer}.withdraw-form-box div:first-child p:nth-child(2) span[data-v-44ee08fb]:hover{color:#54287f}.withdraw-form-box div:first-child p:nth-child(2) input[data-v-44ee08fb]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;padding-left:1.13rem;transition:all .3s ease-in-out;background:#fff}.withdraw-form-box div:first-child p:nth-child(2) input[data-v-44ee08fb]:focus{border:.06rem solid #54287f;outline:none}.withdraw-form-box div:nth-child(2) p[data-v-44ee08fb]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box div:nth-child(2) p[data-v-44ee08fb]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box div:nth-child(2) p:nth-child(2) input[data-v-44ee08fb]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;background:#fff;transition:all .3s ease-in-out;padding-left:1.13rem}.withdraw-form-box div:nth-child(2) p:nth-child(2) input[data-v-44ee08fb]:focus{outline:none;border:.06rem solid #54287f}.withdraw-form-box div:nth-child(2) p[data-v-44ee08fb]:nth-child(3){font-weight:500;font-size:1.13rem;color:#333}.withdraw-form-box div:nth-child(2) p:nth-child(3) span[data-v-44ee08fb]:nth-child(2){color:#ef1a0e}.tip[data-v-44ee08fb]{font-weight:400;font-size:1.25rem;color:#707070}.card-box[data-v-44ee08fb]{display:flex;flex-direction:column}.card-box .upload-box[data-v-44ee08fb]{display:flex;align-items:center}.card-box .upload-box img[data-v-44ee08fb]:first-child{margin-right:1rem;cursor:pointer}.card-box .upload-box img[data-v-44ee08fb]:first-child,.card-box .upload-box img[data-v-44ee08fb]:nth-child(2){width:13.25rem;height:8.06rem;border-radius:0 0 0 0;border:.03rem dashed #999}.phone-box[data-v-44ee08fb]{position:relative}.phone-box p[data-v-44ee08fb]{position:absolute;top:0;right:0;width:9.38rem;height:100%;background:linear-gradient(151deg,#54287f,#a434bf);border-radius:.5rem .5rem .5rem .5rem;font-weight:400;font-size:1.13rem;color:#fff;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease-in-out;cursor:pointer}.phone-box p[data-v-44ee08fb]:hover{box-shadow:0 0 10px #a434bf}.phone-box p[data-v-44ee08fb]:active{opacity:.8}.form-box[data-v-44ee08fb]{padding:1.81rem 1.81rem 1.81rem 0}[data-v-44ee08fb] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem}[data-v-44ee08fb] .el-dialog--center .el-dialog__body,[data-v-44ee08fb] .el-dialog__header{padding:0!important}.selected[data-v-44ee08fb],[data-v-44ee08fb] .el-select-dropdown__item{color:#9d33b9!important}[data-v-44ee08fb] .el-select{width:100%}[data-v-44ee08fb] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-44ee08fb] .el-upload{border-radius:50%;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-44ee08fb]:hover{border-color:#409eff}.avatar-uploader[data-v-44ee08fb]{margin-left:.9rem}.avatar-uploader-icon[data-v-44ee08fb]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-44ee08fb]{width:4.38rem;height:4.38rem;display:block}[data-v-44ee08fb] .el-form-item__content{display:flex;align-items:center}.cancel[data-v-44ee08fb],.submit[data-v-44ee08fb]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-44ee08fb]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-44ee08fb]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-44ee08fb]:active{opacity:.8}.paybtn[data-v-44ee08fb]{font-weight:700;color:#a434bf;margin-left:1.38rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.paybtn[data-v-44ee08fb]:hover{color:#54287f}.paybtn[data-v-44ee08fb]:active{opacity:.8}.cancel[data-v-44ee08fb]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-44ee08fb]:hover{background-color:#f0f0f0}.cancel[data-v-44ee08fb]:active{opacity:.8}.boxs[data-v-44ee08fb]{width:100%;height:100%}.boxs .title[data-v-44ee08fb]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}.title2[data-v-44ee08fb]{width:48.13rem;height:6.75rem;background:#edd6f2;border-radius:1.38rem 1.38rem 0 0;text-align:center;line-height:6.75rem;font-weight:500;font-size:2rem;color:#272636}.terms[data-v-44ee08fb]{font-weight:400;font-size:1.63rem;color:#272636;line-height:2.5rem;padding:1.88rem 3.31rem}.terms p[data-v-44ee08fb]{margin-top:1rem}.btns2[data-v-44ee08fb]{width:41.75rem;height:4.5rem;background:linear-gradient(160deg,#54287f,#a434bf);border-radius:3.25rem;text-align:center;line-height:4.5rem;font-weight:500;font-size:1.75rem;color:#fff;cursor:pointer;margin:0 auto 3rem;transition:box-shadow .3s ease}.btns2[data-v-44ee08fb]:hover{box-shadow:0 0 10px #a434bf}.btns2[data-v-44ee08fb]:active{opacity:.8}.header-pay[data-v-44ee08fb]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-44ee08fb]:nth-child(2){font-size:2rem;color:#fff}.header-pay p[data-v-44ee08fb]:nth-child(3){color:#fff;font-size:2.5rem;cursor:pointer;transition:transform .3s ease}.header-pay p[data-v-44ee08fb]:nth-child(3):hover{transform:rotate(1turn)}.price2[data-v-44ee08fb]{font-weight:500;font-size:3.13rem;color:#ef1a0e;text-align:center;margin:4.5rem auto 1.69rem}.tip3[data-v-44ee08fb]{width:90%;background:rgba(210,255,10,.1);font-weight:400;font-size:1.38rem;color:#666;line-height:2.13rem;padding:1.25rem 1.5rem;margin:0 auto}.qr[data-v-44ee08fb]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center}.pay-type[data-v-44ee08fb]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type .act[data-v-44ee08fb]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-type p[data-v-44ee08fb]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#000}.pay-type p img[data-v-44ee08fb]{width:2.13rem;height:2.13rem;margin-right:.63rem}[data-v-44ee08fb] .el-dialog{border-radius:1.38rem;overflow:hidden}[data-v-44ee08fb] .el-dialog__body{background:#fff;padding:0!important}[data-v-44ee08fb] .el-loading-spinner .path{stroke:#a434bf}.page[data-v-eba08218]{display:flex;align-items:center;justify-content:flex-end;padding:0 2rem 2rem}.approve-btn[data-v-eba08218],.approve-btn[data-v-eba08218]:hover{background-color:#54287f;color:#fff;border:1px solid #54287f}.approve-btn[data-v-eba08218]:hover{box-shadow:0 0 10px #54287f}.approve-btn[data-v-eba08218]:active{opacity:.8}[data-v-eba08218] .el-tabs__active-bar{background-color:#54287f;height:.31rem}[data-v-eba08218] .el-tabs__header{padding:0 4rem}[data-v-eba08218] .el-tabs__active-bar:after{content:"";position:absolute;top:-5px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #54287f}[data-v-eba08218] .el-tabs__item.is-active{color:#54287f}[data-v-eba08218] .el-tabs__item:hover{color:#7851a9}[data-v-eba08218] .el-tabs__nav-wrap:after{background-color:#e4e7ed}[data-v-eba08218] .radio{height:40px;display:flex;align-items:center}[data-v-eba08218] .el-radio__input.is-checked+.el-radio__label{color:#54287f}[data-v-eba08218] .el-radio__input.is-checked .el-radio__inner{background-color:#54287f;border-color:#54287f;background:#54287f}[data-v-eba08218] .el-radio__input:hover .el-radio__inner{border-color:#9d33b9}[data-v-eba08218] .el-pager li.active,[data-v-eba08218] .el-pager li:hover{color:#54287f}[data-v-eba08218] .el-pagination .btn-next,[data-v-eba08218] .el-pagination .btn-prev,[data-v-eba08218] .el-pagination .el-pager li{width:32px!important;height:32px!important;min-width:32px!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 2px!important;font-size:14px!important;font-weight:400!important;border:1px solid #dcdfe6!important;background-color:#fff!important;color:#606266!important}[data-v-eba08218] .el-pagination .btn-next:hover,[data-v-eba08218] .el-pagination .btn-prev:hover,[data-v-eba08218] .el-pagination .el-pager li:hover{color:#54287f!important;border-color:#54287f!important}[data-v-eba08218] .el-pagination .el-pager li.active{background-color:#54287f!important;color:#fff!important;border-color:#54287f!important;font-weight:500!important}[data-v-eba08218] .el-pagination .btn-next:hover,[data-v-eba08218] .el-pagination .btn-prev:hover{border-color:#54287f!important;color:#54287f!important}[data-v-eba08218] .el-pagination .btn-next:hover .el-icon,[data-v-eba08218] .el-pagination .btn-prev:hover .el-icon{color:#54287f!important}[data-v-eba08218] .el-pager,[data-v-eba08218] .el-pagination{display:flex}.withdraw-form-box[data-v-eba08218]{padding:2rem 3rem}.withdraw-form-box[data-v-eba08218] .el-form-item__content{display:flex;align-items:center;margin-top:1.88rem}.withdraw-form-box .cancel[data-v-eba08218],.withdraw-form-box .submit[data-v-eba08218]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.withdraw-form-box .submit[data-v-eba08218]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.withdraw-form-box .submit[data-v-eba08218]:hover{box-shadow:0 0 10px #a434bf}.withdraw-form-box .submit[data-v-eba08218]:active{opacity:.8}.withdraw-form-box .cancel[data-v-eba08218]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.withdraw-form-box .cancel[data-v-eba08218]:hover{background-color:#f0f0f0}.withdraw-form-box .cancel[data-v-eba08218]:active{opacity:.8}.withdraw-form-box .withdraw-form-item1[data-v-eba08218]{margin-bottom:1.38rem}.withdraw-form-box .withdraw-form-item1 p[data-v-eba08218]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box .withdraw-form-item1 p[data-v-eba08218]:nth-child(3){width:100%;height:2.56rem;background:#f6f6f6;border-radius:0 0 0 0;font-weight:400;font-size:1.25rem;color:#707070;padding-left:1.13rem;line-height:2.56rem}.withdraw-form-box .withdraw-form-item1 p[data-v-eba08218]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) span[data-v-eba08218]{position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-weight:500;font-size:1.13rem;color:#272636;cursor:pointer}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) span[data-v-eba08218]:hover{color:#54287f}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) input[data-v-eba08218]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;padding-left:1.13rem;transition:all .3s ease-in-out;background:#fff}.withdraw-form-box .withdraw-form-item1 p:nth-child(2) input[data-v-eba08218]:focus{border:.06rem solid #54287f;outline:none}.withdraw-form-box .withdraw-form-item2 p[data-v-eba08218]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box .withdraw-form-item2 p[data-v-eba08218]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box .withdraw-form-item2 p:nth-child(2) input[data-v-eba08218]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;background:#fff;transition:all .3s ease-in-out;padding-left:1.13rem}.withdraw-form-box .withdraw-form-item2 p:nth-child(2) input[data-v-eba08218]:focus{outline:none;border:.06rem solid #54287f}.withdraw-form-box .withdraw-form-item2 p[data-v-eba08218]:nth-child(3){font-weight:500;font-size:1.13rem;color:#333}.withdraw-form-box .withdraw-form-item2 p:nth-child(3) span[data-v-eba08218]:nth-child(2){color:#ef1a0e}.promotion-list[data-v-eba08218]{width:90%;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);overflow:hidden;margin-bottom:1.88rem;margin:0 auto 1.88rem}.promotion-list .header[data-v-eba08218]{width:100%;height:4rem;background:#ede9f2;border-radius:1.13rem 1.13rem 0 0;padding-left:2.06rem;line-height:4rem;font-weight:500;font-size:1.25rem;color:#454545;display:flex;align-items:center}.promotion-list .header p[data-v-eba08218]{cursor:pointer;color:#666}.promotion-list .header p[data-v-eba08218]:first-child{margin-right:3.13rem}.promotion-list .withdraw[data-v-eba08218]{padding:2rem}.promotion-list .withdraw .none[data-v-eba08218]{font-weight:400;font-size:1.25rem;color:#999;text-align:center}.promotion-list .withdraw .none img[data-v-eba08218]{width:13.31rem;height:9.13rem;margin:0 auto;display:block}.account[data-v-eba08218]{width:100%;height:100%}.account .title[data-v-eba08218]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}.account .wallet-invitations[data-v-eba08218]{width:90%;height:16.19rem;background:#fff;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);display:flex;justify-content:space-around;padding:4rem;margin:2rem auto 2rem}.account .wallet-invitations .invitations[data-v-eba08218]{display:flex;flex-direction:column;align-items:center}.account .wallet-invitations .invitations p[data-v-eba08218]:nth-child(2){font-size:2rem;color:#454545;margin:1.63rem 0}.account .wallet-invitations .invitations p[data-v-eba08218]:first-child{align-items:center;display:flex}.account .wallet-invitations .invitations p:first-child span[data-v-eba08218]:first-of-type{font-size:1.66rem;color:#707070}.account .wallet-invitations .invitations p:first-child span[data-v-eba08218]:nth-of-type(2){font-size:1.25rem;color:#707070}.account .wallet-invitations .invitations p:first-child img[data-v-eba08218]{width:1.68rem;height:1.57rem;margin-right:.75rem}.account .wallet-invitations .wallet[data-v-eba08218]{display:flex;flex-direction:column;align-items:center}.account .wallet-invitations .wallet p[data-v-eba08218]:nth-child(3){width:8rem;height:2.5rem;background:linear-gradient(134deg,#54287f,#9031af 75%,#a434bf);border-radius:1.25rem 1.25rem 1.25rem 1.25rem;font-size:1.13rem;color:#fff;text-align:center;line-height:2.5rem;transition:all .3s ease-in-out;cursor:pointer}.account .wallet-invitations .wallet p[data-v-eba08218]:nth-child(3):hover{box-shadow:0 0 10px #a434bf}.account .wallet-invitations .wallet p[data-v-eba08218]:nth-child(3):active{opacity:.8}.account .wallet-invitations .wallet p[data-v-eba08218]:nth-child(2){font-size:2rem;color:#454545;margin:1.63rem 0}.account .wallet-invitations .wallet p[data-v-eba08218]:first-child{align-items:center;display:flex}.account .wallet-invitations .wallet p:first-child span[data-v-eba08218]:first-of-type{font-size:1.66rem;color:#707070}.account .wallet-invitations .wallet p:first-child span[data-v-eba08218]:nth-of-type(2){font-size:1.25rem;color:#ef1a0e}.account .wallet-invitations .wallet p:first-child img[data-v-eba08218]{width:1.66rem;height:1.66rem;margin-right:.75rem}.account .wallet-invitations .lines[data-v-eba08218]{width:1px;height:100%;background:#ecebeb}.api-token[data-v-d03bdd36]{width:100%;height:100%}.api-token .token-actions[data-v-d03bdd36]{display:flex;width:90%;align-items:center;margin:0 auto}.api-token .token-actions p[data-v-d03bdd36]:first-child{width:8.5rem;height:3rem;background:linear-gradient(151deg,#54287f,#a434bf);border-radius:.63rem .63rem .63rem .63rem;font-weight:400;font-size:1.13rem;color:#fff;text-align:center;line-height:3rem;cursor:pointer;transition:all .3s ease-in-out;margin-right:1.38rem}.api-token .token-actions p[data-v-d03bdd36]:first-child:hover{box-shadow:0 0 10px #a434bf}.api-token .token-actions p[data-v-d03bdd36]:first-child:active{opacity:.8}.api-token .token-actions p[data-v-d03bdd36]:nth-child(2){width:8.5rem;height:3rem;border-radius:.63rem .63rem .63rem .63rem;border:.06rem solid #272636;font-weight:400;font-size:1.13rem;color:#272636;text-align:center;line-height:3rem;cursor:pointer;transition:all .3s ease-in-out}.api-token .token-actions p[data-v-d03bdd36]:nth-child(2):hover{box-shadow:0 0 10px #c8c8c9;background:#eaeaeb}.api-token .token-actions p[data-v-d03bdd36]:nth-child(2):active{opacity:.6}.api-token .token[data-v-d03bdd36]{width:90%;margin:2rem auto;border-radius:.56rem .56rem .56rem .56rem;border:.06rem solid hsla(0,0%,44%,.2);font-weight:400;font-size:1.25rem;color:#272636;padding:1.25rem 2.19rem}.api-token .title[data-v-d03bdd36]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}.realName-header[data-v-71610352]{height:4.5rem;background:#ede9f2;border-radius:1.38rem 1.38rem 0 0;font-size:1.25rem;color:#272636;text-align:center;line-height:4.5rem;width:100%}.el-icon-upload[data-v-71610352]{border:.06rem dashed #e0e0e1}.upload-box-wrapper img[data-v-71610352]{width:178px;height:178px}.withdraw-form-box[data-v-71610352]{padding:2rem 3rem}.withdraw-form-box div[data-v-71610352]:first-child{margin-bottom:1.38rem}.withdraw-form-box div:first-child p[data-v-71610352]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box div:first-child p[data-v-71610352]:nth-child(3){width:65.75rem;height:2.56rem;background:#f6f6f6;border-radius:0 0 0 0;font-weight:400;font-size:1.25rem;color:#707070;padding-left:1.13rem;line-height:2.56rem}.withdraw-form-box div:first-child p[data-v-71610352]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box div:first-child p:nth-child(2) span[data-v-71610352]{position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-weight:500;font-size:1.13rem;color:#272636;cursor:pointer}.withdraw-form-box div:first-child p:nth-child(2) span[data-v-71610352]:hover{color:#54287f}.withdraw-form-box div:first-child p:nth-child(2) input[data-v-71610352]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;padding-left:1.13rem;transition:all .3s ease-in-out;background:#fff}.withdraw-form-box div:first-child p:nth-child(2) input[data-v-71610352]:focus{border:.06rem solid #54287f;outline:none}.withdraw-form-box div:nth-child(2) p[data-v-71610352]:first-child{font-weight:400;font-size:1.13rem;color:#333}.withdraw-form-box div:nth-child(2) p[data-v-71610352]:nth-child(2){margin:1.5rem 0 .81rem;position:relative}.withdraw-form-box div:nth-child(2) p:nth-child(2) input[data-v-71610352]{width:100%;height:3.44rem;border-radius:0 0 0 0;border:.06rem solid #e0e0e1;background:#fff;transition:all .3s ease-in-out;padding-left:1.13rem}.withdraw-form-box div:nth-child(2) p:nth-child(2) input[data-v-71610352]:focus{outline:none;border:.06rem solid #54287f}.withdraw-form-box div:nth-child(2) p[data-v-71610352]:nth-child(3){font-weight:500;font-size:1.13rem;color:#333}.withdraw-form-box div:nth-child(2) p:nth-child(3) span[data-v-71610352]:nth-child(2){color:#ef1a0e}.tip[data-v-71610352]{font-weight:400;font-size:1.25rem;color:#707070}.card-box[data-v-71610352]{display:flex;flex-direction:column}.card-box .upload-box[data-v-71610352]{display:flex;align-items:center}.card-box .upload-box img[data-v-71610352]:first-child{margin-right:1rem;cursor:pointer}.card-box .upload-box img[data-v-71610352]:first-child,.card-box .upload-box img[data-v-71610352]:nth-child(2){width:13.25rem;height:8.06rem;border-radius:0 0 0 0;border:.03rem dashed #999}.upload-placeholder p[data-v-71610352]{font-weight:400;font-size:1.25rem;color:#707070}.phone-box[data-v-71610352]{position:relative}.phone-box p[data-v-71610352]{position:absolute;top:0;right:0;width:9.38rem;height:100%;background:linear-gradient(151deg,#54287f,#a434bf);border-radius:.5rem .5rem .5rem .5rem;font-weight:400;font-size:1.13rem;color:#fff;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease-in-out;cursor:pointer}.phone-box p[data-v-71610352]:hover{box-shadow:0 0 10px #a434bf}.phone-box p[data-v-71610352]:active{opacity:.8}.form-box[data-v-71610352]{padding:1.81rem 1.81rem 1.81rem 0}[data-v-71610352] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-71610352] .el-dialog__body{background:#fff}[data-v-71610352] .el-dialog--center .el-dialog__body,[data-v-71610352] .el-dialog__header{padding:0!important}.custom-required[data-v-71610352] .el-form-item__label:after{content:"*";color:#ff4d4f;margin-left:4px}.selected[data-v-71610352],[data-v-71610352] .el-select-dropdown__item{color:#9d33b9!important}[data-v-71610352] .el-select{width:100%}[data-v-71610352] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}[data-v-71610352] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-71610352]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-71610352]{font-size:5rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-71610352]{width:178px;height:178px;display:block}[data-v-71610352] .el-form-item__content{display:flex;align-items:center}.cancel[data-v-71610352],.submit[data-v-71610352]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem .63rem .63rem .63rem}.submit[data-v-71610352]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-71610352]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-71610352]:active{opacity:.8}.cancel[data-v-71610352]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-71610352]:hover{background-color:#f0f0f0}.cancel[data-v-71610352]:active{opacity:.8}.MyCertification[data-v-71610352]{width:100%;height:100%}.MyCertification .certified[data-v-71610352]{width:100%;height:40%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:14.5rem}.MyCertification .certified img[data-v-71610352]{width:9.94rem;height:9.94rem;margin-bottom:2.06rem}.MyCertification .certified p[data-v-71610352]{font-weight:400;font-size:1.13rem;margin-bottom:2.06rem;color:#999}.MyCertification .certified .btn[data-v-71610352]{width:10.75rem;height:3rem;background:linear-gradient(152deg,#54287f,#a434bf);border-radius:.63rem .63rem .63rem .63rem;font-weight:400;font-size:1.13rem;color:#fff;text-align:center;line-height:3rem;cursor:pointer;transition:box-shadow .3s ease-in-out}.MyCertification .certified .btn[data-v-71610352]:hover{box-shadow:0 0 10px #a434bf}.MyCertification .certified .btn[data-v-71610352]:active{opacity:.8}.MyCertification .certified--none img[data-v-71610352]{width:13.31rem;height:9.13rem}.MyCertification .title[data-v-71610352]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}[data-v-795afc29] .el-dialog{margin-top:6vh!important}[data-v-795afc29] .el-loading-spinner .path{stroke:#a434bf}.pay-type[data-v-795afc29]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type p[data-v-795afc29]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-795afc29]{width:2.13rem;height:2.13rem;margin-right:.63rem}.pay-type .act[data-v-795afc29]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-data[data-v-795afc29]{width:90%;padding:1.5rem 1.63rem 0 1.63rem;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:0 auto}.pay-data p[data-v-795afc29]{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.pay-data p span[data-v-795afc29]:first-child{font-size:1.38rem;color:#333}.pay-data p span[data-v-795afc29]:nth-child(2){font-size:1.38rem;color:#666}.pay-data p[data-v-795afc29]:last-of-type{margin-top:1.5rem}.pay-data p:last-of-type span[data-v-795afc29]:nth-child(2){font-size:1.63rem;color:#ef1a0e}.qr[data-v-795afc29]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.qr img[data-v-795afc29]{width:18rem;height:18rem}.line[data-v-795afc29]{width:100%;height:1px;background:#ecebeb}.header-pay[data-v-795afc29]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-795afc29]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-795afc29]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-795afc29]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-795afc29]:nth-child(3):active{opacity:.8}.header-pay p[data-v-795afc29]:nth-child(2){font-size:2rem;color:#fff}[data-v-795afc29] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-795afc29] .el-dialog__body{background:#fff}[data-v-795afc29] .el-dialog--center .el-dialog__body,[data-v-795afc29] .el-dialog__header{padding:0!important}.vip[data-v-795afc29]{width:74rem;border-radius:1.25rem;margin:0 auto;overflow:hidden;border:.02rem solid #ecebeb;border-top:none;margin-bottom:20px}.vip .content[data-v-795afc29],.vip .titles[data-v-795afc29]{width:100%;height:5.19rem;background:#fcf7f3;display:flex;align-items:center;justify-content:space-between;padding:1.56rem 2.13rem}.vip .content p[data-v-795afc29],.vip .titles p[data-v-795afc29]{width:25rem;display:flex;align-items:center;justify-content:space-between}.vip .content p span[data-v-795afc29],.vip .titles p span[data-v-795afc29]{width:50%;text-align:center}.vip .content span[data-v-795afc29]:first-of-type,.vip .titles span[data-v-795afc29]:first-of-type{font-weight:400;font-size:1.5rem;color:#000}.vip .content span[data-v-795afc29]:nth-of-type(2),.vip .content span[data-v-795afc29]:nth-of-type(3),.vip .titles span[data-v-795afc29]:nth-of-type(2),.vip .titles span[data-v-795afc29]:nth-of-type(3){font-weight:400;font-size:1.38rem;color:#000}.vip .content[data-v-795afc29]{background:#fff;border-bottom:.02rem solid #ecebeb;box-sizing:border-box}.vip .content .wp[data-v-795afc29]{font-weight:400;font-size:1.38rem;color:#000}.vip .content .wp1[data-v-795afc29]{width:25rem;display:flex;align-items:center;justify-content:space-between}.vip .content .wp1 .wp2[data-v-795afc29]{color:red;font-size:2.5rem;width:50%;text-align:center}.member-center[data-v-795afc29]{width:100%;height:100%}.member-center .title2[data-v-795afc29]{font-weight:500;font-size:2rem;color:#000;text-align:center;margin:0 0 1.19rem}.member-center .vip-box[data-v-795afc29]{width:100%;padding:2rem 5.13rem 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}.member-center .vip-box div[data-v-795afc29]{width:20.38rem;height:22.2rem;background-image:url(/img/vipbg.088a92a7.png);background-size:100% 17.13rem;background-position:top;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center}.member-center .vip-box div .purchased2[data-v-795afc29]{width:18.63rem;height:3.06rem;background:linear-gradient(152deg,#54287f,#a434bf);border-radius:.5rem .5rem .5rem .5rem;color:#fff;text-align:center;line-height:3.06rem;margin-top:4.88rem;cursor:pointer;transition:box-shadow .3s ease-in-out}.member-center .vip-box div .purchased2[data-v-795afc29]:hover{box-shadow:0 0 10px #a434bf}.member-center .vip-box div .purchased2[data-v-795afc29]:active{opacity:.8}.member-center .vip-box div .purchased[data-v-795afc29]{width:18.63rem;height:3.06rem;background:hsla(0,0%,60%,.2);border-radius:.5rem .5rem .5rem .5rem;color:#272636;text-align:center;line-height:3.06rem;margin-top:4.88rem;cursor:pointer}.member-center .vip-box div .purchased[data-v-795afc29]:hover{box-shadow:0 0 10px #999}.member-center .vip-box div .purchased[data-v-795afc29]:active{opacity:.8}.member-center .vip-box div p[data-v-795afc29]:nth-child(2){font-weight:600;font-size:1.5rem;color:#ef1a0e;margin:1.13rem 0 1.38rem}.member-center .vip-box div p:nth-child(2) span[data-v-795afc29]{font-size:3.5rem}.member-center .vip-box div p[data-v-795afc29]:first-child{font-weight:700;font-size:1.75rem;color:#333;margin-top:2.13rem}.member-center .vip-box div p[data-v-795afc29]:nth-child(3){font-weight:400;font-size:.88rem;color:#bfbfbf;text-decoration:line-through;margin-bottom:.56rem}.member-center .vip-box div p[data-v-795afc29]:nth-child(4){font-weight:400;font-size:1rem;color:#cd9d63}.member-center .title[data-v-795afc29]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}.none[data-v-380a07e0]{font-weight:400;font-size:1.25rem;color:#999;text-align:center;width:300%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:10rem auto}.none img[data-v-380a07e0]{width:13.31rem;height:9.13rem;margin:0 auto;display:block}.box[data-v-380a07e0]{padding:1.88rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-height:76vh;height:76vh;align-content:flex-start;overflow-y:auto}.box .item[data-v-380a07e0]{height:25.88rem;width:24.69rem;border-radius:1.5rem;border:.06rem solid #ececec;background:#fff;overflow:hidden;cursor:pointer;position:relative}.box .item .star[data-v-380a07e0]{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;cursor:pointer}.box .item .star[data-v-380a07e0]:hover{opacity:.8}.box .item .star[data-v-380a07e0]:active{opacity:.6}.box .item .info[data-v-380a07e0]{width:22.43rem;margin:0 auto;padding:1.06rem 0;display:flex;align-items:center;border-top:.06rem solid #ececec;justify-content:space-between}.box .item .info p[data-v-380a07e0]{display:flex;align-items:center}.box .item .info p img[data-v-380a07e0]{width:2.06rem;height:2.06rem;border-radius:50%;margin-right:.38rem}.box .item .info p span[data-v-380a07e0]{width:70%;font-weight:400;font-size:1rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box .item .info p:nth-child(2) img[data-v-380a07e0]{width:1.38rem;height:1.38rem}.box .item .titles[data-v-380a07e0]{display:flex;flex-direction:column;padding:1.06rem 1.13rem}.box .item .titles span[data-v-380a07e0]:first-child{font-weight:500;font-size:1.25rem;color:#454545;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box .item .titles span[data-v-380a07e0]:nth-child(2){font-weight:400;font-size:.88rem;color:#707070;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box .item .img[data-v-380a07e0]{position:relative;width:24.69rem;height:16.75rem}.box .item .img img[data-v-380a07e0]:first-child{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.box .item .img img[data-v-380a07e0]:nth-child(2){position:absolute;right:1rem;top:1rem;width:3.5rem;border-radius:50%;cursor:pointer}.box .item .img img[data-v-380a07e0]:nth-child(2):hover{background:#fff}.box .item .img img[data-v-380a07e0]:nth-child(2):active{opacity:.8}.CourseManagement[data-v-380a07e0]{width:100%;height:100%}.CourseManagement .title[data-v-380a07e0]{width:100%;background:#ede9f2;font-weight:500;font-size:1.25rem;color:#272636;display:flex;align-items:center;justify-content:space-between}.CourseManagement .title p[data-v-380a07e0]{width:50%;padding:.94rem 3.13rem;height:100%;cursor:pointer;transition:all .3s ease-in-out}.CourseManagement .title p[data-v-380a07e0]:hover{color:#fff;background:#ba60d1}.CourseManagement .title p[data-v-380a07e0]:active{opacity:.8}.CourseManagement .title .act[data-v-380a07e0]{color:#fff;background:#a434bf}[data-v-06ad940f] .el-dialog{margin-top:6vh!important}[data-v-06ad940f] .el-loading-spinner .path{stroke:#a434bf}.none[data-v-06ad940f]{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10rem}.none img[data-v-06ad940f]{width:18.5rem;height:12.5rem;margin-bottom:2.63rem}.pay-type[data-v-06ad940f]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type p[data-v-06ad940f]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-06ad940f]{width:2.13rem;height:2.13rem;margin-right:.63rem}.pay-type .act[data-v-06ad940f]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-data[data-v-06ad940f]{width:90%;padding:1.5rem 1.63rem 0 1.63rem;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:0 auto}.pay-data p[data-v-06ad940f]{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.pay-data p span[data-v-06ad940f]:first-child{font-size:1.38rem;color:#333}.pay-data p span[data-v-06ad940f]:nth-child(2){font-size:1.38rem;color:#666}.pay-data p[data-v-06ad940f]:last-of-type{margin-top:1.5rem}.pay-data p:last-of-type span[data-v-06ad940f]:nth-child(2){font-size:1.63rem;color:#ef1a0e}.qr[data-v-06ad940f]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center}.qr img[data-v-06ad940f]{width:18rem;height:18rem}.line[data-v-06ad940f]{width:100%;height:1px;background:#ecebeb}.header-pay[data-v-06ad940f]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-06ad940f]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-06ad940f]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-06ad940f]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-06ad940f]:nth-child(3):active{opacity:.8}.header-pay p[data-v-06ad940f]:nth-child(2){font-size:2rem;color:#fff}[data-v-06ad940f] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-06ad940f] .el-dialog__body{background:#fff}[data-v-06ad940f] .el-dialog--center .el-dialog__body,[data-v-06ad940f] .el-dialog__header{padding:0!important}.order-list[data-v-06ad940f]{padding:0 1.88rem;height:70vh;max-height:70vh;overflow:auto}.order-list .item[data-v-06ad940f]{width:100%;background:#fff;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);overflow:hidden;margin-bottom:1.25rem}.order-list .item .order-product[data-v-06ad940f]{display:flex;align-items:center;justify-content:space-between;padding:1.69rem 2.38rem}.order-list .item .order-product p[data-v-06ad940f]{display:flex;align-items:center}.order-list .item .order-product p[data-v-06ad940f]:first-child{font-weight:700;font-size:1.38rem;color:#272636}.order-list .item .order-product p[data-v-06ad940f]:nth-child(2){height:3.31rem}.order-list .item .order-product p:nth-child(2) span[data-v-06ad940f]:first-of-type{font-weight:500;font-size:1.5rem;color:#ef1a0e;margin:0 4.81rem}.order-list .item .order-product p:nth-child(2) .pay-btn2[data-v-06ad940f]{width:9rem;height:3.25rem;border-radius:.63rem .63rem .63rem .63rem;border:.06rem solid hsla(0,0%,44%,.2);font-weight:400;font-size:1.25rem;color:#272636;text-align:center;line-height:3.25rem;margin:0 4.81rem;cursor:pointer}.order-list .item .order-product p:nth-child(2) .pay-btn2[data-v-06ad940f]:hover{background:#ececec}.order-list .item .order-product p:nth-child(2) .pay-btn2[data-v-06ad940f]:active{opacity:.8}.order-list .item .order-product p:nth-child(2) .pay-btn[data-v-06ad940f]{width:9rem;height:3.25rem;border-radius:.63rem .63rem .63rem .63rem;font-weight:400;font-size:1.25rem;color:#fff;text-align:center;line-height:3.25rem;margin:0 4.81rem;cursor:pointer;background:#a434bf}.order-list .item .order-product p:nth-child(2) .pay-btn[data-v-06ad940f]:hover{background:#a434bf;box-shadow:0 0 10px 0 rgba(164,52,191,.5)}.order-list .item .order-product p:nth-child(2) .pay-btn[data-v-06ad940f]:active{opacity:.8}.order-list .item .order-product[data-v-06ad940f] .el-divider--vertical{height:3.31rem;margin:0}.order-list .item .order-product img[data-v-06ad940f]{width:8rem;height:8rem;border-radius:1.69rem 1.69rem 1.69rem 1.69rem;margin-right:1.69rem}.order-list .item .order-info[data-v-06ad940f]{padding:1.25rem 2.38rem;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:1.13rem;color:#666;background:#ede9f2}.OrderManagement[data-v-06ad940f]{width:100%;height:100%}.OrderManagement .title[data-v-06ad940f]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}.OrderManagement .type-option[data-v-06ad940f]{flex:1;display:flex;align-items:center;text-align:center;margin:1.13rem 1.88rem}.OrderManagement .type-option p[data-v-06ad940f]{line-height:2.69rem;width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-right:.88rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;font-size:1.25rem}.OrderManagement .type-option p[data-v-06ad940f]:hover{background:#e8e9e8}.OrderManagement .type-option p.active[data-v-06ad940f]{background:#832fa5;color:#fff}.box[data-v-30ed42ac]{padding:3.13rem}[data-v-30ed42ac] .el-textarea__inner:focus{outline:none;border-color:#9d33b9}.title[data-v-30ed42ac]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}.upload-section[data-v-30ed42ac]{margin-top:1rem;display:flex;flex-wrap:wrap;gap:1rem}.upload-item[data-v-30ed42ac]{position:relative;width:178px;height:178px}.upload-item .upload-image[data-v-30ed42ac]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.upload-item .delete-btn[data-v-30ed42ac]{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;background:#ff4757;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.upload-item .delete-btn i[data-v-30ed42ac]{color:#fff;font-size:1rem}.upload-placeholder[data-v-30ed42ac]{width:178px;height:178px;border:.06rem dashed #e0e0e1;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s ease;position:relative}.upload-placeholder[data-v-30ed42ac]:hover{border-color:#9d33b9}.upload-placeholder .avatar-uploader-icon[data-v-30ed42ac]{font-size:3rem;color:#9d33b9;width:178px;height:178px;line-height:178px;text-align:center;margin-bottom:.5rem}.upload-placeholder p[data-v-30ed42ac]{font-weight:400;font-size:1rem;color:#707070;margin:.25rem 0;text-align:center;position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.upload-placeholder .tip[data-v-30ed42ac]{font-size:.875rem!important;color:#999!important}.tip[data-v-30ed42ac]{font-size:1.5rem!important;color:#999!important;padding-left:3.13rem}.btn-box[data-v-30ed42ac]{margin-top:2rem;text-align:center;display:flex;align-items:center;padding:0 3.13rem}.cancel[data-v-30ed42ac],.submit[data-v-30ed42ac]{width:8.5rem;height:3rem;line-height:3rem;text-align:center;font-size:1.13rem;cursor:pointer;border-radius:.63rem}.submit[data-v-30ed42ac]{background:linear-gradient(152deg,#54287f,#a434bf);border:none;margin-right:1.38rem;color:#fff!important;transition:box-shadow .3s ease-in-out;cursor:pointer}.submit[data-v-30ed42ac]:hover{box-shadow:0 0 10px #a434bf}.submit[data-v-30ed42ac]:active{opacity:.8}.cancel[data-v-30ed42ac]{background:#fff;border:.06rem solid #999;color:#999;transition:background-color .3s ease-in-out}.cancel[data-v-30ed42ac]:hover{background-color:#f0f0f0}.cancel[data-v-30ed42ac]:active{opacity:.8}.type-option[data-v-d1c14f0e]{flex:1;display:flex;align-items:center;text-align:center;margin:1.13rem 1.88rem 0}.type-option p[data-v-d1c14f0e]{line-height:2.69rem;width:8rem;height:2.69rem;background:#f6f7f6;border-radius:.38rem;margin-right:.88rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;font-size:1.25rem}.type-option p[data-v-d1c14f0e]:hover{background:#e8e9e8}.type-option p.active[data-v-d1c14f0e]{background:#832fa5;color:#fff}.showMessage[data-v-d1c14f0e]{color:#a434bf;font-weight:700;cursor:pointer}.showMessage[data-v-d1c14f0e]:active{opacity:1}.showMessage[data-v-d1c14f0e]:hover{opacity:.8}.message-center[data-v-d1c14f0e]{position:relative}.box[data-v-d1c14f0e]{max-height:58vh;overflow:hidden}.order-list[data-v-d1c14f0e]{max-height:100%;overflow-y:auto}.loading-text[data-v-d1c14f0e],.no-more[data-v-d1c14f0e]{text-align:center;padding:10px;color:#999;font-size:14px}.none[data-v-d1c14f0e]{text-align:center;padding:40px 0}.none img[data-v-d1c14f0e]{width:100px;opacity:.5}.none p[data-v-d1c14f0e]{margin-top:10px;color:#999}.box[data-v-d1c14f0e]{height:60vh}.order-list[data-v-d1c14f0e]{padding:0 1.88rem;margin-top:1.25rem;height:100%}.order-list .item[data-v-d1c14f0e]{width:100%;background:#fff;border-radius:1.13rem 1.13rem 1.13rem 1.13rem;border:.06rem solid hsla(0,0%,44%,.2);overflow:hidden;margin-bottom:1.25rem}.order-list .item .order-product[data-v-d1c14f0e]{display:flex;align-items:center;justify-content:space-between;padding:1.69rem 2.38rem}.order-list .item .order-product p[data-v-d1c14f0e]{display:flex;align-items:center}.order-list .item .order-product p[data-v-d1c14f0e]:first-child{font-weight:700;font-size:1.38rem;color:#272636;width:70%}.order-list .item .order-product p[data-v-d1c14f0e]:nth-child(2){height:3.31rem}.order-list .item .order-product p:nth-child(2) .pay-btn2[data-v-d1c14f0e]{border:.06rem solid hsla(0,0%,44%,.2);color:#272636;margin:0 0 0 1rem}.order-list .item .order-product p:nth-child(2) .pay-btn2[data-v-d1c14f0e]:hover{background:#ececec}.order-list .item .order-product p:nth-child(2) .pay-btn2[data-v-d1c14f0e]:active{opacity:.8}.order-list .item .order-product p:nth-child(2) .pay-btn[data-v-d1c14f0e]{width:9rem;height:3.25rem;border-radius:.63rem .63rem .63rem .63rem;font-weight:400;font-size:1.25rem;color:#fff;text-align:center;line-height:3.25rem;cursor:pointer;margin-left:1rem;background:#a434bf}.order-list .item .order-product p:nth-child(2) .pay-btn[data-v-d1c14f0e]:hover{background:#a434bf;box-shadow:0 0 10px 0 rgba(164,52,191,.5)}.order-list .item .order-product p:nth-child(2) .pay-btn[data-v-d1c14f0e]:active{opacity:.8}.order-list .item .order-product p:nth-child(2) .pay-btn2[data-v-d1c14f0e]{width:9rem;height:3.25rem;border-radius:.63rem .63rem .63rem .63rem;font-weight:400;font-size:1.25rem;color:#666;text-align:center;line-height:3.25rem;cursor:pointer}.order-list .item .order-product[data-v-d1c14f0e] .el-divider--vertical{height:3.31rem;margin:0}.order-list .item .order-product img[data-v-d1c14f0e]{width:3rem;height:3rem;border-radius:1.69rem 1.69rem 1.69rem 1.69rem;margin-right:1.69rem}.order-list .item .order-info[data-v-d1c14f0e]{padding:1.25rem 2.38rem;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:1.13rem;color:#666;background:#ede9f2}.message-center[data-v-d1c14f0e]{width:100%;height:100%}.message-center .title[data-v-d1c14f0e]{width:100%;background:#ede9f2;padding:.94rem 3.13rem;font-weight:500;font-size:1.25rem;color:#272636}[data-v-d1c14f0e] .el-pager li.active,[data-v-d1c14f0e] .el-pager li:hover{color:#54287f}[data-v-d1c14f0e] .el-pagination .btn-next,[data-v-d1c14f0e] .el-pagination .btn-prev,[data-v-d1c14f0e] .el-pagination .el-pager li{width:32px!important;height:32px!important;min-width:32px!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 2px!important;font-size:14px!important;font-weight:400!important;border:1px solid #dcdfe6!important;background-color:#fff!important;color:#606266!important}[data-v-d1c14f0e] .el-pagination .btn-next:hover,[data-v-d1c14f0e] .el-pagination .btn-prev:hover,[data-v-d1c14f0e] .el-pagination .el-pager li:hover{color:#54287f!important;border-color:#54287f!important}[data-v-d1c14f0e] .el-pagination .el-pager li.active{background-color:#54287f!important;color:#fff!important;border-color:#54287f!important;font-weight:500!important}[data-v-d1c14f0e] .el-pagination .btn-next:hover,[data-v-d1c14f0e] .el-pagination .btn-prev:hover{border-color:#54287f!important;color:#54287f!important}[data-v-d1c14f0e] .el-pagination .btn-next:hover .el-icon,[data-v-d1c14f0e] .el-pagination .btn-prev:hover .el-icon{color:#54287f!important}[data-v-d1c14f0e] .el-pager,[data-v-d1c14f0e] .el-pagination{display:flex}[data-v-d1c14f0e] .el-dialog{margin-top:6vh!important}[data-v-d1c14f0e] .el-loading-spinner .path{stroke:#a434bf}.none[data-v-d1c14f0e]{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10rem}.none img[data-v-d1c14f0e]{width:18.5rem;height:12.5rem;margin-bottom:2.63rem}.pay-type[data-v-d1c14f0e]{margin:3rem auto;width:90%;display:flex;align-items:center;justify-content:space-around}.pay-type p[data-v-d1c14f0e]{width:43%;height:4.38rem;background:hsla(0,0%,100%,.1);border-radius:2.63rem 2.63rem 2.63rem 2.63rem;border:.06rem solid hsla(0,0%,60%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:1.5rem;color:#000}.pay-type p img[data-v-d1c14f0e]{width:2.13rem;height:2.13rem;margin-right:.63rem}.pay-type .act[data-v-d1c14f0e]{background:rgba(164,52,191,.1);border:.06rem solid #a434bf}.pay-data[data-v-d1c14f0e]{width:90%;padding:1.5rem 1.63rem 0 1.63rem;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:0 auto}.pay-data p[data-v-d1c14f0e]{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.pay-data p span[data-v-d1c14f0e]:first-child{font-size:1.38rem;color:#333}.pay-data p span[data-v-d1c14f0e]:nth-child(2){font-size:1.38rem;color:#666}.pay-data p[data-v-d1c14f0e]:last-of-type{margin-top:1.5rem}.pay-data p:last-of-type span[data-v-d1c14f0e]:nth-child(2){font-size:1.63rem;color:#ef1a0e}.qr[data-v-d1c14f0e]{width:21.88rem;height:21.88rem;background:#fff;border-radius:1.38rem 1.38rem 1.38rem 1.38rem;border:.06rem solid hsla(0,0%,44%,.2);margin:3.38rem auto 2rem;display:flex;align-items:center;justify-content:center}.qr img[data-v-d1c14f0e]{width:18rem;height:18rem}.line[data-v-d1c14f0e]{width:100%;height:1px;background:#ecebeb}.header-pay[data-v-d1c14f0e]{width:100%;height:6.75rem;background:#a434bf;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.header-pay p[data-v-d1c14f0e]:first-child{width:3.51rem;height:3.51rem}.header-pay p[data-v-d1c14f0e]:nth-child(3){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.header-pay p[data-v-d1c14f0e]:nth-child(3):hover{transform:rotate(1turn)}.header-pay p[data-v-d1c14f0e]:nth-child(3):active{opacity:.8}.header-pay p[data-v-d1c14f0e]:nth-child(2){font-size:2rem;color:#fff}[data-v-d1c14f0e] .el-dialog{border-radius:1.38rem 1.38rem 1.38rem 1.38rem;overflow:hidden}[data-v-d1c14f0e] .el-dialog__body{background:#fff}[data-v-d1c14f0e] .el-dialog--center .el-dialog__body,[data-v-d1c14f0e] .el-dialog__header{padding:0!important}.home[data-v-046db1bb]{width:100vw;background:#f7f7f7;overflow:hidden}.wp[data-v-046db1bb]{transition:all .3s ease-in-out}[data-v-046db1bb] .el-menu{border:none}.box[data-v-046db1bb]{width:100rem;margin:1.13rem auto;display:flex;align-items:flex-start;justify-content:space-between}.box .aside[data-v-046db1bb]{width:16.63rem;margin-right:1.5rem;height:100%;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.box .aside[data-v-046db1bb]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(156deg,#54287f,#a434bf)}.box .aside .avatar[data-v-046db1bb]{display:block;width:6.63rem;height:6.63rem;border-radius:50%;margin-bottom:1rem;border:3px solid #f0f0f0;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease}.box .aside .avatar[data-v-046db1bb]:hover{transform:scale(1.05)}.box .aside .name[data-v-046db1bb]{font-size:1.63rem;font-weight:600;color:#333;margin-bottom:.5rem}.box .aside .ids[data-v-046db1bb]{width:6.81rem;height:2rem;background:linear-gradient(156deg,#f1bf61,gold);border-radius:25px;font-size:1rem;font-weight:600;color:#272636;text-align:center;line-height:2rem;margin:.75rem auto;box-shadow:0 2px 6px rgba(241,191,97,.3)}.box .aside .vip[data-v-046db1bb]{display:flex;align-items:center;justify-content:center;margin:1rem 0;gap:.5rem}.box .aside .vip img[data-v-046db1bb]{width:2.25rem;height:2.25rem;border-radius:50%}.box .aside .vip span[data-v-046db1bb]{font-size:1.13rem;font-weight:600;color:#a434bf}.box .aside .el-divider[data-v-046db1bb]{margin:1.5rem 0;width:80%}.box .aside .el-menu[data-v-046db1bb]{border:none;width:100%;background:transparent}.box .aside .el-menu.el-menu-vertical-demo .el-menu-item[data-v-046db1bb]{height:3.5rem!important;line-height:3.5rem!important;font-size:1.13rem!important;color:#555!important;margin:.25rem 0;border-radius:8px!important;margin-left:.5rem!important;margin-right:.5rem!important;transition:all .3s ease!important}.box .aside .el-menu.el-menu-vertical-demo .el-menu-item[data-v-046db1bb]:hover{background:linear-gradient(156deg,rgba(84,40,127,.063),rgba(164,52,191,.063))!important;color:#a434bf!important;transform:translateX(4px)}.box .aside .el-menu.el-menu-vertical-demo .el-menu-item.is-active[data-v-046db1bb]{background:linear-gradient(156deg,#54287f,#a434bf)!important;color:#fff!important;font-weight:600;box-shadow:0 2px 8px rgba(84,40,127,.3)}.box .main[data-v-046db1bb]{background:#fff;height:100%;min-height:628px;flex:1;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}[data-v-046db1bb] .el-button--primary{background-color:#a434bf!important;border-color:#a434bf!important}.header[data-v-d84a3146]{background:#fff;padding:10px 0;box-sizing:border-box;box-shadow:0 2px 10px rgba(0,0,0,.1);width:100vw;position:relative;z-index:1000}.header-fixed[data-v-d84a3146]{position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.2);animation:slideDown-d84a3146 .6s ease-out}@keyframes slideDown-d84a3146{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.logo img[data-v-d84a3146]{width:10.18rem;height:3.13rem;-o-object-fit:contain;object-fit:contain;transform:scale(1.3);cursor:pointer}.container[data-v-d84a3146]{display:flex;align-items:center;justify-content:space-between;max-width:100rem;margin:0 auto;position:relative}.info[data-v-d84a3146]{display:flex;align-items:center;font-weight:400;font-size:1.25rem;color:#333;cursor:pointer}.info p[data-v-d84a3146]{margin-left:3rem;position:relative}.info p[data-v-d84a3146]:active{opacity:.8}.info p .xinfeng[data-v-d84a3146]{width:2.55rem;height:2.25rem;border-radius:0}.info p span[data-v-d84a3146]{top:-.8rem;right:-.8rem;position:absolute;color:#fff;background:red;width:1.6rem;height:1.6rem;line-height:1.6rem;text-align:center;border-radius:50%;font-size:.8rem}.info .avatar[data-v-d84a3146]{width:2.25rem;height:2.25rem;border-radius:50%;margin-right:.56rem}.nav[data-v-d84a3146]{display:flex;gap:30px;position:relative;margin-left:-15rem}.nav p[data-v-d84a3146]{cursor:pointer}.nav-item[data-v-d84a3146]{color:#454545;text-decoration:none;font-size:1.31rem;transition:color .3s;position:relative;padding:8px 0;display:block}.nav-item.active[data-v-d84a3146],.nav-item[data-v-d84a3146]:hover{color:#9d33b9}.nav-slider[data-v-d84a3146]{position:absolute;bottom:0;height:3px;background:#9d33b9;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);left:0}.login-btn[data-v-d84a3146]{box-sizing:border-box;width:8.19rem;height:2.61rem;background:linear-gradient(131deg,#54287f,#a434bf);border:none;border-radius:1.3rem;cursor:pointer;transition:transform .2s;color:#fff;font-size:1.25rem;line-height:2.61rem;text-align:center}.login-btn[data-v-d84a3146]:active{opacity:.8}.login-btn[data-v-d84a3146]:hover{transform:translateY(-2px);box-shadow:0 0 15px #925ba0}.login-dialog .span[data-v-d84a3146]{width:100%;text-align:right;font-size:1.28rem;color:#666;display:block;margin:.5rem 0}.login-dialog[data-v-d84a3146] .el-checkbox__input.is-checked+.el-checkbox__label{color:#9d33b9!important}.login-dialog[data-v-d84a3146] .el-checkbox__label{display:flex;align-items:center;font-size:1.25rem;color:#333}.login-dialog[data-v-d84a3146] .el-checkbox{display:flex;align-items:center}.login-dialog[data-v-d84a3146] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#9d33b9!important;border-color:#9d33b9!important}.login-dialog[data-v-d84a3146] .el-button{margin-top:3.75rem;width:100%;height:4.25rem;background:linear-gradient(132deg,#54287f,#a434bf);border:none;transition:all .3s}.login-dialog[data-v-d84a3146] .el-button:hover{box-shadow:0 0 15px #925ba0}.login-dialog[data-v-d84a3146] .el-button:active{opacity:.8}.login-dialog[data-v-d84a3146] .el-checkbox__inner:hover,.login-dialog[data-v-d84a3146] .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#9d33b9!important}.login-dialog[data-v-d84a3146] .el-input__inner{margin-top:2.69rem;background:hsla(0,0%,91%,.2);border:.06rem solid #e9e9e9}.login-dialog[data-v-d84a3146] .el-input__inner:focus{border:1px solid #9d33b9}.login-dialog i[data-v-d84a3146]{color:#adadad;font-size:2.5rem;cursor:pointer;position:absolute;right:10px;top:10px;transition:all .3s}.login-dialog i[data-v-d84a3146]:hover{transform:rotate(180deg)}.login-dialog i[data-v-d84a3146]:active{opacity:.8}.login-dialog div[data-v-d84a3146]{display:flex;align-items:flex-end;justify-content:space-between}.login-dialog div img[data-v-d84a3146]{width:10.38rem;height:3.25rem;-o-object-fit:contain;object-fit:contain}.login-dialog div span[data-v-d84a3146]{font-size:1.43rem;color:#272636;cursor:pointer}.login-dialog div span[data-v-d84a3146]:hover{color:#9d33b9}.login-dialog .user-agreement[data-v-d84a3146]{display:flex;flex-direction:column;align-items:flex-start;line-height:24px}.login-dialog .user-agreement h1[data-v-d84a3146]{display:flex;align-items:center}[data-v-d84a3146] .el-input__suffix{height:145%!important}.register p[data-v-d84a3146]{display:flex;align-items:center;justify-content:center;margin-top:2.5rem}.register p[data-v-d84a3146] .el-input__inner{margin:0}.register p span[data-v-d84a3146]{width:15.19rem;height:4.25rem;background:rgba(84,40,127,.1);margin-left:.75rem;display:block;text-align:center;line-height:4.25rem;border-radius:5px}.register p span[data-v-d84a3146]:active{opacity:.8}.aside[data-v-d84a3146]{width:16.63rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;position:absolute;right:-15px;top:45px}.aside[data-v-d84a3146]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(156deg,#54287f,#a434bf)}.aside .avatar[data-v-d84a3146]{display:block;width:6.63rem;height:6.63rem;border-radius:50%;margin-bottom:1rem;border:3px solid #f0f0f0;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease}.aside .avatar[data-v-d84a3146]:hover{transform:scale(1.05)}.aside .name[data-v-d84a3146]{font-size:1.63rem;font-weight:600;color:#333;margin-bottom:.5rem}.aside .ids[data-v-d84a3146]{width:6.81rem;height:2rem;background:linear-gradient(156deg,#f1bf61,gold);border-radius:25px;font-size:1rem;font-weight:600;color:#272636;text-align:center;line-height:2rem;margin:.75rem auto;box-shadow:0 2px 6px rgba(241,191,97,.3)}.aside .vip[data-v-d84a3146]{display:flex;align-items:center;justify-content:center;margin:1rem 0;gap:.5rem}.aside .vip img[data-v-d84a3146]{width:2.25rem;height:2.25rem;border-radius:50%}.aside .vip span[data-v-d84a3146]{font-size:1.13rem;font-weight:600;color:#a434bf}.aside .el-divider[data-v-d84a3146]{margin:1.5rem 0;width:80%}.aside .el-menu[data-v-d84a3146]{border:none;width:100%;background:transparent}.aside .el-menu.el-menu-vertical-demo .el-menu-item[data-v-d84a3146]{height:3.5rem!important;line-height:3.5rem!important;font-size:1.13rem!important;color:#555!important;margin:.25rem 0;border-radius:8px!important;margin-left:.5rem!important;margin-right:.5rem!important;transition:all .3s ease!important}.aside .el-menu.el-menu-vertical-demo .el-menu-item[data-v-d84a3146]:hover{background:linear-gradient(156deg,rgba(84,40,127,.063),rgba(164,52,191,.063))!important;color:#a434bf!important;transform:translateX(4px)}.aside .el-menu.el-menu-vertical-demo .el-menu-item.is-active[data-v-d84a3146]{background:linear-gradient(156deg,#54287f,#a434bf)!important;color:#fff!important;font-weight:600;box-shadow:0 2px 8px rgba(84,40,127,.3)}.footer-info[data-v-14a0a287]{background-color:#1a1a1a;color:#fff;font-size:14px;padding:24px 0;width:100vw}.footer-box[data-v-14a0a287]{max-width:100rem;margin:0 auto}.footer-content[data-v-14a0a287]{display:flex;justify-content:space-between;margin-bottom:20px}.footer-section[data-v-14a0a287]{flex:1}.section-title[data-v-14a0a287]{font-weight:400;font-size:1.25rem;color:#fff;margin-bottom:12px}.section-content[data-v-14a0a287]{font-size:1.25rem;color:#74737a;line-height:1.8;margin:8px 0}.footer-bottom[data-v-14a0a287]{display:flex;flex-wrap:wrap;font-size:1.25rem;color:#4c4d5a;max-width:1200px;line-height:1.8}.agreement-checkbox[data-v-14a0a287]{margin-right:5px}.policy-link[data-v-14a0a287]{color:#999;text-decoration:none}.policy-separator[data-v-14a0a287]{margin:0 5px}.copyright-text[data-v-14a0a287]{margin-top:5px}.float-button[data-v-2d516bac]{z-index:100;display:flex;flex-direction:column;align-items:center;background:linear-gradient(123deg,#54287f,#a434bf);border-radius:.25rem}.rocket-btn[data-v-2d516bac]{width:6.81rem;height:6.81rem;border:none;font-size:24px;cursor:pointer;transition:transform .3s;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:.5rem 0}.rocket-btn img[data-v-2d516bac]{width:2.81rem;height:2.81rem}.rocket-btn span[data-v-2d516bac]{font-size:14px;color:#fff}.rocket-btn[data-v-2d516bac]:hover{transform:scale(1.1)}.business-cooperation-wrapper[data-v-2d516bac]{position:relative;display:inline-block}.business-popup[data-v-2d516bac]{position:absolute;left:-160px;top:150%;transform:translateY(-50%);transition:all .3s ease-in-out;background:#fff;border-radius:8px;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:160px;font-size:13px;white-space:normal;z-index:1001;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.business-popup .img[data-v-2d516bac]{width:4.56rem;height:4.56rem;border-radius:0 0 0 0}.popup-item[data-v-2d516bac]{display:flex;align-items:center;margin-bottom:8px}.popup-item[data-v-2d516bac]:last-child{margin-bottom:0}.popup-title[data-v-2d516bac]{font-weight:700;font-size:14px;color:#333}.phone-icon[data-v-2d516bac]{margin-right:6px;font-size:16px}.phone-number[data-v-2d516bac]{color:#333}.qr-code[data-v-2d516bac]{width:100px;height:100px;border:1px solid #eee;border-radius:4px}.popup-tip[data-v-2d516bac]{font-size:12px;color:#999;text-align:center;margin-top:4px}img{-o-object-fit:cover;object-fit:cover}.my-editor{width:100%;border-radius:10px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;border-radius:10px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{margin:0;padding:0;box-sizing:border-box}.el-input__inner{border-color:#e0e0e1!important}.el-input__inner:focus{border-color:#9d33b9!important}html{font-size:62.5%}body{font-family:PingFang SC,Microsoft YaHei,sans-serif;background-color:#fff;color:#333;min-height:100vh;overflow-x:hidden;width:100vw}.el-message-box__btns .el-button--small{background-color:#fff!important;border-color:#999!important;color:#999!important}.el-message-box__btns .el-button--small:hover{background-color:#f0f0f0!important;border-color:#7a7a7a!important;color:#7a7a7a!important}.el-message-box__btns .el-button--primary{background-color:#9d33b9!important;border-color:#9d33b9!important;color:#fff!important}.el-message-box__btns .el-button--primary:hover{background-color:#7c286f!important;border-color:#7c286f!important}.el-message-box__headerbtn .el-message-box__close:hover{color:#7c286f!important}