.product-card{position:relative;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.product-card .product-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500;z-index:1;background-color:#ff6b6b;color:#fff}.product-card .product-image{height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;cursor:pointer}.product-card .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;max-width:none}.product-card .product-image img:hover{transform:scale(1.05)}.product-card .product-info{padding:15px}.product-card .product-info .product-category{font-size:12px;color:#888;margin-bottom:5px}.product-card .product-info .product-name{font-size:16px;font-weight:500;color:#333;margin-bottom:8px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .product-info .product-name:hover{color:var(--color-main)}.product-card .product-info .product-rating{display:flex;align-items:center;margin-bottom:8px}.product-card .product-info .product-rating .stars{color:#ffc107;margin-right:5px}.product-card .product-info .product-rating .stars i{font-size:14px}.product-card .product-info .product-rating .rating-percent{font-size:12px;color:#666}.product-card .product-info .product-price{display:flex;align-items:center}.product-card .product-info .product-price .current-price{font-size:18px;font-weight:700;color:#2ecc71;margin-right:8px}.product-card .product-info .product-price .original-price{font-size:14px;color:#999;text-decoration:line-through}.product-card .add-to-cart{position:absolute;bottom:15px;right:15px;width:36px;height:36px;border-radius:50%;background-color:var(--color-main);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-card .add-to-cart:hover{transform:scale(1.1)}.product-card .add-to-cart i{font-size:18px}.product-card .favorite-icon{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1}.product-card .favorite-icon i{font-size:18px;color:#999}.product-card .favorite-icon.active i{color:var(--color-main)}.product-card .favorite-icon:hover{background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.es-dialog .dialog-title{padding:15px;background-color:#f5f5f5;font-weight:600;font-size:16px}.es-dialog .dialog-content{padding:20px}.main-recommend{margin-top:26px}.main-recommend h1{font-weight:700;font-size:16px;color:var(--color-grey)}.main-recommend-content{display:grid;grid-template-columns:repeat(6,minmax(188px,165px));grid-column-gap:14px;grid-row-gap:20px;align-content:center;margin-top:15px}.main-banner{margin-top:160px;width:100%;display:flex;justify-content:center}.main-banner .banner-container{width:100%;margin:0 auto}.main-banner-left{height:500px}.main-banner-left .swiper-container{height:100%!important;cursor:pointer;text-align:center}.main-banner-left .swiper-container img{width:65%!important;height:100%;margin:0 auto;-o-object-fit:cover;object-fit:cover;image-rendering:pixelated}.main-banner-left .swiper-container .swiper-pagination{bottom:20px}.main-banner-left .swiper-container .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:hsla(0,0%,100%,.7);opacity:.7;margin:0 5px}.main-banner-left .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background:#fff;opacity:1}.main-banner-left .swiper-container .swiper-button-next,.main-banner-left .swiper-container .swiper-button-prev{color:#fff;background-color:rgba(0,0,0,.3);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.main-banner-left .swiper-container .swiper-button-next:after,.main-banner-left .swiper-container .swiper-button-prev:after{font-size:20px}.main-banner-left .swiper-container .swiper-button-next:hover,.main-banner-left .swiper-container .swiper-button-prev:hover{background-color:rgba(0,0,0,.5)}.main-banner-left .swiper-container .swiper-button-prev{left:20px}.main-banner-left .swiper-container .swiper-button-next{right:20px}.main-banner-Argos{height:400px}.main-banner-Argos .swiper-container{height:400px!important;cursor:pointer}.main-banner-Argos .swiper-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;image-rendering:revert}.swiper-slide.swiper-slide-active{transform:translateZ(0) rotateX(0deg) rotateY(0deg)!important}.main-classification{margin-top:26px;margin-bottom:16px}.main-classification-title h1{font-weight:700;font-size:16px;color:var(--color-grey);margin:24px 0}.main-classification-title .all,.main-classification-title span{color:var(--color-main);font-size:12px}.main-classification-title .all{cursor:pointer;font-weight:400}.main-classification-item{flex-direction:column}.main-classification-item:hover .img-content{border-color:var(--color-main);transition:ease-in-out;transform:scale(.95)}.main-classification-item:hover span{color:var(--color-main)}.main-classification-item .img-content{border:1px solid var(--color-border);margin-bottom:7px;border-radius:3px;width:92px;height:64px;display:flex;align-items:center;justify-content:center}.main-classification-item .img-content>img{width:52px!important;height:52px!important;-o-object-fit:contain;object-fit:contain}.main-classification-item span{display:inline-block;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-classification .swiper-container{cursor:pointer;font-size:12px}.main-daily{margin-bottom:40px;margin-top:60px}.main-daily-title h1{font-weight:700;font-size:20px;color:#333;margin:24px 0 15px}.main-daily-title .all{font-size:14px;color:var(--color-main);cursor:pointer;font-weight:400}.main-daily .product-categories{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.main-daily .product-categories .category-tabs{display:flex;gap:10px}.main-daily .product-categories .category-tabs .category-tab{padding:8px 16px;background-color:#f8f8f8;border-radius:4px;cursor:pointer;font-size:14px;color:#666;transition:all .3s ease}.main-daily .product-categories .category-tabs .category-tab.active,.main-daily .product-categories .category-tabs .category-tab:hover{background-color:#fff6e9;color:#ff8a00}.main-daily .product-categories .view-more a{color:#4a90e2;text-decoration:none;font-size:14px}.main-daily .product-categories .view-more a:hover{text-decoration:underline}.main-daily-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px}.main-daily-content .product-card{position:relative;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.main-daily-content .product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.main-daily-content .product-card .product-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500;z-index:1}.main-daily-content .product-card .product-badge:first-of-type{background-color:#ff6b6b;color:#fff}.main-daily-content .product-card .product-badge:nth-of-type(2){background-color:#4ecdc4;color:#fff}.main-daily-content .product-card .product-badge:nth-of-type(3){background-color:#ff9f43;color:#fff}.main-daily-content .product-card .product-badge:nth-of-type(4){background-color:#54a0ff;color:#fff}.main-daily-content .product-card .product-image{height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;cursor:pointer}.main-daily-content .product-card .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.main-daily-content .product-card .product-image img:hover{transform:scale(1.05)}.main-daily-content .product-card .product-info{padding:15px}.main-daily-content .product-card .product-info .product-category{font-size:12px;color:#888;margin-bottom:5px}.main-daily-content .product-card .product-info .product-name{font-size:16px;font-weight:500;color:#333;margin-bottom:8px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-daily-content .product-card .product-info .product-name:hover{color:var(--color-main)}.main-daily-content .product-card .product-info .product-rating{display:flex;align-items:center;margin-bottom:8px}.main-daily-content .product-card .product-info .product-rating .stars{color:#ffc107;margin-right:5px}.main-daily-content .product-card .product-info .product-rating .stars i{font-size:14px}.main-daily-content .product-card .product-info .product-rating .rating-percent{font-size:12px;color:#666}.main-daily-content .product-card .product-info .product-price{display:flex;align-items:center}.main-daily-content .product-card .product-info .product-price .current-price{font-size:18px;font-weight:700;color:#2ecc71;margin-right:8px}.main-daily-content .product-card .product-info .product-price .original-price{font-size:14px;color:#999;text-decoration:line-through}.main-daily-content .product-card .add-to-cart{position:absolute;bottom:15px;right:15px;width:36px;height:36px;border-radius:50%;background-color:var(--color-main);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.main-daily-content .product-card .add-to-cart:hover{transform:scale(1.1)}.main-daily-content .product-card .add-to-cart i{font-size:18px}.stroe .store_title{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;/*! autoprefixer: off */-webkit-box-orient:vertical}.stroe:hover .stroe-item{border:1px solid var(--color-main)}.stroe-item{flex-direction:column;border:1px solid var(--color-border);border-radius:4px}.stroe-top{width:100%;padding:15px}.stroe-top img{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.stroe-top-title{flex:1;margin-left:15px}.stroe-top-title h2{font-weight:400;font-size:14px;color:var(--color-black);margin-bottom:6px}.stroe-top-title .el-button{background:#fcf2e2;color:var(--color-main);border:1px solid var(--color-main);border-radius:27px;font-size:12px;padding:5px 10px;white-space:inherit;width:118px}.stroe-top-title>div{width:100%}.stroe-top-introduce{font-weight:400;font-size:12px;color:var(--color-title)}.stroe-top-introduce span:first-child{padding-right:4px}.stroe-bottom{margin-top:20px;padding:10px}.stroe-bottom-left{width:173px;height:163px;position:relative}.stroe-bottom-left img{max-width:173px;max-height:163px;width:100%;height:100%;border-radius:4px}.stroe-bottom-right{display:flex;justify-content:flex-start;align-content:center;flex-direction:column;flex:1;margin-left:5px;height:163px}.stroe-bottom-item{position:relative;flex:1;margin-bottom:5px}.stroe-bottom-item img{flex:1;width:100%;height:100%;border-radius:4px}.stroe-bottom-item:last-child{margin-bottom:0}.stroe-bottom .amount{position:absolute;bottom:0;left:0;width:80px;height:29px;line-height:29px;font-weight:500;font-size:16px;color:var(--color-main);background:var(--color-white);opacity:.78;border-radius:0 0 0 4px;text-align:center}.main-stroe{margin-top:26px;margin-bottom:26px}.main-stroe-title h1{font-weight:700;font-size:16px;color:var(--color-grey);margin:24px 0}.main-stroe-title .all,.main-stroe-title span{color:var(--color-main);font-size:12px}.main-stroe-title .all{cursor:pointer;font-weight:400}.main-stroe-content{display:grid;grid-template-columns:repeat(6,minmax(188px,165px));grid-column-gap:14px;grid-row-gap:20px;align-content:center}.icon-tips-bottom{max-width:957px;margin:52px auto 107px auto}.icon-tips-bottom-item{flex-direction:column}.icon-tips-bottom-item img{width:38px}.icon-tips-bottom span{font-weight:500;font-size:12px;margin-top:15px}.icon-tips .icon_span{font-size:58px;color:var(--color-main)}html[dir=rtl] .banner-content[data-v-1161bbab]{justify-content:flex-start}html[dir=rtl] .download-content[data-v-1161bbab]{justify-content:flex-end}html[dir=rtl] .download-content>div.download>.btn-content>.item[data-v-1161bbab]:first-child{margin-right:0;margin-left:20px}.home[data-v-1161bbab]{position:relative}.th_back[data-v-1161bbab]{position:fixed;left:2%;top:600px;display:flex;flex-direction:column;overflow:hidden;z-index:2000}.th_back span[data-v-1161bbab]{font-size:12px;width:44px;height:40px;color:#fff;background-color:#d8d8d8;display:flex;align-items:center;cursor:pointer;border-radius:4px;margin-bottom:4px}.th_back span[data-v-1161bbab]:nth-child(5){justify-content:center;background-color:var(--color-main)}.th_back span img[data-v-1161bbab]{width:28px;height:28px;margin-left:8px;margin-right:8px;-o-object-fit:contain;object-fit:contain}.th_back span div[data-v-1161bbab]{padding:0 5px;display:none}.th_back .nav-bar[data-v-1161bbab]{transition:all .5s ease}.th_back .nav-bar[data-v-1161bbab]:hover{width:150px;background-color:var(--color-main)}.th_back .nav-bar:hover div[data-v-1161bbab]{display:flex;justify-content:center;text-align:center;flex:1;white-space:nowrap;color:#fff;animation:textAmin-1161bbab 1s ease}.th_back .active[data-v-1161bbab]{background-color:var(--color-main)}@keyframes textAmin-1161bbab{0%{color:transparent}to{color:#fff}}.banner-content[data-v-1161bbab]{width:1200px;margin:0 auto;height:352px;overflow:hidden;background-position:50%;background-size:cover;background-repeat:no-repeat;display:flex;justify-content:flex-end}.banner-content>.content[data-v-1161bbab]{width:650px;height:352px;display:flex;flex-direction:column;align-items:center;justify-content:center}.banner-content>.content>p[data-v-1161bbab]{color:#2e2e23;font-size:42px}.banner-content>.content>h3[data-v-1161bbab]{color:#fa3835;font-size:42px}.banner-content>.content>div[data-v-1161bbab]{padding:0 40px;height:50px;border-radius:50px;line-height:50px;background-color:#2e2e2e;color:#f1ce5a;font-size:16px;margin-top:20px;cursor:pointer}.banner-content>.content>div[data-v-1161bbab]:hover{background-color:#181818}.download-content[data-v-1161bbab]{width:1200px;margin:0 auto;margin-bottom:60px;height:297px;overflow:hidden;background-position:50%;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:space-between;opacity:0;transition:all .3s ease}.download-content.active[data-v-1161bbab]{opacity:1}.download-content>div[data-v-1161bbab]{display:flex;flex-direction:column;align-items:stretch}.download-content>div.download[data-v-1161bbab]{width:730px;font-weight:700;margin-left:10px}.download-content>div.download>h3[data-v-1161bbab]{font-size:40px;letter-spacing:2px;margin-left:5px}.download-content>div.download>.tips[data-v-1161bbab]{height:35px;line-height:35px;display:flex;font-size:24px;margin-top:10px}.download-content>div.download>.tips>.item[data-v-1161bbab]{padding:0 8px}.download-content>div.download>.btn-content[data-v-1161bbab]{display:flex;margin-top:15px;margin-left:10px}.download-content>div.download>.btn-content>.item[data-v-1161bbab]{height:37px;line-height:37px;background-color:#fff;border-radius:4px;border:1px solid #000;display:flex;font-size:14px;align-items:center;justify-content:center;padding:5px;will-change:filter;transition:filter .5s;cursor:pointer}.download-content>div.download>.btn-content>.item[data-v-1161bbab]:first-child{margin-right:20px}.download-content>div.download>.btn-content>.item[data-v-1161bbab]:hover{filter:drop-shadow(0 0 4px #333)}.download-content>div.download>.btn-content>.item>img[data-v-1161bbab]{margin-right:10px}.download-content>div.download>.btn-content>.item p[data-v-1161bbab]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-content>div.code-content[data-v-1161bbab]{align-items:center;margin-right:50px;padding-top:20px}.download-content>div.code-content>.content[data-v-1161bbab]{width:108px;height:108px;background-color:#fff;display:flex;align-items:center;justify-content:center}.download-content>div.code-content>p[data-v-1161bbab]{font-size:14px;color:#fff;margin-top:15px}.tips-content[data-v-1161bbab]{width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;margin-bottom:60px}.tips-content>.item[data-v-1161bbab]{display:flex;flex-direction:column;align-items:center}.tips-content>.item>p[data-v-1161bbab]{font-size:12px;color:#000;margin-top:15px}