
.page {
    padding: 30px 0 30px;
    text-align: center;
}

.page a, .page span {
    padding: 5px 10px;
    border: 1px solid #eee;
    background: #fff;
    color: #838383;
    line-height: 18px;
    border-radius: 3px;
    margin: 0 0 0 8px;
}


.page span, .page a {
    display: inline;
}

    .page a:hover, .page li .active, .page span.current {
        padding: 5px 10px;
        border: 1px solid #4fa9b5;
        background: #4fa9b5;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
    }

.product_detail .swiper-button-prev {
    background: #ccc url(/templates/lanxili/images/left_arrow_current.png)no-repeat center center;
    left: 0;
}

.product_detail .swiper-button-next, .product_detail .swiper-button-prev {
    background: #ccc url(/templates/lanxili/images/right_arrow_current.png)no-repeat center center;
    width: 39px;
    height: 39px;
    right: 0;
    margin-top: -78px;
}

/*-------------------*/
/*.page a, .page span {
    position: relative;
    float: left;
    height: 30px;
    min-width: 30px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
}

.page a, .page span {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    margin: 0 5px 0 18px;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #595959;
}
*/