a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
    vertical-align: baseline;
    /*word-break:break-all;*/
    word-wrap: break-word;
}
body{
    font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
    color: rgb(60, 60, 60);
    font-size: 14px;
    line-height: 1.4;
    background-color: rgb(255, 255, 255);
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    margin: 0px;
    padding: 0px;
}

input {
    white-space: nowrap;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
* {
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);       /*È¡Ïû±íµ¥ÔªËØÔÚÊÖ»úÖÐ³öÏÖµÄ±ß¿ò*/
}
i{
    font-style: normal;
}
ul, li, ol {
    list-style: none;
}

img {
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /*È¡ÏûÍ¼Æ¬ÔªËØÔÚÊÖ»úÖÐ³öÏÖµÄ±ß¿ò*/
}
/*¸ß¶È×Ô¶¯ÉìËõ*/
html, body {
    height: 100%;
}

.content {
    min-height: 100%;
}

a {
    text-decoration: none;
    border: none;
    outline: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);              /*µ±ÓÃ»§µã»÷iOSµÄSafariä¯ÀÀÆ÷ÖÐµÄÁ´½Ó»òJavaScriptµÄ¿Éµã»÷µÄÔªËØÊ±£¬¸²¸ÇÏÔÊ¾µÄ¸ßÁÁÑÕÉ«¡£*/
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
    color: #1b1b1b;
}
/*a:visited {
    color: inherit;
}*/

input, button {
    outline: none;
}
body{
    font-family: pingfang sc regular,"Î¢ÈíÑÅºÚ", Arial, Helvetica, sans-serif;
}
em{
    font-style: normal;
}
table{
    border-collapse:collapse;
}
textarea{
    resize:none;
    overflow: auto;
}
.c{
    zoom:1;
}
.c::after{
    content:"";
    display:block;
    visibility: hidden;
    clear:both;
    height: 0;
}
.fl{
    float:left;
    display:inline;
}
.fr{
    float:right;
    display:inline;
}
.in-bl{
    display:inline-block;
}