﻿/* 这个css文件，只写网页样式重置的样式   也可以命名为 base.css */

/* 星号找所有的标签，性能偏差   为了提高性能，可以把所有自带margin和padding的标签写出来，重置为0*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
	margin: 0;
	padding: 0;
}
body{
	font: 12px/1.5 "微软雅黑";
}
img{
	vertical-align: bottom;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear:both;
}
input,button,textarea{
	outline: none;
}
.hide{
	display: none;
}

.fy {
  height:52px;
  margin:10px 0 10px 450px ;
  float: left;
}   
.fy .page_infos{
    display:none;
    margin-right:5px;
    float:left;
}
.fy .page_first{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
}
.fy .page_pre{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
} 
.fy .page_next{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
}
.fy .page_last{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    float:left;
}
.fy #page_goto{
    display:none;
    float:left;
}
.fy .page_nums{
    float:left;
}
.fy .page_nums a{
    display:block;
    height:30px;
    width:30px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
}
.fy>a{
    float:left;
}
.fy input{
    width:15px;
}
.fy a{
   color:#000;
}
.page_goto a{
    margin-left:8px;
}
.fy a:hover {
    color: #fff;
    background-color: #4d4948;
}
.fy .page_nums .curr {
    color: #fff;
    background-color: #4d4948;
}