.section {
	position: relative;
}

.about-us {
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    color: #fff;
    font-size:10px;
    z-index: 2;
}

.swiper-slide .image {
	background-repeat:no-repeat;
	height:175px;
	background-size:100% 100%;
	background-position: top center;
}

.section .container .search-part {
    width: 78%;
    position: absolute;
    left: 11%;
    top: 100px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 2;
}

.section .container input {
	border: none;
	height: 30px;
    line-height: 30px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    padding-left: 30px;
}

.section .container .search-icon {
	background: url(../images/icon.png) no-repeat -360px 0px;
    background-size: 375px;
    position: absolute;
    left: 5px;
    top: 9px;
    height: 14px;
    width: 20px;
}

.nav {
	padding: 10px 20px 20px;
    background-color: #fff;
}

.nav .col-xs {
	width: 20%;
	float: left;
}

.nav .icon {
    background: url(../../2016css/icon2.png) no-repeat 10px 10px #72c1e2;
    background-size: 220px;
    width: 42px;
    height: 42px;
    margin: auto;
	border-radius: 100%;
}

.nav .icon1 {
    background: url(../../2016css/icon2.png) no-repeat -34px 10px #F9DB61;
    background-size: 220px;
}

.nav .icon2 {
    background: url(../../2016css/icon2.png) no-repeat -79px 10px #F5705D;
    background-size: 220px;
}

.nav .icon3 {
    background: url(../../2016css/icon2.png) no-repeat -121px 10px #32D093;
    background-size: 220px;
}

.nav .icon4 {
    background: url(../../2016css/icon2.png) no-repeat -166px 10px #f9375a;
    background-size: 220px;
}

.nav .icon5 {
    background: url(../../2016css/icon2.png) no-repeat 11px -33px #ff2000;
    background-size: 220px;
}

.nav .icon6 {
    background: url(../../2016css/icon2.png) no-repeat -33px -35px #f17527;
    background-size: 220px;
}

.nav .icon7 {
    background: url(../../2016css/icon2.png) no-repeat -77px -33px #ffb400;
    background-size: 220px;
}

.nav .icon8 {
    background: url(../../2016css/icon2.png) no-repeat -123px -33px #8cbe4c;
    background-size: 220px;
}

.nav .icon9 {
    background: url(../../2016css/icon2.png) no-repeat -165px -33px #bc84d3;
    background-size: 220px;
}

.nav a {
	margin: 10px 0px 0px 0px;
}

.nav .text  {
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}

/**/
.section1 {
	background-color: #E0EDEB;
}

.section1 .icon {
	background: url(../images/icon.png) no-repeat -219px -33px;
    background-size: 375px;
    width: 90px;
    height: 50px;
	border-right: 1px solid #5A5F5E;
	margin: 10px 0px;
} 

.section1 ul {
	margin: 10px 0px;
}

.section1 li {
	line-height: 25px;
	margin-left: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.section1 li a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

.section2 {
	background-color: #fff;
	padding: 8px 5px; 
}

.section2 .tag {
    color: #C9171D;
    border: 1px solid #C9171D;
    padding: 2px 6px;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    margin: 7px 20px;
}

.section2 li a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	line-height: 28px;
}

.section2 li .point {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #7f7f7f;
    float: left;
    margin-top: 9px;
    margin-right: 7px;
}

.section3 {
	margin: 5px 0px;
}

.section4 {
	background-color: #fff;
}

.section4 .title {
	border-left: 10px solid #C9171D;
	padding: 10px 0px 10px 10px; 
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}

.section4 .building-item {
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
}

.section4 .building-item img {
	position: relative;
	height: 100px;
}

.section4 .building-item .building-info {
	padding-left: 10px; 
}

.section4 .building-item .b-name {
	font-size: 15px;
	float:left;
}

.section4 .building-item .house-status {
	color:#fff;
	border-radius: 2px;
	width:100%;
	font-size: 12px;
}

.section4 .building-item .house-status .label {
	position: relative;
	margin-left: 10px;
	padding: 1px 5px;
    border-radius: 2px;
}

.house-status .label-default { 
	background-color:#858585;
}

.house-status .label-danger { 
	background-color:#cd292e;
}

.house-status .label-success { 
	background-color:#39ac6a;
}

.house-status .label-info { 
	background-color:#5bc0de;
}

.house-status .label .icon-list {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 10px;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -5px;
    background-size: 375px;
}

.house-status .label-default .icon-list {
	background-position: -140px -128px;
}

