/**
 * 寻迹洛阳城
 *
 */

/*公共*/
@import "base.css";
@import "reset.css";

/*动画*/
@import "module/animation.css";
/*导航*/
@import "module/nav.css";
/*目录*/
@import "module/menu.css";
/*底部*/
@import "module/footer.css";


section {
    background-image: url(../images/deduce1-1.jpg);
    background-size: contain;
    background-repeat: round;
}

.image {
    position: relative;
}

/*主体内容*/
.main {
    margin-top: 60px;
}

.image-team1 {
    margin-top: 2.5rem /* 40/16 */;
}

.image-team1 p {
    color: white;
}

.image-team2 {
    margin-top: 1.875rem /* 30/16 */;
}

.image-team2 p {
    color: white;
}

.image-team3 {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    grid-column-gap: 0.625rem /* 10/16 */;
    grid-row-gap: 0.625rem /* 10/16 */;
}

.image-team3 p {
    padding: 1.25rem /* 20/16 */ 0;
    color: white;
}


.image-team8 {
    margin-top: 100px;
    text-align: center;
}

.image-team8 h3 {
    font-size: 2rem;
    line-height: 2;
    color: white;
}

.image-team8 p {
    line-height: 2;
    color: white;
}

.image-team9{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.image-team9 .item{
    margin-top:2rem;
}

.image-team9  img{
    width: 8rem;
    height: 8rem;
    object-fit: cover;
}


.image-team9  p{
    line-height: 2;
    font-size: 1.2rem;
    color: white;
}


/*分页*/
.mySwiper {
    width: 100%;
    margin-top: 1.25rem;
}

.swiper-deduce-pagination {
    text-align: center;
}

.swiper-deduce-pagination .swiper-pagination-bullet {
    width: 2.5rem;
    height: 3px;
    border-radius: 0;
}

.swiper-deduce-pagination .swiper-pagination-bullet-active {
    background: #4e4e4e;
}

.mySwiper p {
    color: white;
    margin-top: 20px;
    text-align: left;
}
