.pageTurn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.turnItem {
    /* padding: 10px 12px; */
    background-color: #FFFFFF;
    border: 1px solid #DEE3EB;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
}

.turnItem span {
    font-size: 14px;
    color: #777;
}

.turnItem img {
    width: 7px;
    height: 11px;
}

.turnItem:not(:first-child) {
    margin-left: 10px;
}

.turnSelect {
    width: 108px;
    height: 35px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #DEE3EB;
    border-radius: 4px;
    margin-left: 25px;
    position: relative;
    background-color: #FFFFFF;
}

.turnSelect:hover .pageBox {
    display: block;
}

.pageBox {
    position: absolute;
    top: 34px;
    display: none;
}

.sizeChoose {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px 4px rgba(42, 42, 42, 0.05);
    border-radius: 0px 0px 4px 4px;
}

.sizeChoose a {
    width: 108px;
    height: 35px;
    color: #777;
    font-size: 14px;
    line-height: 35px;
    padding-left: 11px;
    overflow: hidden;
}

.sizeChoose a:hover {
    background-color: #f7f7f7;
}

.turnSelect span {
    color: #777777;
    font-size: 14px;
    /* margin-right: 24px; */
}

.turnSelect img {
    width: 11px;
    height: 7px;
}

.pageJump {
    margin-left: 25px;
    /* padding: 11px; */
    display: flex;
    /* justify-content: space-between; */
    cursor: pointer;
    align-items: center;
    border-radius: 4px;
}

.pageJump span {
    color: #777;
    font-size: 14px;
}

.jump {
    width: 43px;
    height: 35px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(42, 42, 42, 0.05);
    border: 1px solid #DEE3EB;
    margin-left: 5px;
    margin-right: 7px;
    text-align: center;
    color: #777;
    font-size: 14px;
}