@charset "utf-8";
/*---------reset---------*/
/* 清除内外边距 */
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
    line-height: 1.5;
}

/* 设置默认字体 */
body,
button, input, select, textarea { 
    font: 12px/1 "microsoft yahei"; 
}

small { font-size: 12px; } /* 小于 12px 的中文在用户阅读上就会出现困难，让 small 正常化 */

/* 重置列表元素 */
dl, dt, dd, ul, ol, li  { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a,i,b,u,em,strong,span,small { font-size: 100%; font-style: normal;}

button, input, select, textarea {
    font-size: 100%; 
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/*---------end reset-------*/
p {color: #252525;}
a { color: #252525; text-decoration:none }
a:hover {text-decoration:none; }
.fl{float:left;}
.fr{float:right;}

.height5 { padding-bottom:5px;clear:both }
.height10 { padding-bottom:10px;clear:both }
.height15 { padding-bottom:15px;clear:both }
.height20 { padding-bottom:20px;clear:both }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { *zoom:1;}

.clear { clear:both }
body{color:#f6f5f5; font-size:12px;}
.container { margin:0 auto; width:calc(100% - 20px); padding: 0 10px; }


