body{
	font-family: "Microsoft Yahei", arial, helvetica, "Hei Ti", "FangSong", sans-serif;
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
	min-width:320px;
	font-size:12px;
	line-height:1.2;
	color:#333;
	width:100%;
	height:100%;
    background-color: #F3F3F5;
}
a{
	color:#63AEA9;
}

a:focus, a:hover{
	color:#000;
}
.icon-red{
	color: #f00;
}
.container{
	max-width: 640px;
	width:100%;
}
.color-blue{
	color: #63aea9;
}
.bg-color-white{
    background-color: #fff;
}
img{
	max-width: 100%;
}
.p-t-20{
    padding-top: 20px;
}
.p-b-20{
    padding-bottom: 20px;
}
.p-t-10{
	padding-top:10px;
}
.p-b-10{
	padding-bottom:10px;
}
.m-b-5{
	margin-bottom: 5px;
}
.display-none{
    display: none;
}
.border-bottom{
    border-bottom: 1px solid #eee;
}
.cut-out{
    overflow-wrap: break-word;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-control {
    box-shadow: none;
	-webkit-appearance: none;
}
/*header */
#header{
	position: relative;
	overflow: hidden;
}
#header .header-bg{
	min-height: 150px;
	background-size:cover;
}
.header-top-logo img{
	max-height:40px;
}
.header-bottom-logo img{
	max-height:80px;
}
.logo-58zxp{
	min-height:60px;
}
#header .header-bg .header-top-logo {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    box-shadow: -3px 3px 8px;
    float: right;
    margin-right: -15px;
    padding: 10px;
    position: relative;
    text-align: center;
}
#header .header-bg .header-bottom-logo {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: -2px -2px 8px;
    float: left;
    padding: 10px 15px;
    text-align: center;
}

