.Page-turning{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin: 0 auto;
    margin-top: 56px;
}
.Page-turning a{
    display: inline-block;
    width: 37px;
    height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin: 0 4px;
    background: #f4f6f7;
    cursor: pointer;
}
.Page-turning a.current{
    color: #e36c2c;
}
@media screen and (max-width: 1024px){
    .Page-turning{
        width: auto;
        display: flex;
        height: 1.15rem;
        margin: 0 auto;
        margin-top: 2.16rem;
        justify-content: center;
        margin-bottom: 2.25rem;
    }
    .Page-turning a{
        display: block;
        width: 1.37rem;
        height: 1.13rem;
        font-size: 0.57rem;
        color: #333;
        float: left;
        line-height: 1.1rem;
        text-align: center;
        border: 1px solid #e7e7e7;
        margin-right: 0.28rem;
        background: #f8f8f8;
        cursor: pointer;
    }
    .Page-turning a.current{
        color: #e36c2c;
    }
}
