/******************************初始化样式********************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, img, i, dl, dt, dd, ol, ul, li, form, label, table,
caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, footer, header, hgroup, menu, nav,
output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "microsoft yahei";
    vertical-align: baseline;
}

a, a:focus {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

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

input, button, div, select, textarea {
    outline: none;
}

label, input[type=radio] {
    cursor: pointer;
}

.clearfix {
    zoom: 1;
}

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

.color-red {
    color: #EB3131;
}

.color-333 {
    color: #333333;
}

.color-green {
    color: #03BE38;
}

html {
    font-size: 16px;
}
