.shop-category{display:flex;width:100%;max-width:1180px;flex-direction:column;border-radius:calc(var(--radius) - 2px);margin:100px auto 60px;padding:0 20px}.shop-category .category-title{text-align:center}.shop-category .category-wrapper{height:auto;margin-top:40px;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:20px}.shop-category .category-wrapper .item-category{width:164px;height:300px;position:relative;border-radius:6px;border:1px solid #e5e5e5;background-color:#fff}.shop-category .category-wrapper .item-category .category-text{position:absolute;top:0;left:0;width:100%;text-align:center}.shop-category .category-wrapper .item-category .category-text .name{padding-top:30px;font-size:20px;color:#fff;margin:0}.shop-category .category-wrapper .item-category .category-text .memo{font-size:12px;padding-top:11px;line-height:20px;color:#fff;margin:0}.shop-category .category-wrapper .item-category .category-content{padding-bottom:10px;width:100%;text-align:center;color:#666;font-size:12px;line-height:24px;padding-top:19px}.shop-category .category-wrapper .item-category .category-content .text{color:#666;font-size:12px;line-height:24px;margin:0}.shop-category .category-wrapper .item-category .category-content .category-button{width:110px;height:32px;line-height:32px;font-size:14px;margin-top:10px;color:#38f;border:1px solid #38f;border-radius:2px;background:#fff;display:inline-block;cursor:pointer}.shop-category .category-wrapper .item-category:hover .category-content .category-button{color:#fff;background:#38f}.shop-category .category-tip{padding-top:30px;font-size:16px;color:#333;display:flex;flex-direction:row;justify-content:center;align-items:center}.shop-category .category-tip .tip-image{display:inline-block;vertical-align:bottom;margin-right:5px;width:20px;height:20px;background-size:100% 100%;background-position:bottom;background-image:url(https://s-cdn1.fkxiaoyu.com/website/image/category/mini_app.png)}.shop-category .category-concat{padding-top:50px;font-size:16px;color:#666;text-align:center}