/*商城美化*/
.product-item:hover {
    border: 1px solid var(--theme-color);
    padding: 2px;
    transition: none;
}