@charset "utf-8";
* {margin:0; padding:0;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none;}
body {font-family:"微软雅黑",Arial, "Microsoft Yahei";background: #efefef;font-size: 16px;}
body.choose{height: 100%;overflow: hidden;}
form, img, table, td { border:0;}
ul, ol, li { list-style-type:none; display: block;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}
input, textarea, img { vertical-align:middle; font-family:Arial, "Microsoft Yahei";}
@media screen and (max-device-width: 320px) {body {-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px) {body {-webkit-text-size-adjust:none}}
a {color:#3f3f3f;text-decoration:none;}
html,body{ height: 100%;}
em,i{font-style:normal;}
html>img{display: none;}
input,textarea,button{ -webkit-appearance:none;}
input[type="radio"]{ -webkit-appearance:radio;}
input[type="checkbox"]{ -webkit-appearance:checkbox;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.clearfix:after{ clear: both; content: "\200B"; display: block; height: 0;}
.clearfix{ *zoom: 1;}
fieldset,img ,input,button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
 }
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/
a:visited{text-decoration:none; }/*指已经访问过的链接*/
a:hover{text-decoration:none;}/*指鼠标在链接*/
a:active{text-decoration:none;}/* 指正在点的链接*/ 
input[type=number] {
   -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

/*底部公用start*/
.footer {
	position: relative;
}
.footer img {
	position: fixed;
	width: 10%;
	right: 2%;
	bottom: 10%;
	z-index: 10;
	display: none;
}
.footer p {
	padding: 0.15rem 3%;
	font-size: 0.12rem;
	color: #616161;
}
.footer ul {
	background: #fff;
}
.footer ul li {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 0.06rem 0;
}
.footer ul li a {
	display: block;
	font-size: 0.14rem;
	color: #616161;
}
.footer ul li:nth-child(-n+2) {
	border-right: 1px solid #e6e6e6;
}
.footer span {
	display: block;
	text-align: center;
	font-size: 0.12rem;
	color: #959595;
	padding-top: 0.06rem;
	padding-bottom: 0.02rem;
}
/*底部公用end*/
/*悬浮底部start*/
.public-bottom {
   bottom: 0;
   left: 0;
   position: fixed;
   width: 100%;
   z-index: 6;
   background: rgba(0,0,0,.5);
   padding: 0.04rem 2%;
}
.public-bottom ul li {
	float: left;
	width: 32%;
}
.public-bottom ul li:nth-child(-n+2) {
	margin-right: 2%;
}
.public-bottom ul li a {
	display: block;
	padding: 0.08rem 0;
	font-size: 0.14rem;
	color: #fff;
	padding-left: 36%;
	border-radius: 0.05rem;
}
.public-bottom ul li:nth-child(1) a {
	background: url(../images/icon/public-bottom2.png) no-repeat left 18% center/17% #3181f5;
}
.public-bottom ul li:nth-child(2) a {
 	background: url(../images/icon/public-bottom1.png) no-repeat left 18% center/19% #53d26b;
}
.public-bottom ul li:nth-child(3) a {
 	background: url(../images/icon/bottom-phone.gif) no-repeat left 19% center/20% #ea1f1f;
}
/*悬浮底部end*/
/*搜索页面start*/
.public-search {
	padding: 0.11rem 3%;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center; 
	background: -webkit-linear-gradient(90deg, #0551c4, #470dca);
   background: -o-linear-gradient(90deg, #0551c4, #470dca); 
   background: -moz-linear-gradient(90deg, #0551c4, #470dca); 
   background: url(../images/search-bg.png) no-repeat center/100%, linear-gradient(90deg, #0551c4, #470dca); 
}
.public-search-lf {
	width: 11%;
}
.public-search-lf a img {
	display: block;
	width: 40%;
}
.public-search form  {
	width: 85%;
}
.public-search-fr input {
	float: left;
	display: block;
	height: 0.36rem;
	line-height: 0.36rem;
}
.public-search-fr input:nth-child(1) {
	width: 75%;
	color: #acacac;
	font-size: 0.14rem;
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	background: url(../images/icon/search.png) no-repeat left 7% center/8% #fff;
	text-indent: 0.4rem;
}
.public-search-fr input:nth-child(2) {
	color: #fff;
	background: #595eed;
	font-size: 0.16rem;
   text-align: center;
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	width: 25%;
}
.hot_search {
	background: #fff;
	padding: 0.3rem 4% 0.6rem 4%;
}
.hot_search .hot_search1:nth-child(2) {
	margin: 0.25rem 0;
}
.hot_search1 p {
	float: left;
	width: 24%;
	font-size: 0.16rem;
	color: #0550c4;
	font-weight: 800;
}
.hot_search1 ul {
	width: 76%;
	float: left;
}
.hot_search1 ul li {
	float: left;
	margin-right: 3%;
	margin-bottom: 0.08rem;
}
.hot_search1 ul li a {
	display: block;
	color: #010101;
	font-size: 0.14rem;
	background: #f3f3f3;
	border-radius: 0.03rem;
	padding: 0.03rem 0.06rem;
}
/*搜索页面end*/
/*列表页和城市搜索页公共头部start*/
.public-head {
	padding: 0.08rem 3%;
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center; 
	background: -webkit-linear-gradient(90deg, #0551c4, #470dca);
   background: -o-linear-gradient(90deg, #0551c4, #470dca); 
   background: -moz-linear-gradient(90deg, #0551c4, #470dca); 
   background: url(../images/search-bg.png) no-repeat center/100%, linear-gradient(90deg, #ee7955, #2f63d2);
}
.public-head-fl {
	width: 20%;
}
.public-head-fl a {
	width: 100%;
	display: inline-block;
	font-size: 0.14rem;
	color: #fff;
}
.public-head-ct {
	text-align: left;
	width: 30%;
}
.public-head-ct a img{
	width: 44.2%;
}

.public-head-ct2 {
	text-align: left;
	width: 100%;
}
.public-head-ct2 a img{
	width: 100%;
}

.public-head-fr {
	text-align: right;
	width: 20%;
}
.public-head-fr img {
	width: 33%;
}
/*列表页和城市搜索页公共头部end*/
/*右侧悬浮弹窗样式start*/
.more_right {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.more_right .more_rightr {
	width: 60%;
	height: 100%;
	float: right;
	background: #fff;
	position: relative;
	z-index: 600;
}
.more_rightr_search {
	position: relative;
	width: 70%;
	margin: 0 auto;
	margin-top: 0.2rem;
}
.more_rightr_search input.more_rightr_search1 {
	border:1px solid #dcdcdc;
   border-radius: 10px;
   height: 0.3rem;
   line-height: 0.3rem;
   font-size: 0.14rem;
   text-indent:1em;
   box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
}
.more_rightr_search input.more_rightr_search2 {
   width: 20%;
   position: absolute;
   right: 6%;
   top: 0;
   height: 0.3rem;
   border:none;
   background: url(../images/icon/search2.jpg) no-repeat center center /50%;
}
.more_rightr_main {
	width: 70%;
	margin: 0 auto;
	border-bottom: 1px solid #d0d0d0;
	padding: 0.07rem 0;
}
.more_rightr_main ul li a {
	display: block;
	color: #464646;
	font-size: 0.16rem;
	height: 0.44rem;
	line-height: 0.44rem;
   padding-left: 0.4rem;
}
.more_rightr_main ul li:nth-child(1){
   background: url(../images/icon/navRight1.jpg) no-repeat left center /12%;
}
.more_rightr_main ul li:nth-child(2){
   background: url(../images/icon/navRight6.jpg) no-repeat left center /16%;
}
.more_rightr_main ul li:nth-child(3){
   background: url(../images/icon/navRight10.png) no-repeat left center /12.5%;
}
.more_rightr_main  ul li:nth-child(4){
   background: url(../images/icon/navRight3.jpg) no-repeat left center /15%;
}
.more_rightr_main  ul li:nth-child(5){
   background: url(../images/icon/navRight2.jpg) no-repeat left center /12%;
}
.more_rightr_main ul li:nth-child(6){
   background: url(../images/icon/navRight7.jpg) no-repeat left center /12%;
}
.more_rightr_main  ul li:nth-child(7){
   background: url(../images/icon/navRight8.jpg) no-repeat left center /13%;
}
.more_rightr_mains ul li:nth-child(1){
   background: url(../images/icon/navRight4.jpg) no-repeat left center /14%;
}
.more_rightr_mains ul li:nth-child(2){
   background: url(../images/icon/navRight9.png) no-repeat left center /12%;
}
.more_right_close{
   background: rgba(0,0,0,0.5);
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 500;
}
/*右侧悬浮弹窗样式end*/
/*首页旅居中的城市导航和列表页销售导航公用start*/
.resident-bt-title {
	background: #fff;
}
.resident-bt-title ul  {
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.resident-bt-title ul li a {
	font-size: 0.16rem;
	color: #717171;
}
.resident-bt-title ul li.active a {
	color: #000;
	background: url(../images/icon/line.jpg) no-repeat bottom center/92%;
	padding-bottom: 0.035rem;
}
/*首页旅居中的城市导航和列表页销售导航公用end*/
/*首页和列表楼盘的预售证公用start*/
.resident-city-bt2 {
	margin-top: 0.1rem;
	margin-bottom: 0.05rem;
	background: #f3f3f3;
	border-radius: 0.2rem;
	display: -webkit-flex; 
	display: flex;
	align-items: center;
}
.resident-city-bt2 span,
.resident-city-bt2 i,
.resident-city-bt2 strong {
	display: inline-block;
	font-size: 0.12rem;
}
.resident-city-bt2 strong {
	color: #fff;
	background: url(../images/icon/zheng.png) no-repeat left center/100%;
	margin-left: 3%;
	width: 0.22rem;
	height: 0.26rem;
	line-height: 0.24rem;
	text-align: center;
	-webkit-transform: scale(0.72);
}
.resident-city-bt2 span {
	color: #3c3c3c;
	width: 47%;
	margin-right: 2%;
}
.resident-city-bt2 i {
	width: 44%;
	color: #f23838;
	background: url(../images/icon/dongtai.png) no-repeat left center/10%;
	padding-left: 5%;
}
.resident-city-bt2 span,
.resident-city-bt2 i {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*首页和列表楼盘的预售证公用end*/
/*弹窗公共样式start*/
.zhezhaoceng {
   background: rgba(0,0,0,0.68) none repeat scroll 0 0;
   display: none;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 100;
}
.popup {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 120;
	width: 100%;
	margin-top:35%;
	display: none;
}
.popup-ce,
.popup-center  {
	width: 82%;
	margin: auto;
   padding: 0 7%;
   position: relative;
}
.popup-ce {
	height: 3.1rem;
	background: url(../images/pop.png) no-repeat top center/100%;
}
.popup-center {
	height: 2.8rem;
	background: url(../images/pop2.png) no-repeat top center/100%;
}
.popup-title p {
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	padding-top: 0.05rem;
}
.popup-cen-title {
	text-align: center;
	color: #fff;
}
.popup-cen-title p {
	font-size: 0.24rem;
	padding-top: 0.3rem;
	padding-bottom: 0.08rem;
	border-bottom: 1px solid #fff;
}
.popup-cen-title span {
	display: block;
	font-size: 0.16rem;
	padding-top: 0.08rem;
}
.popup-conx {
	margin-top: 0.3rem;
	text-align: center;
}
.popup-conx p {
	font-size: 0.18rem;
	color: #404040;
	padding: 0 5%;
	margin-bottom: 0.46rem;
}
.popup-conx input {
	display: block;
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	border-radius: 0.2rem;
	font-size: 0.16rem;
}
.popup-conx input.popup-conx1 {
	width: 100%;
	color: #535353;
	background: #d4d4d4;
	margin-bottom: 0.18rem;
}
.popup-cen-bt input.popup-conx1 {
	margin-bottom: 0.1rem;
}
.popup-conx input::-webkit-input-placeholder {
   color:#535353;
}
.popup-conx input::-moz-placeholder {   
   color:#535353;
}
.popup-conx input:-moz-placeholder {   
   color:#535353;
}
.popup-conx input:-ms-input-placeholder { 
   color:#535353;
}
.popup-conx input.popup-conx2 {
	color: #fff;
	width: 80%;
	margin: 0 auto;
	background: #0b4dd4;
}
.new-popup-close,
.popup-close {
	position: absolute;
	text-align: center;
	margin-top: 0.2rem;
}
.popup-close {
	right: 12%;
   top: 3%;
}
.new-popup-close {
	right: 10%;
	top: 1%;
}
.popup-close a img,
.new-popup-close a img {
	width: 50%;
}
/*弹窗公共样式end*/
/*页面公共的优惠弹窗开始*/
.total_pop {
	position: fixed;
   left: 0;
   top: 0;
   z-index: 120;
   width: 100%;
   height: 100%;
   padding: 2% 4% 0 4%;
   background: rgba(0,0,0,0.68);
}
.total_pop_close {
	position: absolute;
	top: 9%;
	right: 2%;
	width: 13%;
}
.total_pops {
   margin-bottom: 0.06rem;
}
.total_pops img {
	width: 72%;
	display: block;
	margin: 0 auto;
	padding-top: 10%;
}
.total_pops span,
.total_pops i {
	font-size: 0.12rem;
	color: #fff;
}
.total_pops span {
	float: left;
	margin-left: 6%;
}
.total_pops i {
	float: right;
}
.total_popx input {
	display: block;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	border-radius: 0.2rem;
	width: 70%;
	margin: 0 auto;
}
.total_popx input.total_popx1 {
	font-size: 0.14rem;
	color: #333;
	margin-bottom: 0.06rem;
}
.total_popx input.total_popx2 {
	background: #52a764;
	font-size: 0.16rem;
	font-weight: 800;
	color: #fff;
}
.total_pop_close img {
	width: 72%;
}
.total_pop_open img {
	position: fixed;
	bottom: 22%;
	left: 1%;
	width: 15%;
	z-index: 60;
}

/*搜索*/
.com_main_two {
    width: 100%;
    height: auto;
}
.search_box {
    position: relative;
}
.search_box ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: none;
    height: 360px;
    overflow: auto;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999999;
}
.search_box ul li {
    height: auto;
    padding: 5px 0;
    width: auto;
    overflow: hidden;
}
.search_box ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 0 20px;
    text-align: left;
    width: auto;
}
.search_box ul li a h1 {
    clear: both;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    width: auto;
}
ul li a h1 span.price {
    float: right;
}
.search_box ul li a h1 span.name {
    color: #ff6600;
    margin-right: 5px;
    font-size: 16px;
    width: 72%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.search_box ul li a h1 {
    clear: both;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    width: auto;
}
/*底部固定板块在线咨询帮你找房*/
.indexFooter {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.indexFooter .footerBj img{
    width: 100%;
}
.indexFooter .indexFooterMain{
    position: relative;
}
.indexFooterMain ul{
    position: absolute;
    left: 0;
    bottom: 14%;
    width: 100%;
}
.indexFooterMain ul li{
    float: left;
    width: 30%;
    margin-left: 5%;
}
.indexFooterMain ul li img{
    width: 100%;
}
.dongtaiTle {
    position: absolute;
    right: 7%;
    bottom: 0;
    width: 15%;
}
.indexFooterMain ul li a {
    font-size: 0.16rem;
    color: #fff;
    display: inline-block;
    padding: 0.04rem 0;
    border-radius: 0.05rem;
    width: 100%;
    text-indent: 24%;
}
.indexFooterMain ul li:nth-child(1) a {
   background: url(http://m.cmaifz.com/static/mobile/cmmobile/image/icon/online.png) no-repeat left 14% center/17% #ffa800;
}
.indexFooterMain ul li:nth-child(1) a {
   background: url(http://m.cmaifz.com/static/mobile/cmmobile/image/icon/house_icon.png) no-repeat left 12% center/20% #1bdf69;
   background: #1bdf69 url(../images/icon/indexFooter3.png) no-repeat 10% center/19%;
}
.dongtaiTle img{
    width: 100%;
}
/*底部固定板块在线咨询帮你找房 END*/