.mainimg{
    width: 100%;
    height: 150px;
}
.fa_top{
    height: 100px;
    width: 100%;
    background-color: #867ab7;
    line-height: 100px;
    margin: 0 auto;
}
.fa_top ul{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.fa_top ul li{
    list-style: none;
    float: left;
    width: 10%;
}
.fa_top ul li img{
    width: 30px;
    height: 30px;
    line-height: 100px;
    /*padding-top: 10px;*/
}
/*.fa_top_table{*/
/*    line-height: 100px;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*}*/
/*.fa_top_table tr td{*/
/*    color: aliceblue;*/
/*    padding-top: 2px;*/
/*}*/
/*.fa_top_table img{*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    padding-top: 10px;*/
/*}*/
/*.fa_top_table tr td:first-child{*/
/*    width: 40%;*/
/*    padding-top: 2px;*/
/*    font-size: 23px;*/
/*    font-family: "宋体";*/
/*}*/
/*.fa_top_table tr td:last-child{*/
/*    text-align: left;*/
/*    height: 10px;*/
/*}*/
button{
    background-color: #00b7ee;
    border: 1px solid #00b7ee;
    border-radius: 5px;
    padding:5px 15px;
    margin-left: 15px;
}

a:link{
    text-decoration: none;
}
a{color:#fff}
.pagination {
    display: inline-block;
    padding-left: 70px;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}