@charset "utf-8";
/*
* @description: 易介前端开发基本样式
* @author: ych
* @update: ych (2015-09-16)
*/
/* ============================ 重置css样式 ============================ */
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea { font: 14px/1 PingFangSC,'helvetica neue','hiragino sans gb','Segoe UI',Calibri,'microsoft yahei ui','microsoft yahei',simsun,sans-serif; line-height:100%; }
input{ vertical-align:baseline;}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
i, em { font-style: normal; }
/* 重置列表元素 */
ul, ol { list-style: none; }
/* 重置文本格式元素 */
a {
    text-decoration: none;
    cursor:pointer;
    outline:none;
}
th{ font-weight:normal;}
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
img{vertical-align:middle;}
/*修正safari浏览器字体大小缩放不一致*/
body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    list-style:none;

}
button, input, select, textarea {
    font-size: 100%;
    list-style:none;
    border:none;
    outline:none;
    resize:none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* ========================= 页面常用样式 CSS样式 =========================== */
/*清除浮动*/
.clearfix:after{
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:" ";
}
.clearfix{_zoom:1;}
html{ overflow-y:scroll;}
html{ overflow-x:auto;}
.fl{float:left;}
.fr{float:right;}
