body {
    background: #eee url(../img/1.png) no-repeat top center;
}

.list-box {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.list-date {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: #F4F4F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.list-day {
    font-weight: 700;
    font-size: 24px;
    color: #5F78E1;
}

.list-year {
    font-size: 12px;
    color: #9DA4B3;
}

.list-text {
    flex: 1;
    overflow: hidden;
}

.list-title {
    font-size: 18px;
    color: #07003C;
}

.list-info {
    font-size: 14px;
    color: #48484F;
}


.skip>* {
    margin: 0 5px;
    color: #333;
}

.skip input {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 0 0.2rem;
    height: 30px;
}

.skip button {
    outline: 0;
    border: 0;
    padding: 0;
    background: transparent;
    height: 30px;
}

.skip button {
    transition: all .3s ease;
}

.skip button:hover {
    color: #5F78E1;
}

/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    width: 36px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #333;
    background: #fff;
}

input[type="number"]:focus {
    border: 1px solid #5F78E1;
}

.pagination {
    flex-wrap: nowrap;
}

.pagination>li {
    transition: all .3s ease;
    border: 1px solid #D6D6D6;
    background: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 0.5rem;
}

.pagination>li:hover,
.pagination>li.active {
    background: #5F78E1;
    color: #333;
    cursor: default;
    border-color: #5F78E1;
}

.pagination>li:hover a,
.pagination>li.active a {
    color: #fff;
}

nav .pagination li a {
    font-size: 14px;
    height: 100%;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .skip {
    font-size: 14px;
}

nav>* {
    margin-bottom: 5px;
}

nav {
    padding: 20px 0;
}