* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "微软雅黑";
}

th,
td,
ul,
ol,
textarea,
input,
select,
option {
    padding: 0;
}

a {
    text-decoration: none;
}

a,
textarea,
input {
    outline: none;
    border: none;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
}

li {
    list-style: none;
}

a img {
    border: none;
}

i {
    font-style: normal;
}

img {
    display: block;
}

b {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.tac{
	text-align:center;
}
.tal{
	text-align:left;
}
.tar{
	text-align:right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
    zoom: 1;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus,
.touming,
li,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}


