.page-bar{
    margin:0.2rem auto;
    width: 80%;
    height: 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.page-bar li{
    list-style: none;
    margin: 0 0.03rem;

}
.page-bar li:first-child>a {
    margin-left: 0px
}
.page-bar a{
    text-decoration: none;
    position: relative;
    float: left;
    height: 0.4rem;
    padding: 0 0.15rem;
    line-height: 0.4rem;
    color: #efb134;
    background: #fff;
    cursor: pointer;
    border-radius: 0.03rem;

}

.page-bar a.banclick{
    cursor:not-allowed;
}
.page-bar .active a{
    color: #fff;
    cursor: default;
    background-color: #efb134;
    font-size: 14px;

}
.page-bar i{
    font-style:normal;
    color: #efb134;
    margin: 0 4px;
    font-size: 14px;
}
