.all-collection{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:0 0 40px;position:relative}.all-collection .all-collection-banner{background-color:var(--rs-bg-card);background-position:50%;background-repeat:no-repeat;background-size:cover;padding-bottom:18%;width:100%}.all-collection .all-collection-title{color:var(--rs-text-secondary);font-size:14px;font-weight:400;margin:40px auto 0;max-width:1000px;text-align:center;width:100%}.all-collection .all-collection-wrap{margin:0 auto;max-width:none;width:100%;width:calc(100% - 32px)}.all-collection .collection-list{grid-gap:30px;display:grid;grid-template-columns:repeat(6,1fr);margin-top:40px}.all-collection .element-page-title-line{display:none}@media screen and (max-width:768px){.all-collection .all-collection-banner{padding-bottom:50%}.all-collection .all-collection-title{margin-top:16px}.all-collection .collection-list{margin-top:20px}}@media screen and (min-width:1200px){.all-collection .all-collection-wrap{width:calc(100% - 64px)}}@media screen and (max-width:600px){.all-collection .collection-list{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:600px){.all-collection .collection-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1100px){.all-collection .collection-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1400px){.all-collection .collection-list{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1700px){.all-collection .collection-list{grid-template-columns:repeat(5,1fr)}}.element-page-wrapper{margin:0 16px;max-width:1420px;position:relative;width:100%}@media screen and (min-width:981px){.element-page-wrapper{margin-left:32px;margin-right:32px}}@media screen and (min-width:768px){.element-page-wrapper{margin-left:28px;margin-right:28px}}@media screen and (min-width:578px){.element-page-wrapper{margin-left:24px;margin-right:24px}}.element-pagination{display:flex;justify-content:center;padding:20px 0 40px}.element-pagination .next-page,.element-pagination .prev-page{align-items:center;color:var(--rs-text-primary);cursor:pointer;display:flex;font-size:15px;font-weight:700;height:20px;line-height:20px;margin:0 10px;min-width:80px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.element-pagination .next-page .element-icon,.element-pagination .prev-page .element-icon{height:12px;width:12px}.element-pagination .next-page:hover,.element-pagination .prev-page:hover{font-weight:700}.element-pagination .next-page.disabled,.element-pagination .prev-page.disabled{cursor:not-allowed;opacity:.2}.element-pagination .next-page.disabled:hover,.element-pagination .prev-page.disabled:hover{font-weight:400}.element-pagination .next-page.prev-page,.element-pagination .prev-page.prev-page{justify-content:flex-end}.element-pagination .next-page.prev-page .element-pagination-icon,.element-pagination .prev-page.prev-page .element-pagination-icon{margin-right:5px;transform:rotate(90deg)}.element-pagination .next-page.next-page,.element-pagination .prev-page.next-page{justify-content:flex-start}.element-pagination .next-page.next-page .element-pagination-icon,.element-pagination .prev-page.next-page .element-pagination-icon{margin-left:5px;transform:rotate(270deg)}.category-collection-card{background-color:var(--elemet-card-bg);border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.08);overflow:hidden}.category-collection-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.15);transition:all .1s ease 0s}.category-collection-card .card-top{background-color:var(--element-collection-card-img-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:56.3%;position:relative;width:100%}.category-collection-card .card-bottom{padding:8px 20px 17px}.category-collection-card .card-bottom .card-bottom-title{padding-left:80px;position:relative}.category-collection-card .card-bottom .card-bottom-head{border:4px solid var(--rs-asset-card);border-radius:14px;bottom:0;box-shadow:0 2px 8px rgba(0,0,0,.2);height:72px;left:0;position:absolute;width:72px}.category-collection-card .card-bottom .card-bottom-head .element-collection-icon{border-radius:10px;height:100%;width:100%}.category-collection-card .card-bottom .card-bottom-name{align-items:center;display:flex;flex:1;margin-bottom:4px}.category-collection-card .card-bottom .card-bottom-name .name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--rs-text-primary);display:-webkit-box;font-size:16px;font-weight:700;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.category-collection-card .card-bottom .card-bottom-name .element-icon{flex-shrink:0;margin-left:8px}.category-collection-card .card-bottom .card-bottom-asset{color:var(--element-collection-card-text-secondary);font-size:12px;font-weight:500;line-height:15px}.category-collection-card .card-bottom .card-bottom-asset span{color:var(--rs-text-primary);font-size:13px;font-weight:600;margin-left:4px}.category-collection-card .card-bottom .card-bottom-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--element-collection-card-text-secondary);display:-webkit-box;font-size:13px;font-weight:500;line-height:19px;margin-top:16px;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}@media screen and (max-width:768px){.category-collection-card .card-bottom .card-bottom-name .name{font-size:18px}}