/* company */
.company-name {
    padding-bottom: 20px;
    padding-top: 20px;
	background:#fff;
}
.company-name h1{
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
	font-weight:normal;
}
.company-status{
	background-color: #f3f3f5;
    color: #dc665e;
    padding-bottom: 5px;
    padding-top: 10px;
}
.company-status h5{
	font-size:15px;
	position: relative;
}
.company-filter{
	padding-bottom: 10px;
    padding-top: 10px;
	background-color:#fff;
}
.company-filter .right-border{
	border-right: 1px solid #ddd;
}
.company-filter h5{
	margin-top:7px;
	margin-bottom:7px;
}
.user-avatar img{
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.content-top-bj{
	/*min-height: 4px;
	position: relative;
	background-color:#fff;
	margin-bottom:10px;
	*/
}
.content-top-bj::before{
	background: url("http://zb.58zxp.com/assets/images/img-section-top.jpg") no-repeat scroll center top;
	background-size:contain;
    content: "";
    display: block;
    height: 4px;
}
.construction-thumbnails{
	position:relative;
}
.construction-thumbnails a{
	display:block;
}
.post-status-on a:before{
	position:absolute;
	right:25px;
	top:10px;
	content:"直播中";
	border:#fff solid 1px;
	color:#fff;
	text-align:center;
	padding:2px 7px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.post-status-off a:before{
	position:absolute;
	right:25px;
	top:10px;
	content:"直播结束";
	border:#fff solid 1px;
	color:#fff;
	text-align:center;
	padding:2px 7px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.construction-thumbnails a:after{
	width:50px;
	height:50px;
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	margin-left:-25px;
	margin-top:-25px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	background-image:url(http://zb.58zxp.com/assets/images/img-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:50px 50px;
}
.company-info{
	color:#999;
}
.company-info span{
	color:#333;
}
.company-content-info{
    margin-top: 10px;
    margin-bottom: 10px;
	position:relative;
	padding:0 15px;
}
.company-content-info .user-avatar,
.construction-info .user-avatar{
	max-width:55px;
	position:absolute;
	left:30px;
	top:80;
}
.construction-address{
	padding-left:85px;
	padding-right:15px;
	min-height:55px;
	padding-top:7px;
}
.company-content-info .construction-address h3{
	margin-top:0;
	color:#576B95;
	font-size:16px;
	line-height:1.25;
}
.company-content{
	background-color:#fff;
}
.company-content-info > span:first-of-type{
    margin-left: 0px;
}
.company-content-info > span{
    float: left;
    margin-left: 8px;
	line-height:20px;
	color:#666;
}
.company-content-info > span.info-stage{
	margin-left:0;
}
.content-info{
    position: relative;
    padding-left: 22px;
}
.content-info::before{
    content: '';
    position: absolute;
    left: 0px;
    z-index: 20;
    width: 20px;
    height: 20px;
	background-size:20px 20px;
	background-position:center center;
	background-repeat:no-repeat;
}
.info-gps::before{
    background-image: url(http://m.gongdizhibo.com/resource/images/a5.png);
}
.info-post::before{
    background-image: url(http://zb.58zxp.com/assets/images/img-posts.png);
}
.info-img::before{
    background-image: url(http://zb.58zxp.com/assets/images/img-img.png);
}
.info-time::before{
    background-image: url(http://zb.58zxp.com/assets/images/img-time.png);
}
.info-stage{
	background:#eee;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-left:7px;
	padding-right:7px;
}

#phase div a,#house-type div a{
    background-color: #eee;
    border-radius: 5px;
    color: #666;
	display:block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
	line-height:1.2;
}
#phase div a:hover,
#house-type div a:hover,
#phase div a.active:hover,
#house-type div a:hover,
#phase div a.active:focus,
#house-type div a:focus,
#phase div a.active,
#house-type div a.active{
    background-color:#63AEA9;
	text-decoration:none;
	color:#fff;
}

.order-layer .layui-layer-btn0 {
    bottom: 10px;
    left: 25%;
    max-width: 340px;
    min-width: 120px;
    position: absolute;
    z-index: 999;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
    float: left;
    width: 49%;
    text-align: center;
}
.layui-layer-btn1 {
    text-align: center;
    width: 49%;
}
#phase.row,
#house-type.row{
	margin-left:-5px;
	margin-right:-5px;
}
#phase .col-xs-3,
#house-type .col-xs-3{
	padding-left:5px;
	padding-right:5px;
}
.sort-filter a{
	background-color: #eee;
    border-radius: 5px;
    color: #666;
	display:block;
	margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sort-filter a:hover,
.sort-filter a:focus{
    background-color:#63AEA9;
	text-decoration:none;
	color:#fff;
}
/* construction */
.construction-info-container{
	position:relative;
	background:#fff;
}
.construction-info-container .construction-address{
	padding-top:20px;
}
.construction-info-container .construction-address h3{
	margin-top:0;
	color:#576B95;
	font-size:18px;
	line-height:1.25;
	margin-bottom:0;
}
.construction-info{
	min-height:65px;
}
.shortcut_nav{
	position:absolute;
	top:20px;
	right:45px;
}
.shortcut_nav .glyphicon{
	color:#ddd;
	font-size:18px;
}
.add-favor{
	position:absolute;
	top:20px;
	right:15px;
}
.add-favor .glyphicon{
	color:#ddd;
	font-size:18px;
}
.row-xs .post-content .col-xs-2{
	padding-right:5px;
}
.row-xs .post-content .col-xs-10{
	padding-left:5px;
}
.user-name > h4 > span{
	color:#576B95;
}
span.date{
	display:inline-block;
}
span.zan-amount{
	background-color:#f3f3f5;
	padding:4px 10px;
	font-size:14px;
	display:block;
	color:#576b95;
}
span.zan-amount i{
	color:#333;
}
.jcarousel-top-bj{
	margin-left: -15px;
}
.jcarousel-content{
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 0px;
}
.jcarousel-content img{
	border-radius: 50%;
	max-width: 48px;
    max-height: 48px;
}
.post-content p{
	font-size:14px;
}
.post-content-img ul{
	padding:0;
}
.post-content-img ul li{
	list-style:none;
}
.post-content-img.row-xs{
	margin-left:-5px;
	margin-right:-5px;
}
.post-content-img.row-xs .col-xs-4{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
.post-content-img.row-xs .col-xs-4 > a {
    display: block;
    position: relative;
}
.post-content-img.row-xs .img-shuiyin {
    bottom: 5px;
    max-width: 25px;
    position: absolute;
    right: 5px;
}
.post-content-img.row-xs .test-shuiyin {
    bottom: 5px;
    color: #ddd;
    right: 5px;
    position: absolute;
}
.post-content-comment{
	padding:10px;
	background-color:#F3F3F5;
}
.post-content-comment span{
	color:#576B94;
}
.post-content-comment .content-comment-date{
	color:rgb(170, 170, 170);
	font-size: 12px;
}
.post-content-comment p:last-child{
	margin-bottom:0;
}
.post-comment > img{
	max-height:28px;
}
/* Construction */
.post-category{
	font-size:14px;
}
.crowd.table>tbody>tr>td{
	padding: 8px 0;
}
.crowd-count{
	padding-left: 10px;
	padding-top: 1px;
	color: #737373;
}
.crowd-count-btn{
	margin-bottom: 5px;
    margin-top: -1px;
}
.crowd-view img{
	border-radius: 50%;
	max-width: 30px;
	float: left;
}
.crowd-view span{
	padding-left: 5px;
	float: left;
	margin-top: 7px;
    display: block;
}
.crowd-view-time span{
	margin-top: 7px;
    display: block;
}
.post-content .post-content-info{
    position: relative;
}
.post-content h4{
	font-weight:normal;
	font-size:16px;
}
.post-content .post-content-info .post-comment-box {
    background:#4C5154;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 15px 10px;
    position: absolute;
    right: 40px;
    text-align: center;
	margin-top:-7px;
}
.post-content{
	border-bottom:#ddd dashed 1px;
}
.post-content .post-content-info .post-comment-box span{
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	line-height:1;
	font-weight:700;
}
.zan{
    border-right: 1px solid #999;
    cursor: pointer;
}
.comment{
    cursor: pointer;
}
.form-group.comment-input{
	margin-top: 10px;
}
.form-group .emoji-wysiwyg-editor{
	min-height: 40px;
	padding: 10px;
}
.new-post-form .form-group{
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
a.emoji-button{
	display: block;
	width: 35px;
	height: 35px;
	background: url(http://zb.58zxp.com/assets/images/emojis/sunglasses.png) no-repeat center center;
	background-size: 35px 35px;
	text-indent: 100px;
	overflow: hidden;
	margin-top: 10px;
}
/* footer */
.footer-kb{
	height: 60px;
}
.footer-top{
	padding-top:15px;
	padding-bottom:15px;
}
footer.main-footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
    background-color: #F3F3F5;
}
footer.main-footer .footer-top-logo{
    position: relative;
}
.footer-top-logo img{
	max-height:30px;
}
.footer-top-info h6{
	color:#999;
	font-size:11px;
	font-weight:normal;
}
.main-footer .footer-bottom {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
	display:block;
	text-align:left;
	line-height:20px;
}
.main-footer .footer-bottom-collect{
    background-color: #E9CA5E;
}
.main-footer .footer-bottom-tel{
    background-color: #63AEA9;
	font-size:15px;
	text-align:center;
	padding-left:10px;
}
.main-footer .footer-bottom-role-login{
    background-color: #dc665e;
	font-size:15px;
	text-align:center;
	padding-left:10px;
}
.main-footer .footer-bottom-role-collect{
    background-color: #E9CA5E;
	padding-left:32px;
}
.main-footer .footer-bottom-role-post{
	background-color: #63AEA9;
	padding-left:10px;
	padding-right: 10px;
	text-align: center;
}
.main-footer .col-xs-6 .footer-bottom-role-collect{
	padding-left:10px;
	text-align:center;
}
.main-footer .col-xs-6 .custom-icon-my-favor::before{
	left:auto;
	margin-left:-25px;
}
.main-footer .col-xs-6 .custom-icon-my-login::before{
	left:auto;
	margin-left:-25px;
}
.main-footer .footer-bottom-intake{
    background-color: #fff;
    color: #000;
}
.custom-icon-post:before{
	content: '';
    position: absolute;
    left: 40px;
    z-index: 20;
    width: 20px;
    height: 20px;
	background-size:20px 20px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url(http://zb.58zxp.com/assets/images/img-icon-zhibo.png);
}
.custom-icon-my-favor:before{
	content: '';
    position: absolute;
    left: 10px;
    z-index: 20;
    width: 20px;
    height: 20px;
	background-size:20px 20px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url(http://zb.58zxp.com/assets/images/img-footer-collect.png);
}
.custom-icon-my-login:before{
	content: '';
    position: absolute;
    left: 10px;
    z-index: 20;
    width: 20px;
    height: 20px;
	background-size:20px 20px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url(http://zb.58zxp.com/assets/images/img-footer-login.png);
}
.login-button{
	padding: 0px 15px;
}
.custom-icon-tel:before{
	content: '';
    position: absolute;
    left: auto;
	margin-left:-25px;
    z-index: 20;
    width: 20px;
    height: 20px;
	background-size:20px 20px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url(http://zb.58zxp.com/assets/images/img-footer-tel.png);
}
.custom-icon-register:before{
	content: '';
    position: absolute;
    left: 10px;
	margin-top:-2px;
    z-index: 20;
    width: 45px;
    height: 25px;
	background-size:45px 25px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url(http://zb.58zxp.com/assets/images/img-login-logo.png);
}
.main-footer .custom-icon-register{
	color:#333;
	padding-left:60px;
	font-size:15px;
}
.main-footer nav ul{
	padding:0;
	margin:0;
}
.main-footer nav ul li{
	padding:0;
	list-style:none;
}
.main-footer a.footer-bottom:hover{
	text-decoration:none;
}

.user-login-btn {
    bottom: 160px;
    background: none repeat scroll 0 0 #e9ca5e;
    border: 0 solid #000000;
    border-radius: 30px;
    bottom: 160px;
    height: 40px;
    position: fixed;
    right: 10px;
    transform: inherit;
    transition: all 0.5s linear 0s;
    width: 40px;
    box-shadow: 0px 1px 5px #a7a7a7;
    overflow: hidden;
    z-index: 1000;
}
/*  login  */
.btn-primary{
	background-color: #63AEA9;
	border: none;
	font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus{
	background-color: #dc6561;
}
.btn-warning{
	background-color: #e9ca5e;
	border: none;
	font-weight: bold;
}
.btn-warning:hover,
.btn-warning:focus{
	background-color: #dc6561;
}
.user-login .logo img{
	max-height:100px;
}
.user-login h2,
.user-login h2 label{
	font-size:26px;
	font-weight: normal;
}
.welcome span{
	color:#63AEA9;
}
.user-login-form{
	margin-top:25px;
	margin-bottom:25px;
}
.user-login-form .form-control{
	border:0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow:  none;
	padding:12px 24px;
	height:auto;
}
.user-login-form .form-group{
	margin-bottom:0;
	border-bottom:#eee solid 1px;
}
.user-login-form #login_submit{
	margin-top:25px;
}
.user-login-form #login_register{
	margin-top:25px;
}

#re_pwd{
	margin-top: 15px;
}
/* add post */
.form-group.file-img {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.file-img .form-inline{
	margin-bottom: 5px;
	overflow: hidden;
}
.form-inline .p_file_btn{
	padding-top: 8px;
	padding-bottom: 8px;
}
.register-img-wx{
	padding:15px 0px;
}
.register-img-wx img{
	max-width: 160px;
}
.advertisement-box {
	position: fixed;
    overflow: hidden;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 100;
}
.advertisement {
	padding: 20px;
    max-width: 680px;
    margin: 0 auto;
    background-color: #fff;
}
.advertisement a{	
	height: 73px;
    display: block;
    overflow: hidden;
}

@media (min-width: 680px) {
	.advertisement a{	
		height: 148px;
		display: block;
		overflow: hidden;
	}
  }

.advertisement-block{
	width: 100%;
	height: 106px;
}

.collect-logout.btn.btn-danger.btn-xs {
    position: absolute;
    right: 15px;
    top: 18px;
}
.help-block {
	margin-top: -2px;
}
.help-block img{
	max-width: 20px;
}
.shortcut_nav img{
	max-width: 18px;
}
.shortcut_nav a{
	font-size: 16px;
	color: #737373;
}
.top-shortcut .glyphicon {
    color: #dc665e;
    font-size: 18px;
}