/**
 * 官网「阿里巴巴 iconfont · 官网项目」字形
 * 字体文件：static/fonts/wh-portal-iconfont.woff2（及可选 .woff / .ttf，与 iconfont 下载包同名复制即可）
 * Unicode 与 iconfont 项目「Font class」生成代码一致（项目 id 5146391 对应类名 icon-xxx）
 */
@font-face {
    font-family: "wh-portal-iconfont";
    src: url("/fonts/wh-portal-iconfont.woff2") format("woff2"),
         url("/fonts/wh-portal-iconfont.woff") format("woff"),
         url("/fonts/wh-portal-iconfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 与 iconfont.css 中 .icon-xxx:before 的 content 一致 */
.wh-ico-mail, .wh-ico-jingyan, .wh-ico-addr, .wh-ico-jiashicang, .wh-ico-zhuanli, .wh-ico-ziben, .wh-ico-guanzhu, .wh-ico-search, .wh-ico-right, .wh-ico-setting, .wh-ico-cart, .wh-ico-smile, .wh-ico-mail2, .wh-ico-phone, .wh-ico-addr2 {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.wh-ico-mail::before,
.wh-ico-jingyan::before,
.wh-ico-addr::before,
.wh-ico-jiashicang::before,
.wh-ico-zhuanli::before,
.wh-ico-ziben::before,
.wh-ico-guanzhu::before,
.wh-ico-search::before,
.wh-ico-right::before,
.wh-ico-setting::before,
.wh-ico-cart::before,
.wh-ico-smile::before,
.wh-ico-mail2::before,
.wh-ico-phone::before,
.wh-ico-addr2::before {
    font-family: "wh-portal-iconfont" !important;
}

/* icon-youxiang1 */
.wh-ico-mail::before { content: "\e739"; }
/* icon-jingyanzhi */
.wh-ico-jingyan::before { content: "\e6bd"; }
/* icon-dizhi1 */
.wh-ico-addr::before { content: "\e814"; }
/* icon-jiashicang */
.wh-ico-jiashicang::before { content: "\e635"; }
/* icon-zhuanli */
.wh-ico-zhuanli::before { content: "\e6fb"; }
/* icon-zhuceziben */
.wh-ico-ziben::before { content: "\e740"; }
/* icon-guanzhuwomen */
.wh-ico-guanzhu::before { content: "\e612"; }
/* icon-sousuo */
.wh-ico-search::before { content: "\e611"; }
/* icon-xiangyou1 */
.wh-ico-right::before { content: "\e775"; }
/* icon-shezhi */
.wh-ico-setting::before { content: "\e643"; }
/* 原购物车 e610 在本字库中不存在；对应 icon-daochu「导出」字形 */
.wh-ico-cart::before { content: "\e60b"; }
/* icon-fuwuhaopingshuai */
.wh-ico-smile::before { content: "\e68d"; }
/* icon-youxiang */
.wh-ico-mail2::before { content: "\e908"; }
/* icon-dianhua */
.wh-ico-phone::before { content: "\eb23"; }
/* icon-dizhi */
.wh-ico-addr2::before { content: "\e606"; }
