/**
 * PREMIOR3D — 图标字体
 * 使用阿里巴巴 iconfont 图标库
 * 微信: icon-weixin2  /  电话: icon-phone  /  邮箱: icon-email
 *
 * 如已下载 iconfont 字体文件，取消下方 @font-face 注释并将 SVG fallback 替换为 font 渲染
 */

/*
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2') format('woff2'),
       url('iconfont.woff') format('woff'),
       url('iconfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*/

.iconfont {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-style: normal;
  line-height: 1;
}

/* 电话图标 */
.icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
}

/* 邮箱图标 */
.icon-email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'%3E%3C/rect%3E%3Cpath d='m22 4-10 8L2 4'%3E%3C/path%3E%3C/svg%3E");
}

/* 微信图标 */
.icon-weixin2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M8.691 2.188C3.891 2.188 0 5.476 0 9.53c0 2.212 1.17 4.203 3.002 5.55a.59.59 0 0 1 .213.665l-.39 1.48c-.019.07-.048.141-.048.213 0 .163.13.295.29.295a.326.326 0 0 0 .167-.054l1.903-1.114a.864.864 0 0 1 .717-.098 10.16 10.16 0 0 0 2.837.403c.276 0 .543-.027.811-.05-.857-2.578.157-4.972 1.932-6.446 1.703-1.415 3.882-1.98 5.853-1.838-.576-3.583-4.196-6.348-8.596-6.348zM5.785 5.991c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178A1.17 1.17 0 0 1 4.623 7.17c0-.651.52-1.18 1.162-1.18zm5.813 0c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178 1.17 1.17 0 0 1-1.162-1.178c0-.651.52-1.18 1.162-1.18zm3.68 4.256c-2.996 0-5.431 2.146-5.431 4.787 0 2.643 2.435 4.789 5.431 4.789.447 0 .88-.048 1.304-.138a.66.66 0 0 1 .533.069l1.432.837a.26.26 0 0 0 .126.04.22.22 0 0 0 .218-.222.222.222 0 0 0-.036-.12l-.294-1.104a.447.447 0 0 1 .168-.49c1.277-.988 2.012-2.302 2.012-3.661 0-2.644-2.435-4.787-5.432-4.787zm-2.327 2.237c.46 0 .835.376.835.837a.836.836 0 0 1-.835.837.836.836 0 0 1-.836-.837c0-.461.375-.837.836-.837zm4.666 0c.46 0 .835.376.835.837a.836.836 0 0 1-.835.837.836.836 0 0 1-.836-.837c0-.461.375-.837.836-.837z'%3E%3C/path%3E%3C/svg%3E");
}
