.component-product-item .prod-link{width:233px;color:#000}.component-product-item .prod-image{width:100%;height:290px;position:relative;overflow:hidden}.component-product-item .prod-image .v-image,.component-product-item .prod-image img{max-width:100%}.component-product-item .prod-image:hover .favorite-btn{opacity:1}.component-product-item .prod-image .favorite-btn{width:30px;height:30px;position:absolute;right:16px;top:16px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.component-product-item .prod-image .favorite-btn .v-icon{font-size:26px;color:#000}.component-product-item .prod-image .favorite-btn .v-icon .cur,.component-product-item .prod-image .favorite-btn .v-icon.mdi-heart,.component-product-item .prod-image .favorite-btn .v-icon:hover{color:#8ff8f9}.component-product-item .prod-info{padding:10px 0 0;line-height:18px}.component-product-item .prod-info .prod-brand-name{width:100%;font-size:16px;line-height:18px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;color:#3c3c3c;font-family:fontMid}.component-product-item .prod-info .prod-title{font-size:14px;color:#999;margin:3px 0 6px;overflow:hidden;line-height:16px;text-align:center;height:16px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.component-product-item .prod-info .prod-price{text-align:center;display:flex;justify-content:center}.component-product-item .prod-info .prod-price span{padding:0 5px}.component-product-item .prod-info .prod-price .price{font-size:14px;color:#f52222;font-family:fontBold;order:2}.component-product-item .prod-info .prod-price .old-price{color:#999;text-decoration:line-through;margin-left:4px;order:1}.component-product-item .prod-info .prod-store-name{font-size:14px;text-align:center;color:#999;margin-top:5px}.component-product-item .prod-info{padding:18px 10px 0}@media only screen and (max-width:820px){.component-product-item .prod-image .favorite-btn{opacity:1}.component-product-item .prod-info{padding:18px 10px 0}.component-product-item .prod-info .prod-price,.component-product-item .prod-info .prod-price .price{font-size:14px}}.component-product-item{background-color:#fff;border-radius:8px;transition:transform .5s ease 0s;padding-bottom:10px;overflow:hidden}.component-product-item:hover{box-shadow:0 0 14px rgb(236 236 236);transform:translateY(-10px)}.component-product-item .item-link{width:233px;height:450px}.component-product-item .item-link .v-image,.component-product-item .item-link img{width:100%;height:100%;position:relative}.component-back-to-top{position:fixed;right:4vw;bottom:7vw;z-index:99}.component-back-to-top .back-to-top-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background-color:#000;border-radius:50%;opacity:.8;transition:opacity .2s;cursor:pointer}.component-back-to-top .back-to-top-btn:hover{opacity:1}.component-back-to-top .back-to-top-btn .v-icon{font-size:32px}