*{padding: 0;margin: 0;}
li{list-style: none;}
a{color: #232323;text-decoration: none;}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
.healthy{font-weight: bold !important;}
/* 设置默认字体 */

body {
    margin: 0;padding: 0;
    line-height: 1.6;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-family: 'Arial';
}


blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

address, cite, dfn, em, var {
    font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
    font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
}

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clearfloat::before {
    content: '';
    display: block;
    clear: both;
}

html, body {
    width: 100%;
}
textarea{font-family: 'Aril';outline: none;}
input{outline: none;}
/* nav li a::after{content:''; display: block; width: 0%; height: 3px; background-color: #d31716; position: absolute; bottom: 10px;left: 50%;transition: all .3s; border-radius: 3px; z-index: 100;}
nav li a:hover::after{width: 100%; color: #fff; left: 0;border-radius: 3px;}
a:hover{text-decoration: none;} */


