html{
	background: #f5f5f5;
}

.col-sm-1,.col-xs-1,.col-sm-2,.col-xs-2,.col-sm-3,.col-xs-3,.col-sm-4,.col-xs-4,.col-sm-5,.col-xs-5,.col-sm-6,.col-xs-6,.col-sm-7,.col-xs-7,.col-sm-8,.col-xs-8,.col-sm-9,.col-xs-9,.col-sm-10,.col-xs-10,.col-sm-11,.col-xs-11,.col-sm-12,.col-xs-12{padding:0;}
/* 清除内外边距 */
body, 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;
}
/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
border-bottom: 1px dotted;
cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}


input,button{ margin:0; padding:0; list-style-type:none;border: none;outline:none;}

button{ background:none;}

footer {
	color: rgb(180,180,180)
}

footer .active{
	color: rgb(116,191,19);
}

footer .row {
	width:100%;background:#FFFFFF;text-align: center;position: fixed;bottom: 0;left: 0;padding: 5px 0;margin-right: 0px;
    margin-left: 0px;
    padding: 5px 15px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}
