@charset "UTF-8";.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{content:"";display:table}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.el-button-group>.el-button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-bottom-left-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:var(--el-border-radius-round)}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-bottom-left-radius:0;border-left-color:var(--el-button-divide-border-color);border-top-left-radius:0}.el-button-group .el-button--primary:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--primary:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-dropdown{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10;color:var(--el-text-color-regular);display:inline-flex;font-size:var(--el-font-size-base);line-height:1;position:relative;vertical-align:top}.el-dropdown.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-dropdown__popper{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10}.el-dropdown__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-dropdown-menu-box-shadow)}.el-dropdown__popper.el-popper,.el-dropdown__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-dropdown__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:#0000;border-top-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:#0000;border-top-color:#0000}.el-dropdown__popper .el-dropdown-menu{border:none}.el-dropdown__popper .el-dropdown__popper-selfdefine{outline:none}.el-dropdown__popper .el-scrollbar__bar{z-index:calc(var(--el-dropdown-menu-index) + 1)}.el-dropdown__popper .el-dropdown__list{box-sizing:border-box;list-style:none;margin:0;padding:0}.el-dropdown .el-dropdown__caret-button{align-items:center;border-left:none;display:inline-flex;justify-content:center;padding-left:0;padding-right:0;width:32px}.el-dropdown .el-dropdown__caret-button>span{display:inline-flex}.el-dropdown .el-dropdown__caret-button:before{background:var(--el-overlay-color-lighter);bottom:-1px;content:"";display:block;left:0;position:absolute;top:-1px;width:1px}.el-dropdown .el-dropdown__caret-button.el-button:before{background:var(--el-border-color);opacity:.5}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{font-size:inherit;padding-left:0}.el-dropdown .el-dropdown-selfdefine{outline:none}.el-dropdown--large .el-dropdown__caret-button{width:40px}.el-dropdown--small .el-dropdown__caret-button{width:24px}.el-dropdown-menu{background-color:var(--el-bg-color-overlay);border:none;border-radius:var(--el-border-radius-base);box-shadow:none;left:0;list-style:none;margin:0;padding:5px 0;position:relative;top:0;z-index:var(--el-dropdown-menu-index)}.el-dropdown-menu__item{align-items:center;color:var(--el-text-color-regular);cursor:pointer;display:flex;font-size:var(--el-font-size-base);line-height:22px;list-style:none;margin:0;outline:none;padding:5px 16px;white-space:nowrap}.el-dropdown-menu__item:not(.is-disabled):focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:var(--el-dropdown-menuItem-hover-fill);color:var(--el-dropdown-menuItem-hover-color)}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{border-top:1px solid var(--el-border-color-lighter);margin:6px 0}.el-dropdown-menu__item.is-disabled{color:var(--el-text-color-disabled);cursor:not-allowed}.el-dropdown-menu--large{padding:7px 0}.el-dropdown-menu--large .el-dropdown-menu__item{font-size:14px;line-height:22px;padding:7px 20px}.el-dropdown-menu--large .el-dropdown-menu__item--divided{margin:8px 0}.el-dropdown-menu--small{padding:3px 0}.el-dropdown-menu--small .el-dropdown-menu__item{font-size:12px;line-height:20px;padding:2px 12px}.el-dropdown-menu--small .el-dropdown-menu__item--divided{margin:4px 0}[data-v-bdeb8e20] body,[data-v-bdeb8e20] html{height:100vh;margin:0;min-width:1200px;overflow-x:auto;padding:0;width:100%}[data-v-bdeb8e20] *{box-sizing:border-box}[data-v-bdeb8e20] html{scroll-behavior:smooth}.fade-enter-active[data-v-bdeb8e20],.fade-leave-active[data-v-bdeb8e20]{transition:opacity .5s ease}.fade-enter-from[data-v-bdeb8e20],.fade-leave-to[data-v-bdeb8e20]{opacity:0}.page-loader[data-v-bdeb8e20]{align-items:center;background-color:#f6f6f6;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;min-width:1200px;position:fixed;right:0;top:0;width:auto;z-index:9999}.page-loader .loader-spinner[data-v-bdeb8e20]{animation:spin-bdeb8e20 1s ease-in-out infinite;border-color:#ec4899 #a855f7 rgba(236,72,153,.2) rgba(236,72,153,.2);border-radius:50%;border-style:solid;border-width:5px;height:50px;margin-bottom:20px;width:50px}.page-loader .loader-text[data-v-bdeb8e20]{color:#ec4899;font-size:18px;font-weight:600;letter-spacing:2px;margin-bottom:20px}.page-loader .loader-progress[data-v-bdeb8e20]{background-color:#ffffff1a;border-radius:4px;height:4px;overflow:hidden;width:300px}.page-loader .loader-progress .loader-progress-bar[data-v-bdeb8e20]{background:linear-gradient(90deg,transparent 0,#ec4899 35%,#a855f7 65%,transparent);border-radius:4px;height:100%;transition:width .3s ease}@keyframes spin-bdeb8e20{to{transform:rotate(1turn)}}.scroll-progress-container[data-v-bdeb8e20]{background-color:#0000001a;height:4px;left:0;min-width:1200px;position:fixed;right:0;top:0;width:auto;z-index:1001}.scroll-progress-container .scroll-progress-bar[data-v-bdeb8e20]{background-color:#333;background:linear-gradient(90deg,#ec4899 35%,#a855f7 65%);height:100%;transition:width .2s ease;width:0}.back-to-top[data-v-bdeb8e20]{align-items:center;background-color:#a1a1a1;border:1px solid #a1a1a1;border-radius:50%;bottom:30px;box-shadow:0 2px 10px #0000004d;color:#363636;cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:50px;z-index:999}.back-to-top[data-v-bdeb8e20]:hover{background-color:#aba9a9;transform:translateY(-5px)}.back-to-top i[data-v-bdeb8e20]{font-size:20px}.index-container[data-v-bdeb8e20]{background-color:#f6f6f6;color:#2a2a2a;margin:0;min-height:100vh}.index-container[data-v-bdeb8e20],.index-container .main[data-v-bdeb8e20]{min-width:1200px;overflow-x:auto;padding:0;width:100%}.index-container .main[data-v-bdeb8e20]{margin:0 auto}.hero-section[data-v-bdeb8e20]{background:#f6f6f6;display:flex;flex-direction:column;height:100vh;min-width:1200px;overflow:hidden;padding-top:70px;position:relative;width:100%}.hero-section .hero-top[data-v-bdeb8e20]{align-items:center;display:flex;flex:1;padding:2rem 5%;position:relative;z-index:1}.hero-section .hero-divider[data-v-bdeb8e20]{height:100px;position:relative;z-index:1}.hero-section .hero-divider[data-v-bdeb8e20]:before{background:linear-gradient(90deg,transparent 0,#ec4899 35%,#a855f7 65%,transparent);border-radius:2px;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.hero-section .hero-bottom[data-v-bdeb8e20]{display:none}.hero-section .hero-bottom-redesign[data-v-bdeb8e20]{align-items:center;display:flex;justify-content:center;min-height:50vh;overflow:hidden;padding:60px 5% 80px;position:relative}.hero-section .hero-bottom-redesign .gradient-bg[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec489914,#a855f714);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-section .hero-bottom-redesign .hero-content-wrapper[data-v-bdeb8e20]{align-items:center;display:flex;flex-direction:column;max-width:1200px;position:relative;width:100%;z-index:2}.hero-section .hero-bottom-redesign .hero-header[data-v-bdeb8e20]{animation:slideUp-bdeb8e20 .8s cubic-bezier(.34,1.56,.64,1) both;margin-bottom:60px;text-align:center}.hero-section .hero-bottom-redesign .hero-header .hero-main-title[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;font-size:48px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.5px;margin:0 0 20px}.hero-section .hero-bottom-redesign .hero-header .hero-subtitle[data-v-bdeb8e20]{color:#666;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:400;line-height:1.6;margin:0}.hero-section .hero-bottom-redesign .features-grid[data-v-bdeb8e20]{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:60px;width:100%}.hero-section .hero-bottom-redesign .feature-card[data-v-bdeb8e20]{animation:slideUp-bdeb8e20 .8s cubic-bezier(.34,1.56,.64,1) both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid hsla(0,0%,100%,.3);border-radius:16px;cursor:pointer;overflow:hidden;padding:32px 24px;position:relative;text-align:center;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hero-section .hero-bottom-redesign .feature-card[data-v-bdeb8e20]:first-child{animation-delay:.1s}.hero-section .hero-bottom-redesign .feature-card[data-v-bdeb8e20]:nth-child(2){animation-delay:.2s}.hero-section .hero-bottom-redesign .feature-card[data-v-bdeb8e20]:nth-child(3){animation-delay:.3s}.hero-section .hero-bottom-redesign .feature-card[data-v-bdeb8e20]:nth-child(4){animation-delay:.4s}.hero-section .hero-bottom-redesign .feature-card .feature-card-content[data-v-bdeb8e20]{position:relative;z-index:2}.hero-section .hero-bottom-redesign .feature-card .feature-icon-container[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:12px;display:flex;height:72px;justify-content:center;margin:0 auto 20px;transition:all .4s ease;width:72px}.hero-section .hero-bottom-redesign .feature-card .feature-icon-container .feature-icon-img[data-v-bdeb8e20]{filter:brightness(0) invert(1);height:48px;-o-object-fit:contain;object-fit:contain;width:48px}.hero-section .hero-bottom-redesign .feature-card .feature-icon-container .feature-icon-img.icon-zhiwang[data-v-bdeb8e20]{filter:none}.hero-section .hero-bottom-redesign .feature-card .feature-card-title[data-v-bdeb8e20]{color:#1a1a1a;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;margin:0 0 12px}.hero-section .hero-bottom-redesign .feature-card .feature-card-desc[data-v-bdeb8e20]{color:#666;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;margin:0}.hero-section .hero-bottom-redesign .feature-card .feature-card-accent[data-v-bdeb8e20]{background:radial-gradient(circle,rgba(236,72,153,.1),transparent);border-radius:50%;height:200px;pointer-events:none;position:absolute;right:-50%;top:-50%;width:200px}.hero-section .hero-bottom-redesign .feature-card[data-v-bdeb8e20]:hover{background:#fffc;border-color:#ec489980;box-shadow:0 20px 60px #ec489933;transform:translateY(-12px) scale(1.02)}.hero-section .hero-bottom-redesign .feature-card:hover .feature-icon-container[data-v-bdeb8e20]{box-shadow:0 8px 24px #ec48994d;transform:scale(1.1) rotate(5deg)}.hero-section .hero-bottom-redesign .feature-card:hover .feature-card-title[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section .hero-bottom-redesign .hero-cta[data-v-bdeb8e20]{align-items:center;animation:slideUp-bdeb8e20 .8s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.5s;display:flex;flex-direction:column;gap:16px}.hero-section .hero-bottom-redesign .hero-cta .cta-button[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#ec4899,#a855f7);border:none;border-radius:12px;box-shadow:0 8px 32px #ec48994d;color:#fff;cursor:pointer;display:flex;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;gap:10px;padding:18px 48px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hero-section .hero-bottom-redesign .hero-cta .cta-button .cta-text[data-v-bdeb8e20]{display:inline-block}.hero-section .hero-bottom-redesign .hero-cta .cta-button .cta-arrow[data-v-bdeb8e20]{display:inline-block;font-size:20px;transition:transform .3s ease}.hero-section .hero-bottom-redesign .hero-cta .cta-button[data-v-bdeb8e20]:hover{background:linear-gradient(135deg,#a855f7,#ec4899);box-shadow:0 16px 48px #ec489966;transform:translateY(-4px) scale(1.05)}.hero-section .hero-bottom-redesign .hero-cta .cta-button:hover .cta-arrow[data-v-bdeb8e20]{transform:translate(4px)}.hero-section .hero-bottom-redesign .hero-cta .cta-button[data-v-bdeb8e20]:active{transform:translateY(-2px) scale(1.02)}.hero-section .hero-bottom-redesign .hero-cta .cta-button2[data-v-bdeb8e20]{align-items:center;background-color:transparent;border:1px solid #ec4899;border-radius:12px;box-shadow:0 8px 32px #ec48994d;color:#ff5730;cursor:pointer;display:flex;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;gap:10px;padding:18px 48px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hero-section .hero-bottom-redesign .hero-cta .cta-button2 .cta-text[data-v-bdeb8e20]{display:inline-block}.hero-section .hero-bottom-redesign .hero-cta .cta-button2 .cta-arrow[data-v-bdeb8e20]{display:inline-block;font-size:20px;transition:transform .3s ease}.hero-section .hero-bottom-redesign .hero-cta .cta-button2[data-v-bdeb8e20]:hover{background:linear-gradient(135deg,#a855f7,#ec4899);box-shadow:0 16px 48px #ec489966;color:#fff;transform:translateY(-4px) scale(1.05)}.hero-section .hero-bottom-redesign .hero-cta .cta-button2:hover .cta-arrow[data-v-bdeb8e20]{transform:translate(4px)}.hero-section .hero-bottom-redesign .hero-cta .cta-button2[data-v-bdeb8e20]:active{transform:translateY(-2px) scale(1.02)}.hero-section .hero-bottom-redesign .hero-cta .cta-subtext[data-v-bdeb8e20]{color:#999;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;margin:0}@keyframes slideUp-bdeb8e20{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-section .chapter-left[data-v-bdeb8e20]{align-items:center;background:#141414cc;border:none;border-radius:0;display:flex;flex:1;max-width:45%;padding:2rem}.hero-section .chapter-left .paper-outline[data-v-bdeb8e20]{width:100%}.hero-section .chapter-right[data-v-bdeb8e20]{background:#14141499;border:none;border-radius:0;flex:1;margin-left:5%;max-width:50%;overflow:hidden;padding:2rem;position:relative}.hero-section .chapter-right .section-content[data-v-bdeb8e20]{opacity:1;transform:translate(0);transition:all .8s cubic-bezier(.4,0,.2,1)}.hero-section .chapter-right .section-content.slide-out[data-v-bdeb8e20]{opacity:0;transform:translate(-30px)}.hero-section .chapter-right .section-content.slide-in[data-v-bdeb8e20]{opacity:1;transform:translate(0)}.hero-section .chapter-right .section-content .section-title[data-v-bdeb8e20]{color:#fff;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;margin-bottom:1rem}.hero-section .chapter-right .section-content .section-text[data-v-bdeb8e20]{color:#e0e0e0;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}.hero-section .left-content[data-v-bdeb8e20]{flex:2;max-width:65%}.hero-section .left-content .feature-icons[data-v-bdeb8e20]{display:flex}.hero-section .left-content .feature-icons .feature-icon-item[data-v-bdeb8e20]{align-items:center;display:flex;margin-left:10px}.hero-section .left-content .feature-icons .feature-icon-item .icon-wrapper img[data-v-bdeb8e20]{height:50px;margin-right:15px;width:50px}.hero-section .left-content .features-grid[data-v-bdeb8e20]{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.hero-section .left-content .features-grid .feature-item[data-v-bdeb8e20]{background:#141414cc;border:none;border-radius:0;cursor:pointer;height:120px;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .8s cubic-bezier(.25,.46,.45,.94)}.hero-section .left-content .features-grid .feature-item.expanded[data-v-bdeb8e20]{background:#282828e6;box-shadow:0 8px 32px #0000004d;height:160px;transform:scale(1.02)}.hero-section .left-content .features-grid .feature-item.expanded .feature-icon[data-v-bdeb8e20]{color:#fff;transform:scale(1.1);transition:all 1.2s cubic-bezier(.23,1,.32,1)}.hero-section .left-content .features-grid .feature-item.expanded .feature-title[data-v-bdeb8e20]{max-height:60px;opacity:1;transform:translateY(0);transition:opacity 1s cubic-bezier(.23,1,.32,1) .3s,transform 1s cubic-bezier(.23,1,.32,1) .3s,max-height 1.2s cubic-bezier(.23,1,.32,1)}.hero-section .left-content .features-grid .feature-item.expanded .feature-title[data-v-bdeb8e20]:before{animation:reveal-left-to-right-bdeb8e20 3s cubic-bezier(.23,1,.32,1) .5s both}.hero-section .left-content .features-grid .feature-item.expanded .feature-desc[data-v-bdeb8e20]{max-height:60px;opacity:1;transform:translateY(0);transition:opacity 1.2s cubic-bezier(.23,1,.32,1) .6s,transform 1.2s cubic-bezier(.23,1,.32,1) .6s,max-height 1.2s cubic-bezier(.23,1,.32,1)}.hero-section .left-content .features-grid .feature-item.expanded .feature-desc[data-v-bdeb8e20]:before{animation:reveal-left-to-right-bdeb8e20 3.5s cubic-bezier(.23,1,.32,1) 1.2s both}.hero-section .left-content .features-grid .feature-item:not(.expanded) .feature-title[data-v-bdeb8e20]{max-height:0;opacity:0;transform:translateY(15px);transition:opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1),max-height 1s cubic-bezier(.23,1,.32,1)}.hero-section .left-content .features-grid .feature-item:not(.expanded) .feature-title[data-v-bdeb8e20]:before{animation:none;width:100%}.hero-section .left-content .features-grid .feature-item:not(.expanded) .feature-desc[data-v-bdeb8e20]{max-height:0;opacity:0;transform:translateY(15px);transition:opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1),max-height 1s cubic-bezier(.23,1,.32,1)}.hero-section .left-content .features-grid .feature-item:not(.expanded) .feature-desc[data-v-bdeb8e20]:before{animation:none;width:100%}.hero-section .left-content .features-grid .feature-item .feature-icon[data-v-bdeb8e20]{color:#a0a0a0;display:block;font-size:2.5rem;margin-bottom:.5rem;transition:all .4s ease}.hero-section .left-content .features-grid .feature-item .feature-title[data-v-bdeb8e20]{color:#fff;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;margin-bottom:.5rem;overflow:hidden;position:relative;transition:all .8s cubic-bezier(.23,1,.32,1);white-space:nowrap;width:100%}.hero-section .left-content .features-grid .feature-item .feature-title[data-v-bdeb8e20]:before{background:#000c;content:"";height:100%;left:0;position:absolute;top:0;width:0;z-index:1}.hero-section .left-content .features-grid .feature-item .feature-desc[data-v-bdeb8e20]{color:#e0e0e0;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;line-height:1.4;overflow:hidden;position:relative;transition:all .8s cubic-bezier(.23,1,.32,1);white-space:nowrap;width:100%}.hero-section .left-content .features-grid .feature-item .feature-desc[data-v-bdeb8e20]:before{background:#000c;content:"";height:100%;left:0;position:absolute;top:0;width:0;z-index:1}@keyframes reveal-left-to-right-bdeb8e20{0%{width:100%}to{width:0}}.hero-section .left-content .feature-description[data-v-bdeb8e20]{color:#fff;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:1.6}.hero-section .right-content[data-v-bdeb8e20]{flex:1;flex-direction:column;gap:1.5rem;margin-left:5%;max-width:30%}.hero-section .right-content[data-v-bdeb8e20],.hero-section .right-content .btn-box[data-v-bdeb8e20]{align-items:center;display:flex;justify-content:center}.hero-section .right-content .action-button[data-v-bdeb8e20]{border:none;border-radius:12px;cursor:pointer;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease;width:200px}.hero-section .right-content .action-button.primary[data-v-bdeb8e20]{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 15px #6366f14d;color:#fff}.hero-section .right-content .action-button.primary[data-v-bdeb8e20]:hover{box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.hero-section .right-content .action-button.secondary[data-v-bdeb8e20]{background:#141414cc;border:2px solid hsla(0,0%,100%,.3);color:#fff}.hero-section .right-content .action-button.secondary[data-v-bdeb8e20]:hover{background:#282828e6;border-color:#ffffff80;transform:translateY(-2px)}.hero-section .hero-left[data-v-bdeb8e20]{align-items:center;background:#141414cc;display:flex;flex:1;padding:80px 60px}.hero-section .hero-left .paper-outline[data-v-bdeb8e20]{max-width:500px}.hero-section .hero-left .paper-outline .outline-title[data-v-bdeb8e20]{color:#fff;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:600;margin-bottom:40px}.hero-section .hero-left .paper-outline .outline-content .outline-item[data-v-bdeb8e20]{align-items:flex-start;color:#ccc;display:flex;font-size:16px;line-height:1.6;margin-bottom:20px}.hero-section .hero-left .paper-outline .outline-content .outline-item .item-number[data-v-bdeb8e20]{color:#6366f1;font-weight:600;margin-right:15px;min-width:40px}.hero-section .hero-left .paper-outline .outline-content .outline-item .item-text[data-v-bdeb8e20]{flex:1}.hero-section .hero-left .paper-outline .outline-content .outline-sub-item[data-v-bdeb8e20]{align-items:flex-start;color:#999;display:flex;font-size:14px;line-height:1.6;margin-bottom:15px;margin-left:30px}.hero-section .hero-left .paper-outline .outline-content .outline-sub-item .sub-item-number[data-v-bdeb8e20]{color:#6366f1;font-weight:600;margin-right:15px;min-width:40px}.hero-section .hero-left .paper-outline .outline-content .outline-sub-item .sub-item-text[data-v-bdeb8e20]{flex:1}.hero-section .hero-right[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);display:flex;flex:1;justify-content:center;padding:80px 60px}.hero-section .hero-right .hero-content[data-v-bdeb8e20]{max-width:500px;text-align:center}.hero-section .hero-right .hero-content .feature-carousel[data-v-bdeb8e20]{height:120px;margin-bottom:40px;overflow:hidden;position:relative}.hero-section .hero-right .hero-content .feature-carousel .feature-item[data-v-bdeb8e20]{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;display:flex;gap:20px;left:0;opacity:0;padding:20px;position:absolute;top:0;transform:translateY(20px);transition:all .5s ease;width:100%}.hero-section .hero-right .hero-content .feature-carousel .feature-item.active[data-v-bdeb8e20]{opacity:1;transform:translateY(0)}.hero-section .hero-right .hero-content .feature-carousel .feature-item .feature-icon[data-v-bdeb8e20]{align-items:center;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.hero-section .hero-right .hero-content .feature-carousel .feature-item .feature-icon img[data-v-bdeb8e20]{height:28px;-o-object-fit:contain;object-fit:contain;width:28px}.hero-section .hero-right .hero-content .feature-carousel .feature-item .feature-text[data-v-bdeb8e20]{flex:1;text-align:left}.hero-section .hero-right .hero-content .feature-carousel .feature-item .feature-text h3[data-v-bdeb8e20]{color:#fff;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;margin:0 0 5px}.hero-section .hero-right .hero-content .feature-carousel .feature-item .feature-text p[data-v-bdeb8e20]{color:#ccc;font-size:14px;line-height:1.4;margin:0}.hero-section .hero-right .hero-content .feature-icons[data-v-bdeb8e20]{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:40px}.hero-section .hero-right .hero-content .main-title[data-v-bdeb8e20]{color:#fff;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-section .hero-right .hero-content .subtitle[data-v-bdeb8e20]{color:#ccc;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;margin-bottom:10px}.hero-section .hero-right .hero-content .version[data-v-bdeb8e20]{color:#6366f1;font-size:24px;font-weight:600;margin-bottom:40px}.hero-section .hero-right .hero-content .btn-box[data-v-bdeb8e20]{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.hero-section .hero-right .hero-content .btn-box .free-try-btn[data-v-bdeb8e20]{background:#fff;border:none;border-radius:8px;color:#000;font-size:14px;font-weight:600;line-height:1.4;padding:15px 25px;text-align:center;transition:all .3s ease}.hero-section .hero-right .hero-content .btn-box .free-try-btn[data-v-bdeb8e20]:hover{background:#f0f0f0;transform:translateY(-2px)}.hero-section .hero-right .hero-content .btn-box .generate-btn[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);border:none;border-radius:8px;box-shadow:0 4px 15px #ec48994d;color:#fff;font-size:14px;font-weight:600;padding:15px 25px;transition:all .3s ease}.hero-section .hero-right .hero-content .btn-box .generate-btn[data-v-bdeb8e20]:hover{background:linear-gradient(135deg,#a855f7,#ec4899);box-shadow:0 8px 25px #ec489966;transform:translateY(-2px)}.paper-type-section[data-v-bdeb8e20]{background-color:#f0f0f0;color:#333;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-width:1200px;padding:80px 20px;width:100%}.paper-type-section .section-title[data-v-bdeb8e20]{color:#333;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;margin-bottom:50px;text-align:center}.paper-type-section .paper-types[data-v-bdeb8e20]{display:flex;flex-wrap:wrap;gap:20px;height:80vh;justify-content:center;margin:0 auto;padding:20px 0 10px;width:100%}.paper-type-section .paper-types .paper-type-card[data-v-bdeb8e20]{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#333;display:flex;flex-direction:column;justify-content:space-around;padding:40px 30px;position:relative;transition:all .3s ease;width:30%}.paper-type-section .paper-types .paper-type-card[data-v-bdeb8e20]:hover{background-color:#fff;box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.paper-type-section .paper-types .paper-type-card h3[data-v-bdeb8e20]{color:#333;font-size:1.4rem;font-weight:600;margin-bottom:8px;text-align:center}.paper-type-section .paper-types .paper-type-card .eng-title[data-v-bdeb8e20]{color:#888;font-size:.85rem;font-weight:400;margin-bottom:25px;text-align:center}.paper-type-section .paper-types .paper-type-card ul[data-v-bdeb8e20]{list-style:none;margin-bottom:35px;padding:0;text-align:left}.paper-type-section .paper-types .paper-type-card ul li[data-v-bdeb8e20]{align-items:flex-start;color:#555;display:flex;font-size:1.2rem;line-height:1.5;margin-bottom:12px}.paper-type-section .paper-types .paper-type-card ul li[data-v-bdeb8e20]:before{color:#666;content:"•";font-size:1.1rem;margin-right:12px;margin-top:2px}.paper-type-section .paper-types .paper-type-card .start-btn[data-v-bdeb8e20]{background:linear-gradient(90deg,#ec4899,#a855f7);border:none;border-radius:6px;color:#fff;font-size:.95rem;font-weight:500;height:45px;transition:all .3s ease;width:100%}.paper-type-section .paper-types .paper-type-card .start-btn[data-v-bdeb8e20]:hover{filter:brightness(1.1);transform:translateY(-1px)}.ppt-section[data-v-bdeb8e20]{background-blend-mode:overlay;background-image:linear-gradient(-225deg,#ff057c,#7c64d5 48%,#4cc3ff);background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-width:1200px;padding:50px 20px;width:100%}.ppt-section .ppt-header[data-v-bdeb8e20]{height:15vh;margin-bottom:30px;text-align:center}.ppt-section .ppt-header .section-title[data-v-bdeb8e20]{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:10px}.ppt-section .ppt-header .section-desc[data-v-bdeb8e20]{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700;margin-bottom:5px}.ppt-section .ppt-header .section-subdesc[data-v-bdeb8e20]{color:#a0a0a0}.ppt-section .ppt-templates[data-v-bdeb8e20]{margin:0 auto 30px;min-width:1200px;overflow:hidden;width:100%}.ppt-section .ppt-templates .ppt-row[data-v-bdeb8e20]{display:flex;gap:15px;margin-bottom:15px;overflow:hidden;padding:10px 0;white-space:nowrap;width:100%}.ppt-section .ppt-templates .ppt-row.scroll-row[data-v-bdeb8e20]{flex-wrap:nowrap;justify-content:flex-start;position:relative;width:200%}.ppt-section .ppt-templates .ppt-row.scroll-left[data-v-bdeb8e20]{animation:scrollLeft-bdeb8e20 20s linear infinite}.ppt-section .ppt-templates .ppt-row.scroll-right[data-v-bdeb8e20]{animation:scrollRight-bdeb8e20 20s linear infinite}.ppt-section .ppt-templates .ppt-row .ppt-template[data-v-bdeb8e20]{background-color:#1a1a1a;border-radius:20px;flex-shrink:0;height:120px;overflow:hidden;width:clamp(150px,18%,200px)}.ppt-section .ppt-templates .ppt-row .ppt-template img[data-v-bdeb8e20]{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.ppt-section .ppt-templates .ppt-row .ppt-template img[data-v-bdeb8e20]:hover{transform:scale(1.05)}@keyframes scrollLeft-bdeb8e20{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight-bdeb8e20{0%{transform:translate(-50%)}to{transform:translate(0)}}.ppt-section .ppt-footer[data-v-bdeb8e20]{text-align:center}.ppt-section .ppt-footer .ppt-desc[data-v-bdeb8e20]{font-size:1.8rem;font-weight:700;margin-bottom:10px}.ppt-section .ppt-footer .ppt-feature[data-v-bdeb8e20]{color:#d3d5d8;margin-bottom:30px}.ppt-section .ppt-footer .ppt-btn[data-v-bdeb8e20]{color:#fff;font-size:16px;font-weight:700;height:50px;transition:all .3s ease;width:180px}.ppt-section .ppt-footer .ppt-btn[data-v-bdeb8e20],.ppt-section .ppt-footer .ppt-btn[data-v-bdeb8e20]:hover{background:linear-gradient(90deg,#ec4899,#a855f7)}.abbreviation-section[data-v-bdeb8e20]{background-color:#fff;background-image:radial-gradient(ellipse 55% 45% at 10% 20%,rgba(236,72,153,.07) 0,transparent 65%),radial-gradient(ellipse 45% 55% at 90% 80%,rgba(168,85,247,.07) 0,transparent 65%),radial-gradient(ellipse 40% 40% at 50% 50%,rgba(236,72,153,.03) 0,transparent 70%);background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-width:1200px;padding:100px 20px;width:100%}.abbreviation-section .abbreviation-content[data-v-bdeb8e20]{display:flex;flex-wrap:wrap;margin:0 auto;max-width:100%;padding:0 40px;width:100%}.abbreviation-section .abbreviation-content .abbreviation-text[data-v-bdeb8e20]{background-color:#1e1e1e;border-radius:10px;flex:1;margin-bottom:30px;margin-right:50px;min-width:300px;padding:30px}.abbreviation-section .abbreviation-content .abbreviation-text p[data-v-bdeb8e20]{color:#a2a2a2;line-height:1.8;margin-bottom:20px}.abbreviation-section .abbreviation-content .abbreviation-controls[data-v-bdeb8e20]{flex:1;min-width:300px}.abbreviation-section .abbreviation-content .abbreviation-controls .control-buttons[data-v-bdeb8e20]{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.abbreviation-section .abbreviation-content .abbreviation-controls .control-buttons el-button[data-v-bdeb8e20]{background-color:transparent;border:1px solid #333;color:#2a2a2a;height:35px;padding:0 15px}.abbreviation-section .abbreviation-content .abbreviation-controls .control-buttons el-button.active[data-v-bdeb8e20]{background-color:#333;border-color:#2a2a2a}.abbreviation-section .abbreviation-content .abbreviation-controls .section-title[data-v-bdeb8e20]{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:15px}.abbreviation-section .abbreviation-content .abbreviation-controls .section-desc[data-v-bdeb8e20]{color:#a2a2a2;line-height:1.6;margin-bottom:40px}.abbreviation-section .abbreviation-content .abbreviation-controls .abbreviation-btn[data-v-bdeb8e20]{background:linear-gradient(90deg,#ec4899,#a855f7);border:1px solid #fff;color:#fff;font-size:16px;height:50px;transition:all .3s ease;width:150px}.abbreviation-section .abbreviation-content .abbreviation-controls .abbreviation-btn[data-v-bdeb8e20]:hover{background:linear-gradient(90deg,#ec4899,#a855f7)}.abbreviation-section .rh-wrap[data-v-bdeb8e20]{padding:20px 60px 10px;position:relative;width:100%}.abbreviation-section .rh-bg-orb[data-v-bdeb8e20]{border-radius:50%;filter:blur(80px);pointer-events:none;position:absolute;z-index:0}.abbreviation-section .rh-bg-orb--1[data-v-bdeb8e20]{background:radial-gradient(circle,rgba(236,72,153,.12) 0,transparent 70%);height:500px;left:-100px;top:-100px;width:500px}.abbreviation-section .rh-bg-orb--2[data-v-bdeb8e20]{background:radial-gradient(circle,rgba(168,85,247,.12) 0,transparent 70%);bottom:0;height:400px;right:-80px;width:400px}.abbreviation-section .rh-header[data-v-bdeb8e20]{margin-bottom:72px;position:relative;text-align:center;z-index:1}.abbreviation-section .rh-eyebrow[data-v-bdeb8e20]{background:#ec48990f;border:1px solid rgba(236,72,153,.3);border-radius:20px;color:#ec4899;display:inline-block;font-size:12px;font-weight:600;letter-spacing:4px;margin-bottom:24px;padding:5px 18px;text-transform:uppercase}.abbreviation-section .rh-title[data-v-bdeb8e20]{color:#111827;font-size:48px;font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:18px}.abbreviation-section .rh-title em[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;font-style:normal;-webkit-text-fill-color:transparent;background-clip:text}.abbreviation-section .rh-subtitle[data-v-bdeb8e20]{color:#6b7280;font-size:16px;line-height:1.8;margin:0 auto;max-width:500px}.abbreviation-section .rh-steps[data-v-bdeb8e20]{align-items:flex-start;display:flex;gap:0;justify-content:center;margin-bottom:64px;position:relative;z-index:1}.abbreviation-section .rh-step[data-v-bdeb8e20]{align-items:center;display:flex;flex-direction:column;flex-shrink:0;position:relative;width:240px}.abbreviation-section .rh-step__ghost[data-v-bdeb8e20]{color:transparent;font-size:96px;font-weight:900;left:50%;line-height:1;position:absolute;top:-18px;transform:translate(-50%);-webkit-text-stroke:1px rgba(236,72,153,.08);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.abbreviation-section .rh-step__node[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#ec48991a,#a855f71a);border:1.5px solid rgba(236,72,153,.3);border-radius:50%;box-shadow:0 4px 20px #ec48991a;color:#ec4899;display:flex;height:72px;justify-content:center;margin-bottom:24px;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,1);width:72px;z-index:1}.abbreviation-section .rh-step__node[data-v-bdeb8e20]:before{border:1px solid rgba(236,72,153,.1);border-radius:50%;content:"";top:-6px;right:-6px;bottom:-6px;left:-6px;position:absolute;transition:all .4s ease}.abbreviation-section .rh-step:hover .abbreviation-section .rh-step__node[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec489933,#a855f733);border-color:#ec489999;box-shadow:0 8px 40px #ec489940,0 0 0 8px #ec48990f;transform:scale(1.1)}.abbreviation-section .rh-step:hover .abbreviation-section .rh-step__node[data-v-bdeb8e20]:before{border-color:#ec489933;top:-10px;right:-10px;bottom:-10px;left:-10px}.abbreviation-section .rh-step__body[data-v-bdeb8e20]{position:relative;text-align:center;z-index:1}.abbreviation-section .rh-step__title[data-v-bdeb8e20]{color:#111827;font-size:18px;font-weight:700;letter-spacing:-.3px;margin-bottom:10px}.abbreviation-section .rh-step__desc[data-v-bdeb8e20]{color:#9ca3af;font-size:13px;line-height:1.7;margin:0 auto;max-width:180px}.abbreviation-section .rh-connector[data-v-bdeb8e20]{align-items:center;display:flex;flex-shrink:0;padding-bottom:48px;position:relative;width:80px}.abbreviation-section .rh-connector__line[data-v-bdeb8e20]{background:linear-gradient(90deg,#ec489959,#a855f759);flex:1;height:1.5px;position:relative}.abbreviation-section .rh-connector__line[data-v-bdeb8e20]:after{border-right:1.5px solid #a855f7;border-top:1.5px solid #a855f7;content:"";height:6px;position:absolute;right:-3px;top:50%;transform:translateY(-50%) rotate(45deg);width:6px}.abbreviation-section .rh-tags[data-v-bdeb8e20]{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:48px;position:relative;z-index:1}.abbreviation-section .rh-tag[data-v-bdeb8e20]{background:#a855f714;border:1px solid rgba(168,85,247,.2);border-radius:20px;color:#a855f7;font-size:13px;font-weight:500;padding:6px 18px;transition:all .25s ease}.abbreviation-section .rh-tag[data-v-bdeb8e20]:hover{background:#a855f726;border-color:#a855f766;color:#7c3aed}.abbreviation-section .rh-cta-wrap[data-v-bdeb8e20]{align-items:center;display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.abbreviation-section .rh-cta.el-button[data-v-bdeb8e20]{align-items:center!important;background:linear-gradient(135deg,#ec4899,#a855f7)!important;border:none!important;border-radius:29px!important;box-shadow:0 8px 32px #ec48994d,0 2px 8px #00000014!important;color:#fff!important;display:inline-flex!important;font-size:17px!important;font-weight:700!important;gap:10px!important;height:58px!important;letter-spacing:.5px!important;padding:0 52px!important;transition:all .35s cubic-bezier(.34,1.56,.64,1)!important}.abbreviation-section .rh-cta.el-button svg[data-v-bdeb8e20]{transition:transform .3s ease}.abbreviation-section .rh-cta.el-button[data-v-bdeb8e20]:hover{box-shadow:0 20px 50px #ec489966,0 4px 16px #0000001a!important;transform:translateY(-5px) scale(1.04)!important}.abbreviation-section .rh-cta.el-button:hover svg[data-v-bdeb8e20]{transform:translate(6px)}.abbreviation-section .rh-cta.el-button[data-v-bdeb8e20]:active{transform:translateY(-2px) scale(1.01)!important}.abbreviation-section .rh-notice[data-v-bdeb8e20]{align-items:center;color:#ef4444;display:flex;font-size:13px;gap:6px;line-height:1.6;max-width:600px;opacity:.85;text-align:center}.jiangzhong-section[data-v-bdeb8e20]{background-color:#f2f1f1;color:#f6f6f6;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-width:1200px;padding:0 40px 100px;width:100%}.jiangzhong-section .jiangzhong-card[data-v-bdeb8e20]{background-color:#fff;border-radius:15px;box-shadow:0 10px 30px #0000004d;color:#2a2a2a;display:flex;flex-direction:column;margin:0 auto 30px;max-width:100%;padding:40px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.jiangzhong-section .jiangzhong-card[data-v-bdeb8e20]:hover{box-shadow:0 15px 40px #0006;transform:translateY(-5px)}.jiangzhong-section .jiangzhong-card h3[data-v-bdeb8e20]{font-size:1.8rem;margin-bottom:5px}.jiangzhong-section .jiangzhong-card .eng-title[data-v-bdeb8e20]{color:#a2a2a2;font-size:.9rem;margin-bottom:20px}.jiangzhong-section .jiangzhong-card .new-tag[data-v-bdeb8e20]{background-color:#333;border:1px solid #2a2a2a;border-radius:15px;color:#2a2a2a;display:inline-block;font-size:.8rem;margin-bottom:20px;padding:3px 10px}.jiangzhong-section .jiangzhong-card ul[data-v-bdeb8e20]{list-style:none;margin-bottom:30px;padding:0}.jiangzhong-section .jiangzhong-card ul li[data-v-bdeb8e20]{align-items:center;display:flex;margin-bottom:15px}.jiangzhong-section .jiangzhong-card ul li[data-v-bdeb8e20]:before{color:#333;content:"•";font-size:1.2rem;margin-right:10px}.jiangzhong-section .jiangzhong-card .logo-container[data-v-bdeb8e20]{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.jiangzhong-section .jiangzhong-card .logo-container .partner-logo[data-v-bdeb8e20]{background-color:#f1f1f1;border-radius:5px;height:40px;-o-object-fit:contain;object-fit:contain;padding:5px;width:40px}.jiangzhong-section .jiangzhong-card .jiang-btn[data-v-bdeb8e20]{align-self:flex-start;background-color:#fdfdfd;border:1px solid #e6e5e5;color:#2a2a2a;font-size:16px;height:50px;transition:all .3s ease;width:150px}.jiangzhong-section .jiangzhong-card .jiang-btn[data-v-bdeb8e20]:hover{background-color:#000}@media (min-width:768px){.jiangzhong-section .jiangzhong-card[data-v-bdeb8e20]{flex-direction:row;gap:40px}.jiangzhong-section .jiangzhong-card>div[data-v-bdeb8e20]{flex:1}}@media (max-width:768px){.jiangzhong-section .nav-container .nav-left[data-v-bdeb8e20]{flex:1}.jiangzhong-section .nav-container .nav-center[data-v-bdeb8e20]{flex:4}.jiangzhong-section .nav-container .nav-right[data-v-bdeb8e20]{flex:0}.jiangzhong-section .nav-container .nav-links[data-v-bdeb8e20]{font-size:14px;gap:15px}.jiangzhong-section .nav-container .nav-actions[data-v-bdeb8e20]{margin-right:0}.jiangzhong-section .nav-container .nav-actions .nav-action-link[data-v-bdeb8e20]{font-size:12px}.jiangzhong-section .nav-container .nav-logo-img[data-v-bdeb8e20]{height:30px}}@media (max-width:576px){.jiangzhong-section .nav-container[data-v-bdeb8e20]{padding:0 15px}.jiangzhong-section .nav-container .nav-center .nav-links[data-v-bdeb8e20]{font-size:12px;gap:10px}.jiangzhong-section .nav-container .nav-right .nav-actions[data-v-bdeb8e20]{gap:8px}.jiangzhong-section .nav-container .nav-right .nav-actions .nav-action-link[data-v-bdeb8e20]{font-size:11px}.jiangzhong-section .nav-container .nav-right .nav-logo-img[data-v-bdeb8e20]{height:25px}}.nav-bar[data-v-bdeb8e20]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000c;min-width:1200px;overflow-x:auto;right:0}.nav-bar .active-indicator[data-v-bdeb8e20]{background-color:#333;border-radius:3px 3px 0 0;bottom:0;height:3px;left:0;position:absolute;transition:all .3s ease;width:0}.nav-bar .nav-container[data-v-bdeb8e20]{margin:0 auto;min-width:1200px}.nav-bar .nav-container .nav-left[data-v-bdeb8e20]{align-items:center;display:flex;flex:1}.nav-bar .nav-container .nav-center[data-v-bdeb8e20]{align-items:center;display:flex;flex:4;justify-content:center}.nav-bar .nav-container .nav-right[data-v-bdeb8e20]{align-items:center;display:flex;flex:.9;gap:20px;justify-content:flex-end}.nav-bar .nav-container .nav-actions[data-v-bdeb8e20]{align-items:center;display:flex;gap:15px;margin-right:20px}.nav-bar .nav-container .nav-actions .nav-action-link[data-v-bdeb8e20]{color:#2a2a2a;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-bar .nav-container .nav-actions .nav-action-link[data-v-bdeb8e20]:hover{color:#333}.nav-bar .nav-container .nav-actions .nav-action-link.login-link[data-v-bdeb8e20]{background:linear-gradient(90deg,#ec4899,#a855f7);border:1px solid #fff;border-radius:4px;box-shadow:0 2px 4px #0003;color:#fff;font-weight:600;padding:6px 16px}.nav-bar .nav-container .nav-actions .nav-action-link.login-link[data-v-bdeb8e20]:hover{box-shadow:0 4px 8px #0000004d;transform:translateY(-1px)}.nav-bar .nav-container .nav-logo[data-v-bdeb8e20]{align-items:center;display:flex;text-decoration:none}.nav-bar .nav-container .nav-logo .nav-logo-img[data-v-bdeb8e20]{height:40px;width:auto}.nav-bar .nav-container .nav-links[data-v-bdeb8e20]{display:flex;gap:30px;justify-content:flex-start;width:100%}.nav-bar .nav-container .nav-links .nav-link[data-v-bdeb8e20]{color:#000;font-size:14px;font-weight:500;position:relative;text-align:center;text-decoration:none;transition:color .3s ease}.nav-bar .nav-container .nav-links .nav-link a[data-v-bdeb8e20]{color:#000;text-decoration:none}.nav-bar .nav-container .nav-links .nav-link[data-v-bdeb8e20]:after{background-color:#333;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-bar .nav-container .nav-links .nav-link.active[data-v-bdeb8e20],.nav-bar .nav-container .nav-links .nav-link[data-v-bdeb8e20]:hover{color:#333}.nav-bar .nav-container .nav-links .nav-link.active[data-v-bdeb8e20]:after,.nav-bar .nav-container .nav-links .nav-link[data-v-bdeb8e20]:hover:after{width:100%}.section-title[data-v-bdeb8e20]{font-weight:700}.gradient-text[data-v-bdeb8e20]{-webkit-background-clip:text;background-image:linear-gradient(90deg,#4096ff,#73c0fc);-webkit-text-fill-color:transparent}.root-container[data-v-bdeb8e20]{min-width:1200px;overflow-x:auto;position:relative;width:100%}@media screen and (max-width:768px){.nav-bar .nav-container .nav-links[data-v-bdeb8e20]{display:none}.abbreviation-section[data-v-bdeb8e20],.hero-section[data-v-bdeb8e20],.jiangzhong-section[data-v-bdeb8e20],.paper-type-section[data-v-bdeb8e20],.ppt-section[data-v-bdeb8e20]{min-height:100vh;min-width:1200px;overflow-x:auto;padding:100px 20px 40px;width:100%}.hero-content[data-v-bdeb8e20]{padding:30px}.paper-type-card[data-v-bdeb8e20]{margin-bottom:20px;width:100%}.ppt-template[data-v-bdeb8e20]{width:45%!important}.abbreviation-content[data-v-bdeb8e20]{flex-direction:column}.abbreviation-content .abbreviation-text[data-v-bdeb8e20]{margin-bottom:30px;margin-right:0}.jiangzhong-card[data-v-bdeb8e20]{padding:30px}.btn-box[data-v-bdeb8e20]{flex-direction:column}.btn-box .custom-write-btn[data-v-bdeb8e20],.btn-box .free-try-btn[data-v-bdeb8e20]{margin-bottom:15px;width:100%}}.contact-section[data-v-bdeb8e20]{background-color:#f2f0f0;margin-top:0;padding:0 0 60px}.contact-section .contact-container[data-v-bdeb8e20]{align-items:center;display:flex;justify-content:space-between;margin:0 auto;min-width:1200px;padding:0 20px;width:80%}.contact-section .contact-container .contact-left[data-v-bdeb8e20]{align-items:center;display:flex;flex:1;justify-content:space-between;margin-right:100px;width:60vw}.contact-section .contact-container .contact-left .qr-code-container[data-v-bdeb8e20]{text-align:center}.contact-section .contact-container .contact-left .qr-code-container .qr-code[data-v-bdeb8e20]{background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px #0000001a;height:270px;padding:20px;width:270px}.contact-section .contact-container .contact-left .qr-code-container .qr-text[data-v-bdeb8e20]{color:#7f7f7f;font-size:16px;font-weight:500;margin-top:16px}.contact-section .contact-container .contact-right[data-v-bdeb8e20]{flex:1;text-align:right}.contact-section .contact-container .contact-right .contact-title[data-v-bdeb8e20]{color:#7f7f7f;font-size:32px;font-weight:600;margin-bottom:30px}.contact-section .contact-container .contact-right .contact-info .info-item[data-v-bdeb8e20]{align-items:center;display:flex;justify-content:flex-end;margin-bottom:20px}.contact-section .contact-container .contact-right .contact-info .info-item .info-label[data-v-bdeb8e20]{color:#7f7f7f;font-size:16px;font-weight:500;min-width:100px}.contact-section .contact-container .contact-right .contact-info .info-item .info-value[data-v-bdeb8e20]{color:#7f7f7f;font-size:16px;font-weight:400}@media (max-width:768px){.contact-section .contact-container[data-v-bdeb8e20]{flex-direction:column;gap:40px;text-align:center}.contact-section .contact-container .contact-left .qr-code[data-v-bdeb8e20]{height:160px;width:160px}.contact-section .contact-container .contact-right .contact-title[data-v-bdeb8e20]{font-size:28px}.contact-section .contact-container .contact-right .contact-info .info-item[data-v-bdeb8e20]{flex-direction:column;gap:8px;text-align:center}.contact-section .contact-container .contact-right .contact-info .info-item .info-label[data-v-bdeb8e20]{min-width:auto}}.template-header-promo[data-v-bdeb8e20]{margin-bottom:50px;padding:0 20px;text-align:center}.template-header-promo .promo-title[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;font-size:42px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;margin:0 0 16px}.template-header-promo .promo-subtitle[data-v-bdeb8e20],.template-header-promo .promo-title[data-v-bdeb8e20]{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.template-header-promo .promo-subtitle[data-v-bdeb8e20]{color:#666;font-size:18px;font-weight:400;line-height:1.6;margin:0}.template-footer[data-v-bdeb8e20]{padding:50px 0}.template-footer .template-footer-content[data-v-bdeb8e20]{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 5%}.template-footer .template-footer-content .footer-text[data-v-bdeb8e20]{flex:1}.template-footer .template-footer-content .footer-text .footer-title[data-v-bdeb8e20]{color:#1a1a1a;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;margin:0 0 12px}.template-footer .template-footer-content .footer-text .footer-desc[data-v-bdeb8e20]{color:#666;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.6;margin:0}.template-footer .template-footer-content .footer-btn[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);border:none!important;border-radius:8px!important;box-shadow:0 8px 24px #ec48994d;color:#fff!important;cursor:pointer;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:16px!important;font-weight:600!important;padding:16px 40px!important;transition:all .3s ease;white-space:nowrap}.template-footer .template-footer-content .footer-btn[data-v-bdeb8e20]:hover{background:linear-gradient(135deg,#a855f7,#ec4899);box-shadow:0 12px 32px #ec489966;transform:translateY(-2px)}.template-footer .template-footer-content .footer-btn[data-v-bdeb8e20]:active{transform:translateY(0)}@media (max-width:768px){.template-footer .template-footer-content[data-v-bdeb8e20]{flex-direction:column;gap:20px;text-align:center}.template-footer .template-footer-content .footer-text .footer-title[data-v-bdeb8e20]{font-size:24px}.template-footer .template-footer-content .footer-text .footer-desc[data-v-bdeb8e20]{font-size:14px}.template-footer .template-footer-content .footer-btn[data-v-bdeb8e20]{width:100%}}.nav-bar[data-v-bdeb8e20]{background-color:#fffc;box-shadow:0 2px 8px #ec48991a;height:70px;justify-content:center;left:0;position:fixed;top:0;transition:all .3s ease;z-index:1000}.nav-bar[data-v-bdeb8e20],.nav-bar .nav-container[data-v-bdeb8e20]{align-items:center;display:flex;width:100%}.nav-bar .nav-container[data-v-bdeb8e20]{height:100%;justify-content:space-between;max-width:100%;padding:0 40px}.nav-bar .nav-left[data-v-bdeb8e20]{align-items:center;display:flex;flex:1}.nav-bar .nav-logo[data-v-bdeb8e20]{align-items:center;cursor:pointer;display:flex;text-decoration:none}.nav-bar .nav-logo .nav-logo-img[data-v-bdeb8e20]{height:40px;transition:opacity .3s ease;width:auto}.nav-bar .nav-logo .nav-logo-img[data-v-bdeb8e20]:hover{opacity:.8}.nav-bar .nav-center[data-v-bdeb8e20]{align-items:center;display:flex;flex:4;justify-content:center}.nav-bar .nav-links[data-v-bdeb8e20]{display:flex;gap:30px;justify-content:center;position:relative;width:100%}.nav-bar .nav-links .nav-link[data-v-bdeb8e20]{align-items:center;color:#333;cursor:pointer;display:flex;font-size:15px;font-weight:500;position:relative;text-align:center;text-decoration:none;transition:color .3s ease}.nav-bar .nav-links .nav-link[data-v-bdeb8e20]:after{background:linear-gradient(135deg,#ec4899,#a855f7);bottom:-8px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-bar .nav-links .nav-link[data-v-bdeb8e20]:hover{color:#ec4899}.nav-bar .nav-links .nav-link[data-v-bdeb8e20]:hover:after{width:100%}.nav-bar .nav-links .active-indicator[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:1px;bottom:-8px;height:2px;left:0;position:absolute;transition:all .3s ease;width:0}.nav-bar .nav-right[data-v-bdeb8e20]{flex:0;justify-content:flex-end}.nav-bar .nav-actions[data-v-bdeb8e20],.nav-bar .nav-right[data-v-bdeb8e20]{align-items:center;display:flex;gap:15px}.nav-bar .nav-actions .nav-action-link[data-v-bdeb8e20]{color:#333;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.nav-bar .nav-actions .nav-action-link[data-v-bdeb8e20]:hover{color:#ec4899}.nav-bar .nav-actions .nav-action-link.login-link[data-v-bdeb8e20]{background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:6px;box-shadow:0 4px 15px #ec48994d;color:#fff;font-weight:600;padding:8px 20px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.nav-bar .nav-actions .nav-action-link.login-link[data-v-bdeb8e20]:hover{box-shadow:0 6px 20px #ec489966;transform:translateY(-2px)}.nav-bar .nav-actions .nav-action-link.login-link[data-v-bdeb8e20]:active{box-shadow:0 2px 8px #ec489933;transform:translateY(0)}@media (max-width:768px){.nav-bar .nav-container[data-v-bdeb8e20]{padding:0 20px}.nav-bar .nav-links[data-v-bdeb8e20]{font-size:13px;gap:15px}.nav-bar .nav-logo-img[data-v-bdeb8e20]{height:30px}.nav-bar .nav-actions[data-v-bdeb8e20]{gap:10px}.nav-bar .nav-actions .nav-action-link[data-v-bdeb8e20]{font-size:12px}.nav-bar .nav-actions .nav-action-link.login-link[data-v-bdeb8e20]{padding:6px 16px}}.video-element[data-v-bdeb8e20]{background:#000;height:auto;max-height:80vh;-o-object-fit:contain;object-fit:contain;width:100%}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog{background:#fff;border-radius:12px;color:#333}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog .el-dialog__header{background:#fff;border-bottom:1px solid #e5e7eb;color:#333;padding:20px;text-align:center}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog .el-dialog__header .el-dialog__title{color:#1f2937;font-size:24px;font-weight:600}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog .el-dialog__body{background:#fff;padding:0}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog .el-dialog__close{color:#6b7280;font-size:20px}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog .el-dialog__close:hover{color:#ec4899}[data-v-bdeb8e20] .video-preview-dialog .el-dialog{background:#fff;border-radius:12px;color:#333}[data-v-bdeb8e20] .video-preview-dialog .el-dialog .el-dialog__header{background:#fff;border-bottom:1px solid #e5e7eb;color:#333;padding:20px;text-align:center}[data-v-bdeb8e20] .video-preview-dialog .el-dialog .el-dialog__header .el-dialog__title{color:#1f2937;font-size:24px;font-weight:600}[data-v-bdeb8e20] .video-preview-dialog .el-dialog .el-dialog__body{background:#fff;padding:0}[data-v-bdeb8e20] .video-preview-dialog .el-dialog .el-dialog__close{color:#6b7280;font-size:20px}[data-v-bdeb8e20] .video-preview-dialog .el-dialog .el-dialog__close:hover{color:#ec4899}.video-preview-content[data-v-bdeb8e20]{align-items:center;background:#f9fafb;display:flex;justify-content:center;min-height:500px}.video-preview-content .video-player[data-v-bdeb8e20]{max-width:800px;width:100%}.video-preview-content .video-player .video-placeholder[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;display:flex;height:450px;justify-content:center;overflow:hidden;position:relative;width:100%}.video-preview-content .video-player .video-placeholder .video-thumbnail-large[data-v-bdeb8e20]{border-radius:12px;height:120px;opacity:.3;width:120px}.video-preview-content .video-player .video-placeholder .video-play-overlay[data-v-bdeb8e20]{align-items:center;background:#ec48991a;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .3s ease}.video-preview-content .video-player .video-placeholder .video-play-overlay[data-v-bdeb8e20]:hover{background:#ec489933}.video-preview-content .video-player .video-placeholder .video-play-overlay .large-play-button[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:50%;box-shadow:0 4px 15px #ec48994d;color:#fff;display:flex;font-size:32px;height:80px;justify-content:center;padding-left:5px;transition:transform .3s ease;width:80px}.video-preview-content .video-player .video-placeholder .video-play-overlay .large-play-button[data-v-bdeb8e20]:hover{box-shadow:0 6px 20px #ec489966;transform:scale(1.1)}.video-preview-content .video-player .video-placeholder .video-info-overlay[data-v-bdeb8e20]{background:linear-gradient(transparent,#ec489933);bottom:0;color:#1f2937;left:0;padding:30px 20px 20px;position:absolute;right:0}.video-preview-content .video-player .video-placeholder .video-info-overlay h3[data-v-bdeb8e20]{font-size:24px;font-weight:600;margin:0 0 8px}.video-preview-content .video-player .video-placeholder .video-info-overlay p[data-v-bdeb8e20]{color:#6b7280;font-size:16px;margin:0}[data-v-bdeb8e20] .video-tutorial-dialog .el-overlay{align-items:center!important;display:flex!important;height:100vh!important;justify-content:center!important;left:0!important;margin:0!important;padding:0!important;position:fixed!important;top:0!important;width:100vw!important;z-index:2000!important}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog--center{left:auto!important;margin:0!important;max-height:90vh!important;max-width:1000px!important;position:static!important;top:auto!important;transform:none!important;width:100%!important}[data-v-bdeb8e20] .video-tutorial-dialog .el-dialog{left:auto!important;margin:0!important;position:static!important;top:auto!important;transform:none!important}[data-v-bdeb8e20] .video-preview-dialog .el-overlay{align-items:center!important;display:flex!important;height:100vh!important;justify-content:center!important;left:0!important;margin:0!important;padding:0!important;position:fixed!important;top:0!important;width:100vw!important;z-index:2000!important}[data-v-bdeb8e20] .video-preview-dialog .el-dialog--center{left:auto!important;margin:0!important;max-height:90vh!important;max-width:1000px!important;position:static!important;top:auto!important;transform:none!important;width:100%!important}[data-v-bdeb8e20] .video-preview-dialog .el-dialog{left:auto!important;margin:0!important;position:static!important;top:auto!important;transform:none!important}.video-tutorial-content[data-v-bdeb8e20]{background:#fff;border-radius:10px;display:flex;min-height:500px}.video-tutorial-content .tutorial-left[data-v-bdeb8e20]{border-right:1px solid #e5e7eb;flex:0 0 300px;padding:30px}.video-tutorial-content .tutorial-left .qr-code-section[data-v-bdeb8e20]{text-align:center}.video-tutorial-content .tutorial-left .qr-code-section .qr-code-img[data-v-bdeb8e20]{border:5px solid #ec4899;border-radius:12px;height:200px;margin-bottom:20px;width:200px}.video-tutorial-content .tutorial-left .qr-code-section .qr-info[data-v-bdeb8e20]{margin-bottom:20px}.video-tutorial-content .tutorial-left .qr-code-section .qr-info .app-name[data-v-bdeb8e20]{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:8px}.video-tutorial-content .tutorial-left .qr-code-section .qr-info .follower-count[data-v-bdeb8e20]{color:#6b7280;font-size:14px;margin-bottom:5px}.video-tutorial-content .tutorial-left .qr-code-section .qr-info .live-info[data-v-bdeb8e20]{color:#6b7280;font-size:14px}.video-tutorial-content .tutorial-left .qr-code-section .live-notice[data-v-bdeb8e20]{color:#1f2937;font-size:14px;margin-bottom:10px}.video-tutorial-content .tutorial-left .qr-code-section .live-time[data-v-bdeb8e20]{color:#ec4899;font-size:14px;font-weight:600}.video-tutorial-content .tutorial-right[data-v-bdeb8e20]{flex:1;padding:30px}.video-tutorial-content .tutorial-right .video-grid[data-v-bdeb8e20]{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.video-tutorial-content .tutorial-right .video-grid .video-item[data-v-bdeb8e20]{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.video-tutorial-content .tutorial-right .video-grid .video-item[data-v-bdeb8e20]:hover{box-shadow:0 4px 12px #ec489933;transform:translateY(-5px)}.video-tutorial-content .tutorial-right .video-grid .video-item .video-thumbnail[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;height:120px;justify-content:center;position:relative;width:100%}.video-tutorial-content .tutorial-right .video-grid .video-item .video-thumbnail img[data-v-bdeb8e20]{border-radius:8px;height:60px;width:60px}.video-tutorial-content .tutorial-right .video-grid .video-item .video-thumbnail .video-overlay[data-v-bdeb8e20]{align-items:center;background:#ec48991a;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.video-tutorial-content .tutorial-right .video-grid .video-item .video-thumbnail .video-overlay .play-button[data-v-bdeb8e20]{align-items:center;background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:50%;box-shadow:0 2px 8px #ec48994d;color:#fff;display:flex;font-size:16px;height:40px;justify-content:center;padding-left:2px;width:40px}.video-tutorial-content .tutorial-right .video-grid .video-item .video-thumbnail:hover .video-overlay[data-v-bdeb8e20]{opacity:1}.video-tutorial-content .tutorial-right .video-grid .video-item .video-info[data-v-bdeb8e20]{padding:15px}.video-tutorial-content .tutorial-right .video-grid .video-item .video-info .video-title[data-v-bdeb8e20]{color:#1f2937;font-size:14px;font-weight:600;line-height:1.4;margin-bottom:5px}.video-tutorial-content .tutorial-right .video-grid .video-item .video-info .video-subtitle[data-v-bdeb8e20]{color:#9ca3af;font-size:12px}
