.action,.action .action-item{display:flex;gap:10px}.action .action-item{align-items:center;background:#fff;padding:0 7px;height:28px;cursor:pointer;border-radius:14px;border:1px solid #32abf0;color:#2567c8}.action .active{background:#bbe3fc}.action .action-item-img{width:20px;height:20px;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:375px){.action .action-item-img{display:none}}.action .enable_network{background-image:url(/_next/static/media/net.0afb3c73.svg);background-size:contain;background-repeat:no-repeat}.action .enable_network-blue{background:url(/_next/static/media/net-blue.7fd5f3d9.svg)}.action .enable_network-blue,.action .enable_think{background-size:contain;background-repeat:no-repeat}.action .enable_think{background-image:url(/_next/static/media/deepthink.24db01ee.svg)}.action .enable_think-blue{background-image:url(/_next/static/media/deepthink-blue.a411e75e.svg);background-size:contain;background-repeat:no-repeat}.action .enable_knowledge{background-image:url(/_next/static/media/deep.e27ce4e9.svg);width:16px}.action .enable_knowledge,.action .enable_knowledge-blue{background-size:contain;background-repeat:no-repeat;height:16px}.action .enable_knowledge-blue{background-image:url(/_next/static/media/deep-blue.105391e2.svg);width:20px}.action .action-item-text{font-size:12px}.tabs{display:flex;align-items:center;gap:10px;width:100%;height:40px}.tabs .tab-item{text-align:center;cursor:pointer;padding:4px 8px;border-radius:20px;font-size:13px;transition:all .3s ease;position:relative;overflow:hidden}.tabs .tab-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#40b1f7;transition:left .3s ease;z-index:-1;border-radius:20px}.tabs .tab-item.active{color:#fff;transform:scale(1.05)}.tabs .tab-item.active:before{left:0}.tabs .tab-item:hover{transform:scale(1.05)}.template-container{padding:3rem 1rem 1rem;background-color:#fff;position:relative;overflow:hidden}.template-container:before{position:absolute;content:"i 福开智能体";z-index:1;top:0;left:0;right:0;height:3rem;padding:1rem;background:linear-gradient(180deg,#e9f4fe,rgba(233,244,254,0))}.template-container .template-list{max-height:400px;overflow-y:auto;display:flex;flex-wrap:wrap;padding:5px}.template-container .template-list .template-item{width:100%;margin:5px 0;padding:12px 8px;border-bottom:1px dashed #eee;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;cursor:pointer}.template-container .template-list .template-item:after{content:"→";font-size:16px;transition:transform .3s ease}.template-container .template-list .template-item:hover{color:#58dcc3}.template-container .template-list .template-item:hover:after{transform:translateX(5px);color:d3d1d2}