@charset "utf-8";

/* CSS Document */

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
p,
a,
span,
input,
img,
button,
textarea,
select,
table,
label,
tr,
td,
thead,
tbody {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

body {
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	background:#fffff;
}

a {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:hover{-webkit-tap-highlight-color: transparent;}



/*伪类清浮动*/


/*这段代码 每次要加在cssrest当中 把它当做一个模块来使用 使用方法就是：给高度塌陷的元素 加上这个clearfix类名即可*/

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

*+html .clearfix {
	min-height: 1%;
}




/*底部菜单*/
.bottom_nav{
    width:100%;
    height:auto;
    border-top:1px solid #e5e5e5;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index:999;
    background:#fff;
}
.bottom_nav li{
    width:33.3%;
    height:62px;
    text-align: center;
    float: left;
}
.bottom_nav li a{
    display: block;
    width:100%;
    height:62px;
    text-align: center;

}
.bottom_nav li a p{
    color: #999;
    line-height: 10px;
}
.bottom_nav li a img{
    display: inline-block;
    width:30px;
    height:30px;
    margin-top:8px;
    vertical-align:baseline;
}
.bottom_nav li.on a p{
    color: #1296db;

}


/**头部**/
// .top{
//     width: 100%;
//     height: 40px;
//     font-size: 16px;
//     line-height: 40px;
//     text-align: center;
//     position: relative;
//     background: #fff;
//     margin-bottom: 4px;
// }
// .top a{
//     display: block;
//     width: 20px;
//     height: 20px;
//     position: absolute;
//     top:10px;
//     left: 3%;
// }
// .top a img{
//     width: 20px;
//     height: 20px;
//     display: block;
// }


.check {
 	border:1px solid red;
}


