/* 基础公共样式：清除默认样式 + 设置通用样式 */

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "钉钉进步体 Regular";
  font-weight: 400;
  src: url("../iconfont/dd/DingTalk_JinBuTi_Regular.woff2") format("woff2"),
    url("../iconfont/dd/DingTalk_JinBuTi_Regular.woff") format("woff");
  font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "得意黑 斜体";
  font-weight: 400;
  src: url("../iconfont/dyh/Smiley_Sans_Oblique_斜体.woff2") format("woff2"),
    url("./iconfont/dyh/Smiley_Sans_Oblique_斜体.woff") format("woff");
  font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "阿里妈妈东方大楷 Regular";
  font-weight: 400;
  src: url("./iconfont/mm/Alimama_DongFangDaKai_Regular.woff2") format("woff2"),
    url("./iconfont/mm/Alimama_DongFangDaKai_Regular.woff") format("woff");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  font: 14px/1.5 "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
}

a {
  padding: 0;
  color: #333;
  text-decoration: none;
}

p {
  font-size: 14px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-body-tertiary {
  background-color: rgba(255, 255, 255, .97) !important;
}