/* 轻量图标（不依赖外部字体文件，使用 Unicode 字符） */
.iconfont {
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
}
.icon-edit::before   { content: "\270E"; }
.icon-prev::before   { content: "\2039"; font-weight: bold; }
.icon-next::before   { content: "\203A"; font-weight: bold; }
.icon-view::before   { content: "\1F441"; }
.icon-comment::before{ content: "\1F4AC"; }
.icon-cart::before   { content: "\1F6D2"; }
.icon-download::before { content: "\2B07"; }
.icon-check::before  { content: "\2714"; }
.icon-lock::before   { content: "\1F512"; }
.icon-vip::before    { content: "\2605"; }
.icon-like::before   { content: "\2665"; }
