@charset "utf-8";

/*** 轮播图样式 ***/
.swipe {
    padding-left: 0px;
    padding-right: 0px;
}
#top {
    margin-top: 90px;
}
#top, #top li img {
    height: 200px;
}
#top li {
    width: 100%;
    overflow: hidden;
}
#top li img {
    width: 100%;
    /*0 表示在touchSlider.js里设置为屏幕的100%宽度，当不要屏幕100%时，写具体像素值*/
}
#top {
    width: 100%;
    line-height: 0;
    text-align: center;
    -webkit-transition: left 800ms ease-in 0;
    -moz-transition: left 800ms ease-in 0;
    -o-transition: left 800ms ease-in 0;
    -ms-transition: left 800ms ease-in 0;
    transition: left 800ms ease-in 0;
}

.container .row{
    margin-left: 0;
    margin-right: 0;
}

/************ 加入邻里、发布房源 ******/
#expert_and_house {
    margin-top: 20px;
}
#expert_and_house ul li {
    width: 100px;
    height: 64px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    border: 1.2px solid #3C9792;
    padding-top: 10px;
}
#expert_and_house ul li > span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #999;
}
#expert_and_house ul li > span:nth-child(1) {
    font-size: 16px;
    color: #3C9792;
}
/************ 设置点击区域 ******/
#expert_and_house ul li > a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
}

/****找物业租房 买二手房 买新房模块****/
#img_div {
    margin-top: 20px;
}
#img_div > div {
    width: 32%;
    max-height: 240px;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
}
#img_div > div:not(:last-child) {
    margin-right: 2%;
}
#img_div > div img {
    width: 100%;
    height: 50%;
}
#img_div>div a{
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
}
/****地图找社区模块**/
.container #map_div{
    position: relative;
    margin-top: 20px;
}
.container #map_div div:first-child{
    padding-left: 0px;
    padding-right: 0px;
}
.container #map_div div:first-child img{
    width:100%;
}
.container #map_div div:nth-child(2){
    position: absolute;
    font-size: 18px;
    font-weight:500;
    top:10%;
}
.container #map_div div:nth-child(3){
    position: absolute;
    top:60%;
}
.container #map_div div:nth-child(3) img{
    width:30px;
    height:30px;
    border-radius:50%;
    border: 2px solid #fff;
    margin-right:10px;
}
.container #map_div>a{
    display: block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
}

/******推荐社区模块****/
.community_wuye_div {
    width: 100%;
    height: 50px;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    display:inline-block ;
}
.community_wuye_div img {
    width:30px;
    height:30px;
    border-radius:50%;
    position: relative;
    margin-left: 5px;
    margin-top: 10px;
}
.community_wuye_div >div {
    line-height: 20px;
    position: absolute;
    left: 40px;
    bottom: 8px;
}
.community_wuye_div >div >p {
    overflow: hidden;
    font-size:14px;
}





