html,
body {
  height: 100%;
}

/* 统一字体 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 14px/1.5 "Roboto", "Source Han Sans", "Microsoft YaHei", "Heiti SC", tahoma, "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #F8F8F8;
}

/* 统一外边距 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input {
  padding: 0;
  border: 0;
  outline: none;
}

label {
  display: block;
}

img,
a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearnce: none;
}

a {
  text-decoration: none;
}

/* 设置移动端最大适配750像素的屏幕 */
@media screen and (min-width: 750px) {
  html {
    font-size: 75px !important;
  }
}

/* 文本溢出 */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 字体图标 */
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.ttf?t=1723066917764') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-zuo:before {
  content: "\e640";
}

.icon-gou:before {
  content: "\e647";
}

.icon-zhifubaozhifu:before {
  content: "\e654";
}

.icon-bianji:before {
  content: "\e607";
}

.icon-yanjing:before {
  content: "\e6cc";
}

.icon-yanjing1:before {
  content: "\e6cf";
}

.icon-yonghu:before {
  content: "\e60a";
}

.icon-shezhi:before {
  content: "\e7eb";
}

.icon-xiaoxi:before {
  content: "\e609";
}

.icon-zhuye:before {
  content: "\e58c";
}

.icon-lingdang:before {
  content: "\e6e4";
}

.icon-wangguan-1:before {
  content: "\e769";
}

