@charset "utf-8"; html, body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background: #fff;
    font: 12px/1.5em "Microsoft Yahei";
}

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

address, cite, em {
    font-style: normal;
}

ol,ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

label,button {
    cursor: pointer;
}

input,select,label {
    vertical-align: middle;
}

select,input,textarea,font {
    font-size: 14px;
    line-height: 1.2em;
}

img {
    display: inline;
    height: auto;
}

i {
    font-style: normal;
}

.ui-mt{
    margin-top: 10px;
}
.ui-mg-10{
    margin: 10px;
}
.ui-text-red{
    color: red !important;
}