
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family:"Microsoft YaHei";
    word-warp: break-word;
    word-break: break-all;
}
textarea{line-height:1;outline:0;-webkit-appearance: none; -webkit-tap-highlight-color:rgba(0,0,0,0);    border: 0;font-size: 14px}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

input {
    line-height: 1;
    outline: 0;
    /*-webkit-appearance: none;*/
    border: 0;
    margin: 0;
    padding: 0;
}



/*body {*/
    /*font: normal 14px/1.5 Tahoma, Helvetica, arial, sans-serif;*/
/*}*/

.cls {
    clear: both;
    height: 0px;
    overflow: hidden;
    background: #FFF;
}


input:focus {
    -webkit-tap-highlight-color:none;
    -webkit-user-modify: read-write-plaintext-only;
}

*:focus {outline: none;}

.clear {
    clear: both
}

a {
    text-decoration: none;
}

.blank {
    clear: both;
    height: 10px;
    overflow: hidden;
    font-size: 0px;
}

.blank1 {
    clear: both;
    height: 5px;
    overflow: hidden;
    font-size: 0px;
}

.str {
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

img {
    display: block;
}




