﻿.fy {
  height:52px;
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:20px;
  float:left;
}   
.fy .page_infos{
    display:none;
    margin-right:5px;
    float:left;
}
    .fy .page_first {
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border: 1px #666 solid;
        text-align: center;
        margin-right: 5px;
        float: left;
        font-family: "宋体";
    }
    .fy .page_pre {
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border: 1px #666 solid;
        text-align: center;
        margin-right: 5px;
        float: left;
        font-family: "宋体";
    }
    .fy .page_next {
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border: 1px #666 solid;
        text-align: center;
        margin-right: 5px;
        float: left;
        font-family: "宋体";
    }
    .fy .page_last {
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border: 1px #666 solid;
        text-align: center;
        float: left;
        font-family: "宋体";
    }
    .fy #page_goto {
        float: left;
        font-size: 14px;
        color: #666;
        margin-left: 20px;
    }
.fy .page_nums{
    float:left;
}
    .fy .page_nums a {
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border: 1px #666 solid;
        text-align: center;
        margin-right: 5px;
        float: left;
        border-radius: 5px;
    }
.fy>a{
    float:left;
    border-radius:5px;
}
    .fy input {
        width: 15px;
        border: 1px solid #666;
        outline: none;
        padding: 6px 13px;
        text-align: center;
        background:#333;
        color:#999;
    }
.fy input:hover{
    border-color:var(--maincolor);
}
.fy a{
   color:#666;
}
.page_goto a{
    margin-left:8px;
}
.fy a:hover {
    color: var(--hovercolor);
    border-color: var(--hovercolor);
}
.fy .page_nums .curr {
    color: #666;
    border-color: #666;
    background-color: var(--hovercolor);
}