.store{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:50px;padding:0;margin:0 auto;justify-content:center}.store-item{position:relative;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:10px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s ease-in-out;width:216px;height:202px;cursor:pointer;overflow:hidden}.store-item:hover{transform:scale(1.03)}.store-bg{position:absolute;top:0;left:0;width:100%;height:50%;overflow:hidden}.store-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(10px);opacity:.5}.store-content{flex-direction:column;position:relative;z-index:2}.store-content,.store-logo{display:flex;align-items:center}.store-logo{width:60px;height:60px;margin-bottom:5px;border-radius:50%;overflow:hidden;justify-content:center;background:rgba(0,0,0,.1)}.store-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-info{margin-top:20px}.store-info h2{font-size:14px;font-weight:700;color:#333;margin-bottom:5px}.store-info p{font-size:11px;color:#666;margin:2px 0}@media (max-width:768px){.store{flex-wrap:wrap;justify-content:center;gap:10px}.store-item{height:auto;padding:15px}.store-info h2{font-size:13px}.store-info p{font-size:10px}}.app-container[data-v-33727a38]{width:1200px}.tips-content>span[data-v-33727a38]{color:var(--color-main)}.store-content-main[data-v-33727a38]{min-height:300px;margin-top:20px}.store-content-main>.content[data-v-33727a38]{overflow:hidden}.store-content-main>.content>.item[data-v-33727a38]{width:30%;float:left;margin-right:5%;margin-bottom:20px}.store-content-main>.content>.item[data-v-33727a38]:nth-child(3n){margin-right:0}.store-content-main>.content>.item[data-v-33727a38] .stroe-top-title h2{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;width:230px}