@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 "微软雅黑", Tahoma, Helvetica, Arial, sans-serif; line-height:100%; }
input{ vertical-align:middle;}
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;}
/* 重置表格元素 */
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; }
/* ========================= 页面常用样式 CSS样式 =========================== */
/*清除浮动*/
.clearfix:after{
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:" ";
}
.clearfix{_zoom:1;}
html{ overflow-y:scroll; overflow-x:auto; height: 100%;}
.fl{float:left;}
.fr{float:right;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.show{ display:block !important;}
.hidden{ display:none !important;}
.text-center{ text-align: center;}
.text-left{ text-align: left;}
.thro{ text-decoration: line-through; color:#999;}
.fw{ font-weight: 900;}