.house-status .label-danger .icon-list {
	background-position: -140px -78px;
}

.house-status .label-success .icon-list {
	background-position: -140px -52px;
}

.house-status .label-info .icon-list {
	background-position: -140px -103px;
}

.section4 .building-item .b-position {
	font-size: 13px;
	color: #8D8D8D;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.section4 .building-item .b-huxing {
	max-width: 200px;
	min-width:100%;
	float: left; 
}

.section4 .building-item .b-tags li {
	background-color: #F4F7F9;
	color: #9AB2BE;
	padding: 2px;
	font-size: 12px;
	margin-right: 5px;
	float: left;
}

.section4 .building-item .b-seehouse {
	font-size: 15px;
	color: #74AA3A;
}

.section4 .building-item .b-price {
	color: #C9171D;
	font-size: 10px;
	margin-top: 0px;
}

.section4 .building-item .b-price span {
	font-size: 16px;
	font-weight: bold; 
}

.section4 .building-item .b-tel {
	font-size: 10px;
	position: absolute;
    top: 56%;
    right: 13%;
}

/*list*/
.toolbar .search-part input {
	height: 30px;
	border: none;
	border-radius: 5px;
	width: 70%;
	padding:0px 10px; 
}

.toolbar .search-part .search-icon {
    background: url(../images/search@2.png) no-repeat 0px 0px;
    background-size: 19px;
    background-position:center;
    position: absolute;
    height: 30px;
    width: 10%;
    right:10px;
    top:5px;
}

.select-part {
	background-color: #fff;
}

.select-part .select-diy {
    position: relative;
    text-align: center;
    text-align-last: center;
    border-right: 1px solid #d2d2d2;
    width: 33%;
    float: left;
    margin: 5px 0;
}

.select-part select {
	height: 30px;
	-webkit-appearance:none;
	border: none;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	text-align: center;
	text-align-last: center;
	background: url(../../2016css/down2.png) no-repeat right center;
    background-size: 9px;
}

.select-part .noborder {
	border-right: none;
}

.total-count {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 2px 2%;
	color: #8D8D8D;
}

.list {
    display: none;
    position: absolute;
    top:82px;
    width:100%;
    left:0;
    max-height: 300px;
    overflow:scroll;
    background: #fff;
    z-index:100003;
}

.list ul{
	transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, 0px) translateZ(0px);
}

.list li {
    position: relative;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #dfe0e1;
}

#dialog {
	display:none;
	z-index:99;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}

.no_data_wrap {
    margin-top: 38px;
    background: #fafafa;
    display: none;
    padding: 10px 0px;
}

.no_data_wrap .no_data_text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.no_data_wrap .no_data_text span {
    color: #e83826;
}

.no_data_wrap img {
    margin: 2px 0 0 20px;
    display: inline-block;
}

.apple a {
	display:block; 
	text-decoration:none;
}

.apple,.aa { 
	height:40px; 
	overflow:hidden; 
}

.apple a,
.aa a { 
	width:100%; 
	height:40px; 
	line-height:40px; 
	text-indent:2px; 
}

.zj {  
	height:55px; 
	overflow:hidden; 
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
}

.yaohao-nail {
	background: url(../images/yaohaoNail.png) no-repeat 0px 0px;
	background-size: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px; 
}

.ovfHiden {
	overflow: hidden;
	height: 100%;
	position: fixed;
}

.section4 {
	position: relative;
}

.section4 .title {
	border-left: 0 solid #C9171D;
    padding: 0; 
    font-size: 13px;
    border-bottom: 0px solid #ccc;
}

.swiper-main {
	margin: 0 20px;
}

.section4 .swiper-v {
	height: 230px;
	width: 90%;
	margin: 0 5%;
}

.section4 .swiper-v img {
	border-radius: 10px;
}

.swiper-box {
    position: absolute;
    bottom: 20px;
    left: 5%;
    background-color: #fff;
    border-radius: 10px;
    width: 85%;
    padding: 10px;
    text-align: left;
}
      
.swiper-title-icon {
	background: url(http://www.house178.com/userfiles/main/wx/cljXcx/icon2.png) 0px 4px no-repeat;
	background-size: 16px;
	width: 16px;
	height: 20px;
	padding-left: 20px;
}


.swiper-box {
    position: absolute;
    bottom: 20px;
    left: 5%;
    background-color: #fff;
    border-radius: 10px;
    width: 85%;
    padding: 10px;
    text-align: left;
}

.bl-btn {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 999;
	width: 80px;
	height: 80px;
}