

*{margin: 0px;padding: 0px;text-decoration:none;list-style: none; color: #000}
html, body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-family: "微软雅黑";
}
ul, li {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}
/* 清除输入框选中（焦点）时的背景色 */
input:focus {
  background-color: transparent !important;
  outline: none; /* 移除默认焦点轮廓（可选） */
  box-shadow: none; /* 移除焦点阴影（可选） */
}

/* 清除自动填充时的背景色（兼容主流浏览器） */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input::-moz-autofill,
input::-moz-autofill:focus,
input::-moz-autofill:hover {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  color: inherit !important;
}
a {
    text-decoration: none;
}

a img, input {
    border: 0
}

img {
    vertical-align: middle;
}
body {
    font-size: 16px;
   
    color: #000;
}
a:hover{
	color: #1a52a3;
}
a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.clear {
    clear: both;
}

input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

img{width: 100%;height: auto;}

