.tool-guide .guide-list{width:100%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}.tool-guide .guide-list .guide-item{max-width:calc(33.3333333333% - 36px);background-color:#f2f3f7;padding:2rem;border-radius:1rem}.tool-guide .guide-list .guide-item .item-header{width:100%;display:flex;align-items:center;margin-bottom:1.5rem}.tool-guide .guide-list .guide-item .item-header .item-step{padding:.5rem;min-width:4rem;color:#6610f2;font-size:16px;background-color:rgba(246,142,254,.2);border-radius:.5rem;letter-spacing:2px;display:block;margin-right:1rem;text-align:center}.tool-guide .guide-list .guide-item .item-header .item-title{font-weight:700;font-size:18px;color:#343a40;margin:0}.tool-guide .guide-list .guide-item .item-desc{color:#6c757d;font-size:16px;line-height:1.5}.tool-guide .guide-list .guide-item .item-desc>p{word-wrap:break-word;display:inline}.tool-guide-en .guide-item .item-step{display:inline-block;min-width:80px!important}