:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}:root{--primary-color: #4d61fc;--secondary-color: #ff7d00;--success-color: #00b42a;--warning-color: #ff7d00;--danger-color: #f53f3f;--neutral-color: #1d2129;--navigation-bar-bg-color: #fff;--content-area-bg-color: #f8f8f8;--titletext-color: #000;--subtitle-text-color: #666;--third-text-color: #929aab;--seperator-color: #dbdfea}.scale-when-hover:hover{transform:scale(1.15)}#nav-bar[data-v-83617628]{height:.8rem;background-color:var(--navigation-bar-bg-color);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 .5rem;color:var(--titletext-color);border-bottom:1px solid var(--seperator-color)}.about-link[data-v-83617628]{color:var(--titletext-color);text-decoration:none;font-size:.18rem}.logo-link[data-v-83617628]{color:var(--titletext-color);text-decoration:none;font-size:.24rem;display:flex;align-items:center;gap:.08rem}#bottom-footer[data-v-55b2e653]{background-color:var(--navigation-bar-bg-color);height:.8rem;display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--titletext-color);font-size:.16rem;gap:.2rem;border-top:1px solid var(--seperator-color)}.beian-container[data-v-55b2e653]{display:flex;align-items:center;gap:.08rem}.beian-icon[data-v-55b2e653]{width:.2rem;height:.2rem;vertical-align:middle}.beian-link[data-v-55b2e653]{color:var(--titletext-color);text-decoration:none;font-size:.14rem}.beian-link[data-v-55b2e653]:hover{text-decoration:underline}.home-content[data-v-a0c86de6]{min-height:calc(100vh - 1.6rem);width:100%;background-color:var(--content-area-bg-color)}html,body{width:100%;height:100%;margin:0;padding:0;overscroll-behavior:none}#app{width:100%;height:100vh;background-color:#fff;padding:0;margin:0}.product-card[data-v-dad45e83]{width:4rem;height:4rem;background-color:#fff;border-radius:.1rem;box-shadow:0 0 .05rem #0000001a;border:1px solid #eee;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease;position:relative}.product-card[data-v-dad45e83]:hover{transform:scale(1.05)}.product-card-image[data-v-dad45e83]{width:100%;height:2rem;background-color:var(--content-area-bg-color);border-top-left-radius:.1rem;border-top-right-radius:.1rem;padding:5px}.product-card-image img[data-v-dad45e83]{width:100%;height:100%;object-fit:cover;border-radius:.1rem;box-sizing:border-box}.product-card-info[data-v-dad45e83]{width:100%;height:2rem;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start;padding:.2rem}.product-card-title[data-v-dad45e83]{font-size:.2rem;font-weight:700;color:var(--titletext-color);margin-bottom:.1rem}.product-card-desc[data-v-dad45e83]{font-size:.15rem;color:var(--subtitle-text-color);margin-bottom:.1rem;flex:1}.product-card-tags[data-v-dad45e83]{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.1rem}.product-card-tag[data-v-dad45e83]{border-radius:.05rem;padding:.05rem .1rem;font-size:.14rem;color:#333;background-color:#f5f5f5}.product-card-mask[data-v-dad45e83]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003;border-radius:.1rem;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card:hover .product-card-mask[data-v-dad45e83]{opacity:1;pointer-events:auto}.product-card-view-detail[data-v-dad45e83]{padding:.1rem .2rem;border:none;border-radius:.05rem;background-color:#fff;color:#333;font-size:.16rem;cursor:pointer}.product-card-view-detail[data-v-dad45e83]:hover{background-color:#f0f0f0}.home-content[data-v-1c4e3396]{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:.5rem 0}.product-title[data-v-1c4e3396]{font-size:.3rem;font-weight:700;color:var(--titletext-color);margin-bottom:.5rem}.card-container[data-v-1c4e3396]{width:60%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem}
