/* class="main-wrap" content内容统一加padding（解决底部nav遮挡内容问题） /common/header.ejs */
.main-wrap {
    width: 100%;
    padding-bottom: 0.26rem;
    box-sizing: border-box;
}

/* 头部 /common/header.ejs */
.topBj {
    width: 100%;
    height: 1.31rem;
    background: url("/image/mobileImg/t.png") no-repeat top center;
    background-size: 100% 100%;
}
/* 底部导航 /common/nav.ejs */
nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.33rem;
    background: rgba(51, 135, 205, 1);
    z-index: 999;
}

nav > div {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: .32rem 0 .4rem 0;
}

nav > div > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

nav > div > a > img {
    width: .28rem;
    height: .26rem;
}

nav > div > a > span {
    font-size: .22rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-top: .17rem;
}

/* public /common/public.ejs */
.ouHouse {
    padding: .75rem .5rem .64rem .41rem;
    box-sizing: border-box;
}

.ouHouse .top_info {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    overflow: hidden;
}

.ouHouse .top_info img {
    width: 100%;
    height: 2.89rem;
    background-color: #00569b;
}

.ouHouse .top_info p {
    padding: .37rem .28rem .3rem .29rem;
    line-height: 1.5;
    font-size: 0.24rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}
.ouHouse .top_info>span{
    display: block;
    font-size: .26rem;
    padding: .37rem .28rem 0rem .29rem;
    font-weight: bold;
}


.swiper-button-next {
    width: .4rem;
    height: .6rem;
    background-image: url("/image/pager_right.png") !important;
    right: .5rem !important;
    outline: none;
  }
  .swiper-button-prev {
    width: .4rem;
    height: .6rem;
    background-image: url("/image/pager_left.png") !important;
    left: .5rem !important;
    outline: none;
  }
  .swiper-button-next.swiper-button-disabled {
    background-image: url("/image/pager_left_nor.png") !important;
    right: .5rem !important;
    outline: none;
    opacity: 1;
  }
  .swiper-button-prev.swiper-button-disabled {
    background-image: url("/image/pager_right_nor.png") !important;
    right: .5rem !important;
    outline: none;
    opacity: 1;
  }