﻿.fd-pagination-content {
    position: absolute;
    bottom: 20px;
    right:20px;
}

.fd-pagination-content a {
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    height: 30px;
    color: #848484;
    border: 1px solid #d2d2d2;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    margin:0 7px;
}
#pag{
    text-align: center;
    width:100%;
}

#pagego{
    width: 60px;
    height: 30px;
    color: #848484;
    border: 1px solid #d2d2d2;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.go{
 	width: 30px;
    height: 30px;
    color: #848484;
    border: 1px solid #d2d2d2;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    background:#fff;
}
.on{
	background: #1A7AFF;
    color: #fff!important;
}
.fd-pagination-content{
	position: absolute;
}