* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  background: url(/lgbj/images/index_79.jpg) repeat;
  font-family: "宋体";
  font-size: 14px;
  color: #000000;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
  border: 0;
}

input {
  background: transparent;
  appearance: none;
}

input:focus {
  outline: none;
}

a {
  color: inherit;
  /* 继承父元素颜色 */
  text-decoration: none;
  /* 可选：同时去除下划线（如需保留可删除） */
}

ul,
li {
  list-style: none;
}