
/*
.swiper-button-next, .swiper-button-prev {
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 30px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #eb6100;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
*/


.page_a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: var(--color1);
    color: #fff;
    text-decoration: none
}

.page_a:hover {
    text-decoration: none;
    background: var(--color1);
    color: #fff;
}

.page_a.current {
     background: var(--color1);
    color: #fff
}

.page_a.disabled {
    background: var(--color1);
    color: #fff;
    cursor: not-allowed
}

.page_jump {
    margin-left: 5px
}

.page_input {
    border: 1px solid #209d97;
    line-height: 28px;
    height: 28px;
    width: 40px;
    text-align: center
}


@media only screen and (max-width: 768px) {

}

