/**
 * 招贤纳士
 *
 */

/*公共*/
@import "base.css";
@import "reset.css";

/*底部*/
@import "module/footer.css";
/*目录*/
@import "module/menu.css";
/*动画*/
@import "module/animation.css";


nav {
    background-color: #f4f5f9;
    position: relative;
}

section h3 {
    font-size: 1.5rem;
    color: #37897e;
    font-weight: 400;
}

section p {
    line-height: 2;
    font-size: 0.75rem;
    color: #91a8a6;
}


section .content {
    padding: 20px 0;
}

.swiper-deduce-pagination {
    text-align: center;
    width: 6rem !important;
}

.page {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-current {
    font-size: 2rem;
    color: #409585;
}

.swiper-pagination-total {
    font-size: 1.25rem;
    color: #6a6e72;
}

.swiper-deduce-button-next, .swiper-deduce-button-prev {
    color: white;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #81aaa4;
}