/*基本样式*/
* {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
i,
input {
  list-style: none;
  font-style: normal;
}
u {
  font-style: normal;
  text-decoration: none;
}
body {
  /*background: #efefef;*/
  background: #f2f2f2;
  font-size: 14px;
  font-family: "微软雅黑";
}
a {
  color: #333;
  text-decoration: none;
  font-family: "微软雅黑";
}
a:hover {
  color: #035c9f;
}
img {
  display: block;
  border: none;
}
input {
  outline: none;
}
table,
tr,
td {
  list-style: none;
  border: none;
  border-collapse: collapse;
}
html {
  min-width: 1200px;
}
img {
  max-width: 100%;
}
/* 左浮动 */
.fl-l {
  float: left;
}
/* 右浮动 */
.fl-r {
  float: right;
}
/* 清除浮动影响 */
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.layui-main {
  width: 1200px;
}
@font-face {
  font-family: "iconfont"; /* Project id 4290624 */
  src: url("//at.alicdn.com/t/c/font_4290624_wqg7ualj19i.woff2?t=1697533032881")
      format("woff2"),
    url("//at.alicdn.com/t/c/font_4290624_wqg7ualj19i.woff?t=1697533032881")
      format("woff"),
    url("//at.alicdn.com/t/c/font_4290624_wqg7ualj19i.ttf?t=1697533032881")
      format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
