@charset "utf-8";

.container {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    min-height:0;
}
.container .row{
    margin-left:0px;
    margin-right:0px;
}
/**地图**/
.container .row:first-child{
    width:100%;
    height: 100%;
}
.container .row:first-child #map {
    width:100%;
    height:100%;
}
.BMap_Marker > div img {
    width: 27px;
    height: 42px;
}

/**搜索框**/
.container .row:nth-child(2){
    width: 100%;
    position: absolute;
    top:5%;
    z-index: 10;
}
#search_div input{
    width: 100%;
    padding:20px 10px;
    text-align: left;
    border: none;
    box-shadow: none;
    outline: none;
}
#search_div>span:first-child {
    padding-left: 20px;
}

/**社区卡片**/
.swipe{
    position: absolute;
    bottom:5%;
    z-index: 10;
    padding-left: 10%;
    height: 200px;
}
#community_info_ul li{
    position:relative;
    width:320px;
    height: 200px;
}
#community_info_ul li>.community_info_div{
    position:relative;
    width:95%;
    height:180px;
    font-size: 12px;
    color:#999;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
}
.community_info_div:nth-child(odd) {
    margin-right: 3%;
}
.community_info_div div:first-child p{
    height:30px;
    overflow:hidden;
}
.community_info_div div:first-child p:first-child{
    font-size: 16px;
    color: #000000;
}
.community_info_div div:nth-child(2) img{
    width:100%;
    height:100px;
}
/**打电话、到这去样式**/
.community_info_div div:nth-child(3) a{
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #3C9792;
    border-radius: 30px;
}
/**分享图标样式**/
.community_info_div div:nth-child(3) span{
    display: inline-block;
    width:30px;
    height:30px;
    border-radius: 50%;
    float: right;
    background-color:#dcdcdc;
    background-image:url("../images/map_share_img.png");
    background-size: 80% 90%;
    background-repeat: no-repeat;
}
#community_info_ul li>a{
    display: block;
    width:95%;
    height:65%;
    position: absolute;
    top:0;
}

/**翻页切换按钮样式**/
.container .swipe>img{
    display:none;
    width:35px;
    height:35px;
    position: absolute;
    z-index:100;
    top:40%;
    left:2%;
}

.container .swipe>#toggle_right_btn{
    left:90%;
}

/*iphone6*/
@media screen and (min-device-width: 360px) and (max-width: 400px ) {
    #community_info_ul li{
        width:290px;
    }
}
/*iphone 5s 以下*/
@media screen and (max-width: 360px ) {
    #community_info_ul li{
        width:260px;
    }
}
