﻿/*  */
.skip>* {
    margin: 0 5px;
    color: #333;
}

.skip input,
.skip button {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 0 0.2rem;
    height: 31.6px;
}

.skip button {
    transition: all .3s ease;
}

.skip button:hover {
    background: #004DA4;
    color: #fff;
    border: 1px solid #004DA4;
}

/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    width: 31.6px;
    height: 31.6px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

input[type="number"]:focus {
    border: 1px solid #89c8ff;
}

.pagination {
    flex-wrap: nowrap;
}

.pagination>li {
    transition: all .3s ease;
    border: 1px solid #D6D6D6;
    border-radius: 0;

    width: 31.6px;
    height: 31.6px;
    min-width: 31.6px;
    margin-right: 0.5rem;
}

.pagination>li:hover,
.pagination>li.active {
    background: #004DA4;
    color: #fff;
    cursor: default;
    border-color: #004DA4;
}

.pagination>li:hover a,
.pagination>li.active a {
    color: #fff;
}

nav .pagination li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

nav .skip {
    font-size: 14px;
}

nav {
    padding: 30px 0;
}

nav>* {
    margin-bottom: 5px;
}