body {
    font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif !important;
    color: #666;
    font-size: 12px;
    text-align: left;
    background: #ffffff;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
    float: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img {
    border: none;
}

i,
em {
    font-style: normal
}

th {
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
}

i {}

.center {
    text-align: center;
}

input,
img {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

body * {
    box-sizing: border-box;
}

input {
    background-color: transparent;
    border: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}


.foot{background: #000;}