
 /*=========
    通用样式
  ==========*/
 @charset "utf-8";



 /*=========
  基本默认值
  ==========*/
*{margin: 0;padding: 0;}

html {
	min-height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	font-size: 14px;
	color:#000000;
	background:#ffffff;
	font-family: "Arial", "Microsoft Yahei";
	min-width: 320px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	min-width: 1200px;
	overflow-x: auto;
}


img {
	border: none;
	max-width: 100%;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	text-decoration: none;
	color:#000000;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

input, textarea, select,button {
	font-family: Arial, "Microsoft YaHei";
	font-size: 12px;
	outline: none;
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	transition: color .5s, background .5s, opacity .5s, border .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s;  /* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s;   /* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s;  /* Opera */
}
input:disabled, input[disabled],textarea:disabled, textarea[disabled]{
	color: #404141;
	-webkit-text-fill-color:#404141;
	-webkit-opacity:1;
	opacity: 1;
	background-color: #fafafa;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #919d9d;
}
input::-moz-placeholder,textarea::-moz-placeholder{
	font-size: 14px;
	color: #919d9d;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{
	font-size: 14px;
	color: #919d9d;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.fg {
	clear: both;
	width: 100%;
	height: 0px;
}

/*94%的内容*/
.container{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    position: relative;
}
.container1{
    margin-left: auto;
    margin-right: auto;
    width: 1176px;
    position: relative;
}
.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 1340px;
    position: relative;
}
/*图片通用样式*/
.img-common{
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
         background-size: cover;
    -webkit-background-size: cover;
}

/*内页通用导航栏*/
.navbox{
	background-color: #494c4b;
	height: 44px;
}
.navbox .navleft ul li{
	float: left;
}
.navbox .navleft ul li .nnav{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #b7bebe;
	line-height: 44px;
	padding-right: 35px;
}
.navbox .navleft ul li.on .nnav{
	color: #ffffff;
}
.navbox .navleft ul li:hover .nnav{
	color: #ffffff;
}
.navbox .navright a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.navbox .navright .addrbtn{
	float: left;
	height: 27px;
    line-height: 27px;
    padding: 0 10px;
    font-size: 12px;
    color: #e7e7e7;
    -moz-border-radius: 14.5px;
         border-radius: 14.5px;
    margin-top: 7px;
    border: 1px solid #838785;
}
.navbox .navright .addrbtn i{
	background-image: url(../images/navicon_01.png);
    width: 12px;
    height: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.navbox .navright .vipbtn{
	float: left;
	height: 27px;
    line-height: 27px;
    padding: 0 15px;
    font-size: 14px;
    color: #58d08f;
    -moz-border-radius: 14.5px;
         border-radius: 14.5px;
    margin-top: 7px;
    border: 1px solid #838785;
    margin-left: 16px;
}
.navbox .navright .logname{
	float: left;
	line-height: 44px;
	margin-left: 16px;
	color: #999999;
}
.navbox .navright .logname a{
	font-size: 14px;
}
.navbox .navright .logname a.name{
	color: #d8a636;
	font-weight: bold;
}
.navbox .navright .logname a.exit{
	color: #999999;
}
.navbox .navright .logname a.exit:hover{
	color: #ffffff;
}
/*绿色导航栏*/
.navbox.green{
	height: 56px;
	background-color: #1c8a3a;
}
.navbox.green .navleft .glogo{
	float: left;
	margin-right: 45px;
	margin-top: 13px;
}
.navbox.green .navleft .glogo img{
	width: 149px;
	height: 29px;
}
.navbox.green .navleft ul{
	float: left;
}
.navbox.green .navleft ul li .nnav{
	line-height: 56px;
	color: #afc8b6;
}
.navbox.green .navright .vipbtn{
	color: #ffffff;
	border: 1px solid #ffffff;
	margin-top: 13px;
}
.navbox.green .navright .logname{
	line-height: 56px;
	color: #ffffff;
}
.navbox.green .navright .logname a{
	color: #ffffff;
}
.navbox.green .navright .logname a.exit{
	color: #ffffff;
}


/*内页顶部搜索栏*/
	/*通用*/
.mmnavlist .logo{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    height: 40px;
}
.mmnavlist .logo img{
	width: 203px;
    height: 40px;
}
.textbb{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 23px;
    line-height: 23px;
    border: 1px solid #ee390f;
    font-size: 14px;
    color: #ee390f;
    border-radius: 12.5px;
    padding: 0 9px;
    vertical-align: top;
    margin-left: 6px;
    font-weight: bold;
}
.textbb.mm{
	height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 10px;
}
.mmnavlist .mmlist{
	float: left;
	line-height: 40px;
	margin-left: 36px;
}
.mmnavlist .mmlist .mmnav{
	font-size: 18px;
	color: #404141;
	margin-right: 28px;
}
.mmnavlist .mmlist .mmnav.on{
	color: #1c8a3a;
}
.mmnavlist .mmlist .line{
	width: 1px;
	height: 20px;
	background-color: #c9c6c3;
	vertical-align: text-bottom;
	margin-right: 32px;
	margin-left: 4px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
}
.topsearch{
	background-color: #fafafa;
	padding: 30px 0 26px 0;
}
.topsearch .lsearch .mmsearch{
	margin-top: 27px;
}
.topsearch .lsearch .mmsearch form{
	width: 750px;
	height: 50px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.topsearch .lsearch .mmsearch input[type="text"]{
	width: 632px;
	height: 50px;
	padding: 0 10px 0 28px;
	background-color: #ffffff;
	font-size: 12px;
}
.topsearch .lsearch .mmsearch input[type="text"]::-webkit-input-placeholder{
	color: #cbcbcb;
}
.topsearch .lsearch .mmsearch input[type="text"]::-moz-input-placeholder{
	color: #cbcbcb;
}
.topsearch .lsearch .mmsearch input[type="text"]::-ms-input-placeholder{
	color: #cbcbcb;
}
.topsearch .lsearch .mmsearch input[type="submit"]{
	width: 80px;
	height: 50px;
	background: url(../images/inicon_02.png) center no-repeat;
	background-color: #bb9541;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.topsearch .rcode{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.topsearch .rcode .code{
	height: 62px;
	float: right;
	margin-bottom: 10px;
}
.topsearch .rcode .code img{
	width: 62px;
	height: 62px;
}
.topsearch .rcode .text{
	clear: both;
	font-size: 12px;
	color: #959595;
	line-height: 1.5;
}
	/*详情页顶部*/
.topsearch.topview .lsearch{
	margin-bottom: 24px;
}
.topsearch.topview .lsearch .mmnavlist{
	float: left;
}
.topsearch.topview .lsearch .mmsearch{
	float: right;
	margin-top: 0;
}
.topsearch.topview .lsearch .mmsearch form{
	width: 356px;
	height: 48px;
	border-radius: 0;
}
.topsearch.topview .lsearch .mmsearch input[type="text"]{
	width: 256px;
	height: 48px;
	background-color: #edf0ee;
	padding: 0 10px 0 24px;
}
.topsearch.topview .lsearch .mmsearch input[type="submit"]{
	width: 66px;
	height: 48px;
	background: url(../images/lpv_serch.png) center no-repeat;
	background-color: #edf0ee;
}
.topsearch.topview .lsearch .mmsearch input[type="text"]::-webkit-input-placeholder{
	color: #7c7c7c;
}
.topsearch.topview .lsearch .mmsearch input[type="text"]::-moz-input-placeholder{
	color: #7c7c7c;
}
.topsearch.topview .lsearch .mmsearch input[type="text"]::-ms-input-placeholder{
	color: #7c7c7c;
}
.topsearch.topview .house-title{
	position: relative;
	border-top: 1px solid #ededed;
	padding-top: 28px;
	padding-right: 300px;
	padding-bottom: 22px;
}
.topsearch.topview .house-title .titleinfo .title{
	font-size: 26px;
	color: #404141;
	font-weight: bold;
}
.topsearch.topview .house-title .titleinfo .labbtns {
	font-size: 0;
	margin-top: 18px;
}
.topsearch.topview .house-title .titleinfo .labbtns .lab{
	height: 26px;
	line-height: 26px;
	background-color: #f5f3f0;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 18px;
    font-size: 12px;
    color: #bb9641;
    margin-right: 10px;
}
.topsearch.topview .house-title .titleinfo .labbtns .lab.one{
	background: -webkit-linear-gradient(left, #3875c8 , #17427c); 
    background: -o-linear-gradient(right, #3875c8, #17427c);
    background: -moz-linear-gradient(right, #3875c8, #17427c); 
    background: linear-gradient(to right, #3875c8 , #17427c);
    color: #ffffff;
}
.topsearch.topview .house-title .titleinfo .labbtns .lab.zd{
	background: -webkit-linear-gradient(left, #d41c1c , #871d1d); 
    background: -o-linear-gradient(right, #d41c1c, #871d1d);
    background: -moz-linear-gradient(right, #d41c1c, #871d1d); 
    background: linear-gradient(to right, #d41c1c , #871d1d);
    color: #ffffff;
}
.topsearch.topview .house-title .titleinfo .fbword{
	font-size: 16px;
	color: #404141;
	margin-top: 10px;
}
.topsearch.topview .house-title .clickbtn{
	position: absolute;
	right: 0;
	top: 28px;
	text-align: right;
	cursor: pointer;
} 
.topsearch.topview .house-title .clickbtn .ccks{
	font-size: 0;
}
.topsearch.topview .house-title .clickbtn .ccks .cck{
	height: 50px;
	line-height: 50px;
	padding: 0 32px;
	font-size: 16px;
	color: #747474;
	border: 1px solid #e4e4e4;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 16px;
}
.topsearch.topview .house-title .clickbtn .ccks .cck.focus{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #404141;
}
.topsearch.topview .house-title .clickbtn .ccks .cck.focus .xin{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../images/focus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 16px;
    height: 16px;
}
.topsearch.topview .house-title .clickbtn .ccks .cck.focus.on{
	color: #bb9641;
}
.topsearch.topview .house-title .clickbtn .ccks .cck.focus.on .xin{
	background-image: url(../images/ffocus.png);
}
.topsearch.topview .house-title .clickbtn .word{
	font-size: 12px;
	color: #949b9b;
	padding-right: 40px;
	margin-top: 10px;
}


/*住宅详情页筛选通用*/
.filterbox {
	margin-top: 30px;
}
.filterbox .filter-content{
	background-color: #fafafa;
	border-radius: 4px;
	padding: 28px 28px 0;
}
.filterbox .city-check{
	position: relative;
	padding-left: 92px;
	line-height: 36px;
	border-bottom: 1px solid #ebebeb;
}
.filterbox .city-check .title{
	font-size: 14px;
	color: #404141;
	position: absolute;
	top: 0;
	left: 19px;
	font-weight: bold;
}
.filterbox .city-check .city-list ul{
	overflow: hidden;
}
.filterbox .city-check .city-list ul li{
	float: left;
}
.filterbox .city-check .city-list ul li .city{
	padding-right: 21px;
	font-size: 12px;
	color: #5e5e5e;
	cursor: pointer;
}
.filterbox .city-check .city-list ul li.choice .city{
	color: #1c8a3a;
}
.filterbox .check-content{
	padding: 15px 0;
}
.filterbox .check-content .check-item{
	position: relative;
	line-height: 36px;
	padding-left: 92px;
}
.filterbox .check-content .check-item.hide{
	display: none;
}
.filterbox .check-content[data-on="on"] .check-item.hide{
	display: block;
}
.filterbox .check-content .check-item .title{
	font-size: 14px;
	color: #404141;
	position: absolute;
	top: 0;
	left: 19px;
	font-weight: bold;
}
.filterbox .check-content .check-item .more{
	position: absolute;
	right: 23px;
	top: 0;
	font-size: 12px;
	color: #858585;
	cursor: pointer;
}
.filterbox .check-content .check-item .more .ii,.filterbox .check-more .ii{
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #a1a0a0;
    margin-left: 8px;
    vertical-align: middle;
}
.filterbox .check-content .check-item .filter-list{
	overflow: hidden;
	height: 38px;
}
.filterbox .check-content .check-item .filter-list[data-on="on"]{
	height: 100%;
}
.filterbox .check-content .check-item .filter-list li{
	float: left;
	width: 102px;
	cursor: pointer;
	margin-right: 20px;
}
.filterbox .check-content .check-item .filter-list li.cinput{
	width: auto;
	font-size: 12px;
	color: #5e5e5e;
}
.filterbox .check-content .check-item .filter-list li .filter-cc{
	font-size: 12px;
	color: #5e5e5e;
}
.filterbox .check-content .check-item .filter-list li .filter-cc .icon{
	width: 12px;
	height: 12px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 8px;
}
.filterbox .check-content .check-item .filter-list li.choice .filter-cc .icon{
	width: 14px;
    height: 14px;
    border: none;
    background-image: url(../images/check.png);
    background-position: center;
    background-repeat: no-repeat;
}

.filterbox .check-content .check-item .filter-list .cinput .fil-input{
	width: 45px;
	height: 22px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	text-align: center;
}
.filterbox .check-content .check-item .filter-list .cinput .tt{
	margin-left: 12px;
	margin-right: 17px;
}
.filterbox .check-content .check-item .filter-list .cinput .surebtn{
	width: 35px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #1c8a3a;
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 5px;
	cursor: pointer;
}
.filterbox .check-more{
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #858585;
	border-top: 1px solid #ebebeb;
	cursor: pointer;
}
.filterbox .check-more[data-on="on"] .ii,.filterbox .check-content .check-item .more[data-on="on"] .ii{
    border-bottom: 5px solid #a1a0a0;
    border-top: none;
    margin-top: -5px;
    display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*city下拉菜单通用*/
.incommselect{
	position: relative;
	display: inline-block;
    *display: inline;
    *zoom: 1;
 	margin-right: 18px;
 	cursor: pointer;
}
.incommselect .select-cch{
	position: relative;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dde7df;
	padding: 0 17px;
}
.incommselect .select-cch span{
	font-size: 14px;
	color: #949a9a;
	width: 102px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
    *display: inline;
    *zoom: 1;
}
.incommselect .select-cch .icon{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
    margin-top: 14px;
    background-image: url(../images/cityicon_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 6px;
    width: 8px;
    height: 6px;
    margin-left: 10px;
}
.incommselect .select-list{
	position: absolute;
	top: 39px;
	width: 100%;
	border: 1px solid #dde7df;
	box-sizing: border-box;
	display: none;
	background-color: #ffffff;
	z-index: 99;
	max-height: 350px;
	overflow-y: auto;
}
.incommselect .select-list[data-on="on"]{
	display: block;
}
.incommselect .select-list .cityli{
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #404141;
	padding: 0 10px;
}
.incommselect .select-list .cityli a{
	font-size: 14px;
	color: #404141;
	display: block;
}
.incommselect .select-list .cityli:hover{
	background-color: #f8f8f9;
	cursor: pointer;
}
.incommselect .select-list .cityli.on{
	background-color: #f8f8f9;
}
.incommselect .select-list .cityli .checkb{
	width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 10px;
}
.incommselect .select-list .cityli.cch .checkb{
	background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    width: 14px;
    height: 14px;
}
.incommselect .select-list .okbtn{
	font-size: 14px;
    color: #404141;
    text-align: center;
    line-height: 40px;
    background-color: #fafafa;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.layui-form-checkbox,.layui-form-radio{
	display: none;
}

.incommselect.ucenter{
	margin-right: 0;
	margin-left: 20px;
}
.incommselect.ucenter .select-cch{
	padding: 0 24px;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #f7f7f7;
}
.incommselect.ucenter .select-cch span{
	font-size: 12px;
	color: #404141;
	width: 144px;
}
.incommselect.ucenter .select-cch .icon{
	margin-top: 17px;
}
.incommselect.ucenter .select-list ul{
	height: auto;
}


/*默认排序通用筛选*/
.incommbkv-fil .fil{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 2;
    padding: 0 20px;
    margin-top: 24px;
}
.incommbkv-fil .fil span{
	display: inline-block;
    *display: inline;
    *zoom: 1;
	background-image: url(../images/broker_04.png);
	background-repeat: no-repeat;
	background-size: 5px 8px;
	background-position: center;
	width: 5px;
	height: 8px;
	margin-left: 6px;
}
.incommbkv-fil .fil.on.up span{
	background-image: url(../images/broker_04up.png);
}
.incommbkv-fil .fil.on.down span{
	background-image: url(../images/broker_04down.png);
}


/*住宅在售列表*/
.l-lplist .l-lpitem{
	padding: 28px 0;
	border-bottom: 1px solid #ebebeb;
}
.l-lplist .l-lpitem.noline{
	border-bottom: none;
	padding: 0;
}
.l-lplist .l-lpitem .lpcont{
	position: relative;
	min-height: 168px;
}
.l-lplist .l-lpitem .lpcont .lpimg{
	position: absolute;
	left: 0;
	top: 0;
	height: 168px;
	overflow: hidden;
	border-radius: 4px;
	display: block;
}
.l-lplist .l-lpitem .lpcont .lpimg img{
	width: 224px;
	height: 168px;
}
.l-lplist .l-lpitem .lpcont .lpprice{
	position: absolute;
	right: 25px;
	top: 10px;
	font-size: 30px;
	color: #1c8a3a;
	line-height: 1;
	text-align: right;
}
.l-lplist .l-lpitem .lpcont .lpprice .cn{
	font-size: 16px;
	vertical-align: middle;
}
.l-lplist .l-lpitem .lpcont .lpprice .zzu{
	font-size: 16px;
	color: #808080;
	margin-top: 10px;
}
.l-lplist .l-lpitem .lpcont .lpinfo{
	margin: 0 172px 0 252px;
	overflow: hidden;
}
.l-lplist .l-lpitem .lpcont .lpinfo .lptitle{
	font-size: 20px;
	color: #404141;
	display: block;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l-lplist .l-lpitem .lpcont .lpinfo .lptitle .lab{
	height: 22px;
	line-height: 22px;
	padding: 0 3px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #205b98;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.l-lplist .l-lpitem .lpcont .lpinfo .lptitle .lab.zz{
	background-color: #d41c1c;
}
.l-lplist.qiuzu .l-lpitem .lpcont .lpinfo .lptitle .lab{
	transform: translateY(-2px);
}
.l-lplist .l-lpitem .lpcont .lpinfo .lptitle:hover{
	color: #1c8a3a;
}
.l-lplist .l-lpitem .lpcont .lpinfo .lpdemo .lpa{
	display: block;
	font-size: 14px;
	color: #808080;
	line-height: 1;
	margin-top: 18px;
	padding-left: 38px;
	position: relative;
}
.l-lplist .l-lpitem .lpcont .lpinfo .lpdemo .lpa .icon{
	position: absolute;
	left: 7px;
	top: 0;
	width: 12px;
	height: 14px;
	background: url(../images/lpicon_01.png) 0 -28px no-repeat;
}
.l-lplist .l-lpitem .lpcont .lpinfo .lpdemo .lpa.two .icon{
	background: url(../images/lpicon_01.png) 0 -14px no-repeat;
}
.l-lplist .l-lpitem .lpcont .lpinfo .lpdemo .lpa.dd .icon{
	background: url(../images/lpicon_01.png) 0 0 no-repeat;
}
.l-lplist .l-lpitem .lpcont .lpinfo .labbtn{
	margin-top: 18px;
}
.l-lplist .l-lpitem .lpcont .lpinfo .labbtn .btn{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 27px;
	line-height: 27px;
	padding: 0 18px;
	font-size: 12px;
	color: #bb9641;
	border-radius: 4px;
	background-color: #faf8f5;
	margin-right: 10px;
}


/*举报房源、注册完善信息 个人资料表单*/
.reportform .rp-item {
	padding-bottom: 39px;
	border-bottom: 1px solid #efefef;
	margin-top: 46px;
}
.reportform .rp-item .rptitle{
	font-size: 16px;
	color: #404141;
	font-weight: bold;
}
.reportform .rp-item .rptitle .num{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #f8faf8;
	font-size: 16px;
	color: #a3afaf;
	text-align: center;
	line-height: 28px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    font-style: normal;
    margin-right: 26px;
}
.reportform .rp-item .rptitle .mm{
	font-size: 12px;
	color: #a1acac;
	margin-left: 10px;
	font-weight: initial;
}
.reportform .rp-item .userinfo{
	position: relative;
	margin-top: 30px;
	margin-left: 54px;
}
.reportform .rp-item .userinfo .img{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 118px;
	height: 144px;
}
.reportform .rp-item .userinfo .img img{
	width: 118px;
	height: 144px;
}
.reportform .rp-item .userinfo .info{
	margin-left: 145px;
	min-height: 144px;
}
.reportform .rp-item .userinfo .info .topname{
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
}
.reportform .rp-item .userinfo .info .name{
	font-size: 26px;
	color: #363c36;
	line-height: 1;
}
.reportform .rp-item .userinfo .info .name .lab{
	font-size: 12px;
	color: #bb9641;
	padding: 0 12px;
	background-color: #f5f3f0;
	height: 21px;
	line-height: 21px;
	margin-left: 15px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
}
.reportform .rp-item .userinfo .info .topname .phone{
	font-size: 24px;
	color: #328a34;
	text-align: right;
}
.reportform .rp-item .userinfo .info .topname .phone .guis{
	font-size: 14px;
}
.reportform .rp-item .userinfo .info .company{
	padding-top: 10px;
}
.reportform .rp-item .userinfo .info .company .textli{
	font-size: 14px;
	color: #373c37;
	line-height: 1;
	margin-top: 18px;
}
.reportform .rp-item .userinfo .info .company .textli .tt{
	color: #768177;
}
.reportform .rp-item.xinxi .userinfo .item{
	margin-top: 35px;
	font-size: 0;
}
.reportform .rp-item.xinxi .userinfo .item .tit{
	font-size: 14px;
	color: #9ca1a1;
	vertical-align: top;
}
.reportform .rp-item .userinfo .item .imglist{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}
.reportform .rp-item .userinfo .item .imglist.jb>img{
	width: 127px;
	height: 127px;
}
.reportform .rp-item .userinfo .item .imglist .tu-box{
	float: left;
}
.reportform .rp-item .userinfo .item .imglist .addbtn{
	width: 126px;
	height: 126px;
	cursor: pointer;
}
.reportform .rp-item .userinfo .item .imglist .imgbtn{
	margin-left: 20px;
	display: block;
    float: left;
    height: 128px;
    position: relative;
}
.reportform .rp-item .userinfo .item .imglist .imgbtn .word{
	font-size: 12px;
	color: #959594;
	margin-top: 5px;
}
.reportform .rp-item .userinfo .item .imglist .imgbtn.mms{
	float: none;
	margin-left: 0;
	display: block;
	height: auto;
}
.reportform .rp-item .userinfo .item .imglist .imgbtn.mms .word{
	margin-left: 0;
}
.reportform .rp-item .userinfo .item .imglist .up-bg{
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
}
.reportform .rp-item .userinfo .item .imglist .up-bg .gdt>div{
	width: 100%;
	height: 5px;
	background-color: #1c8a3a;
}
.reportform .rp-item .userinfo .item .demo{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    float: left;
    position: relative;
}
.reportform .rp-item .userinfo .item .demo textarea{
	width: 508px;
	height: 156px;
	border: 1px solid #ededed;
	padding: 20px;
	font-size: 14px;
}
.reportform .rp-item .userinfo .item .demo textarea:disabled{
	border: none;
}
.reportform .rp-item .userinfo .item .demo .worn{
	font-size: 12px;
	color: #bcbbb8;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.reportform .rp-item .userinfo .item .demo .label{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ebebeb;
    padding: 0 20px;
    font-size: 14px;
    color: #565450;
    margin-right: 14px;
    cursor: pointer;
}
.reportform .rp-item .userinfo .item .demo .label.cch{
	background-color: #1c8a3a;
    color: #ffffff;
    border: 1px solid #1c8a3a;
}
.reportform .rp-item .userinfo .item .demo .tishi{
	font-size: 14px;
    color: #c5d0d0;
    line-height: 32px;
    vertical-align: text-bottom;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
}
.reportform .rp-item .userinfo .item .demo .checkli{
	overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.reportform .rp-item .userinfo .item .demo .checkli li{
	font-size: 14px;
    color: #1c8a3a;
    line-height: 32px;
    margin-right: 10px;
}
.reportform .rp-item .userinfo .item{
	margin-top: 20px;
	position: relative;
	padding-left: 86px;
}
.reportform .rp-item .userinfo .item .tit{
	font-size: 14px;
	color: #9ca1a1;
	vertical-align: top;
	width: 86px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
.reportform .rp-item .userinfo .item .tit i{
	color: #bd9845;
}
.reportform .rp-item .userinfo .item.inp .tit{
	line-height: 46px;
}
.reportform .rp-item .userinfo .item.inp.lab .tit{
	line-height: 32px;
}
.reportform .rp-item .userinfo .item input[type="text"]{
	width: 315px;
	height: 45px;
	border-bottom: 1px solid #ededed;
	font-size: 14px;
	padding-left: 5px;
}
.reportform .rp-item .userinfo .item input[type="text"]:disabled{
	border-bottom: none;
}
.reportform .rp-item .userinfo .item .word{
	font-size: 12px;
	color: #a6a6a6;
	vertical-align: middle;
	margin-left: 24px;
}

.reportform .rp-item.renz .userinfo .item.upload .imglist .example{
	float: left;
	margin-left: 38px;
}
.reportform .rp-item.renz .userinfo .item.upload .imglist .example .txt{
	font-size: 12px;
	color: #d0d0d0;
	vertical-align: top;
	margin-right: 12px;
}
.reportform .rp-item.renz .userinfo .item.upload .imglist .example .iimg img{
	width: 104px;
	height: 104px;
}
.reportform .rp-item .userinfo .item.xb {
	margin-top: 42px;
}
.reportform .rp-item .userinfo .item.xb .tit{
	line-height: 16px;
}
.reportform .rp-item .userinfo .item.xb .imglist .sexli{
	display: inline-block;
    *display: inline;
	*zoom: 1;
	line-height: 16px;
	margin-right: 38px;
	cursor: pointer;
	font-size: 14px;
	color: #565450;
}
.reportform .rp-item .userinfo .item.xb .imglist .sexli .lb{
	height: 14px;
    width: 14px;
    display: inline-block;
    *display: inline;
	*zoom: 1;
	border: 1px solid #d8d8d8;
    vertical-align: middle;
    margin-right: 12px;
}
.reportform .rp-item .userinfo .item.xb .imglist .sexli.cch .lb{
	width: 16px;
	height: 16px;
	border: none;
	background-image: url(../images/check.png);
	background-position: center;
	background-repeat: no-repeat;
}
.reportform .rp-submit{
	height: 40px;
	line-height: 40px;
	background-color: #008b40;
	font-size: 16px;
	color: #ffffff;
	padding: 0 32px;
	margin-left: 86px;
	cursor: pointer;
}
.reportform .rp-submit.vipuser{
	margin-bottom: 70px;
}

.reportbox .reportcont .tjbtn{
	font-size: 16px;
	color: #ffffff;
	background-color: #298b3b;
	height: 42px;
	line-height: 42px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 138px;
    text-align: center;
    margin: 48px 0 48px 140px;
    cursor: pointer;
    border: 1px solid #298b3b;
}
.reportbox .reportcont .tjbtn.back{
	background-color: transparent;
	color: #404141;
	border: 1px solid #dcdcdc;
}
.reportbox .reportcont .tjbtn.rp{
	margin-left: 18px;
}




/* =========

    分页

 ========= */
.fenyebig{
	text-align: right;
	font-size: 0;
	padding-top: 32px;
	padding-bottom: 70px;
}
.news-list .news-content .fenyebig{
	padding-bottom: 36px;
}
.fenyebox{
	display: inline-block;
    *display: inline;
    *zoom: 1;
}
.fenyebox.fy{
	padding-right: 36px;
}
.fenyebox .btn{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ececec;
    background-color: #fff;
    color: #a0a0a0;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    margin-left: -1px;
}
.fenyebox .btn.fl{
	float: none;
}
.fenyebox .btn.prev{
	margin-right: 10px;
}
.fenyebox .btn.next{
	margin-left: 10px;
}
.fenyebox .btn.on{
	background-color: #575757;
	border: 1px solid #575757;
	color: #ffffff;
}
.fenyebox .btn.on:hover{
	cursor: default;
}
.fenyebox .dian{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ececec;
    background-color: #fff;
    color: #a0a0a0;
    font-size: 14px;
    margin: 0;
}
.fenyebox .select{
	position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: bottom;
    margin-left: 10px;
}
.fenyebox .select select{
	height: 32px;
    border: 1px solid #ececec;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    padding: 0 11px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    background-color: transparent;
    color: #a0a0a0;
}
.fenyebox .shu{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 36px;
    font-size: 14px;
    color: #404141;
    vertical-align: middle;
}
.fenyebox .shu input{
	width: 60px;
	height: 30px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #404141;
}
.fenyebox .shu .nn{
	padding: 0 22px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #404141;
    margin: 0 10px;
    border: none;
}
.fenyebox a.sure{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
	background-color: #575757;
	margin-left: 10px;
	border: none;
}

.layui-laypage.layui-laypage-fjw-page{
	margin: 32px 0 70px;
}
.layui-laypage.layui-laypage-fjw-page a{
	color: #a0a0a0;
    font-size: 14px;
    border-radius: 0;
    margin: 0 -1px 0 0;
    height: 30px;
    line-height: 30px;
}
.layui-laypage.layui-laypage-fjw-page span{
	margin: 0 -1px 0 0;
	height: 30px;
    line-height: 30px;
}
.layui-laypage.layui-laypage-fjw-page>:first-child{
	border: 1px solid #ececec;
	margin-right: 10px;
}
.layui-laypage.layui-laypage-fjw-page>:last-child{
	border: 1px solid #ececec;
	margin-left: 10px;
}
.layui-laypage.layui-laypage-fjw-page .layui-laypage-curr .layui-laypage-em{
	background-color:#575757;
}




/* =========

    页脚

 ========= */
/*侧边栏*/
.footcebox{
	position: fixed;
	bottom: 160px;
	right: 13px;
	z-index: 111;
}
.footcebox .celist{
	background-color: #ffffff;
	border: 1px solid #ebebeb;
}
.footcebox .ceitem{
	width: 54px;
	text-align: center;
	background-color: #ffffff;
	font-size: 12px;
	color: #737373;
	line-height: 1;
	padding-bottom: 8px;
	position: relative;
	cursor: pointer;
}
.footcebox .ceitem .ceicon{
	width: 24px;
	height: 24px;
	margin: 0 auto;
	padding: 10px 0 8px;
}
.footcebox .ceitem .ceicon img{
	width: 100%;
}
.footcebox .ceitem .ceicon .img2{
	display: none;
}
.footcebox .ceitem .hide{
	position: absolute;
	right: 67px;
	top: -15px;
	width: 132px;
	height: 148px;
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	font-size: 12px;
	color: #737373;
	line-height: 1;
	display: none;
}
.footcebox .ceitem .hide .arr{
	position: absolute;
	left: 100%;
	top: 40px;
	width: 8px;
	height: 14px;
	background-image: url(../images/foot_ce.png);
	background-repeat: no-repeat;
	background-size: 8px 14px;
	background-position: center;
}
.footcebox .ceitem .hide .code{
	overflow: hidden;
	margin: 19px auto 8px;
}
.footcebox .ceitem .hide .code img{
	width: 92px;
	height: 92px;
}
.footcebox .ceitem[data-on="on"]{
	color: #1c8a3a;
}
.footcebox .ceitem[data-on="on"] .img1{
	display: none;
}
.footcebox .ceitem[data-on="on"] .img2{
	display: block;
}
.footcebox .ceitem[data-on="on"] .hide{
	display: block;
}
.footcebox .backtop{
	width: 52px;
	height: 52px;
	border: 1px solid #ebebeb;
	background-image: url(../images/foot_top.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
	background-color: #ffffff;
	margin-top: 15px;
	cursor: pointer;
	display: none;
}
/*客服弹窗*/
.servicetan{
	background-color: #ffffff;
	width: 490px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 211;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.servicetan[data-on="on"]{
	opacity: 1;
	visibility: visible;
}
.servicetan .service-info{
	position: relative;
	padding: 30px;
}
.servicetan .service-info .close{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}
.servicetan .service-info .stitle{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 22px;
}
.servicetan .service-info .stitle .tit{
	font-size: 22px;
	color: #4b4d4c;
}
.servicetan .service-info .stitle .word{
	font-size: 12px;
	color: #9c9d9d;
	margin-top: 10px;
}
.servicetan .service-info .slist .sitem{
	position: relative;
	padding-right: 110px;
	margin-top: 28px;
}
.servicetan .service-info .slist .sitem .btn{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #008b40;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.servicetan .service-info .slist .sitem .cont .img{
	float: left;
}
.servicetan .service-info .slist .sitem .cont .img img{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
}
.servicetan .service-info .slist .sitem .cont .info{
	float: left;
	margin-left: 12px;
}
.servicetan .service-info .slist .sitem .cont .info .name{
	font-size: 14px;
	color: #4b4d4c;
	line-height: 36px;
}
.servicetan .service-info .slist .sitem .cont .info .qqnum{
	font-size: 12px;
	color: #9c9d9d;
}

.footerbox{
	width: 100%;
	background: url(../images/footbg.png) no-repeat;
	background-position: bottom;
	background-color: #222222;
	padding-top: 64px;
}
.footerbox .footer-top{
	padding-bottom: 35px;
}
.footerbox .footer-top .ft-hreflist{
	float: left;
}
.footerbox .footer-top .ft-hreflist .biglist .bli{
	float: left;
	margin-right: 30px;
	width: 136px;
}
.footerbox .footer-top .ft-hreflist .biglist .bli .ltit{
	font-size: 16px;
	color: #ffffff;
}
.footerbox .footer-top .ft-hreflist .biglist .bli .ltit.ha{
	display: block;
	font-size: 16px;
	color: #7d7d7d;
}
.footerbox .footer-top .ft-hreflist .biglist .bli .ltit.ha:hover{
	color: #ffffff;
}
.footerbox .footer-top .ft-hreflist .biglist .bli .smlist{
	margin-top: 16px;
}
.footerbox .footer-top .ft-hreflist .biglist .bli .smlist li .lli{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 1.2;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 5px 0;
}
.footerbox .footer-top .ft-hreflist .biglist .bli .smlist li:hover .lli{
	color: #ffffff;
}
.footerbox .footer-top .ft-focus{
	float: left;
	width: 86px;
	margin-right: 124px;
}
.footerbox .footer-top .ft-focus .word{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 25px;
}
.footerbox .footer-top .ft-focus .code .img{
	width: 64px;
	height: 64px;
	-moz-border-radius: 3px;
	     border-radius: 3px;
	border: 1px solid #3c3c3c;
	padding: 10px;
}
.footerbox .footer-top .ft-focus .code .img img{
	width: 100%;
}
.footerbox .footer-top .ft-focus .code .ww{
	margin-top: 11px;
	font-size: 12px;
	color: #7d7d7d;
	line-height: 1;
	text-align: center;
}
.footerbox .footer-top .ft-contact{
	float: right;
	width: 319px;
	font-size: 12px;
	color: #a4a4a4;
	line-height: 1.5;
}
.footerbox .footer-top .ft-contact a{
	color: #b49528;
	font-size: 30px;
	font-weight: bold;
}

.footerbox .footer-mdd{
	padding: 20px 0;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
}
.footerbox .footer-mdd .mtit{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footerbox .footer-mdd .alist .maa{
	font-size: 12px;
	color: #737373;
	line-height: 2;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
}
.footerbox .footer-mdd .alist .maa:hover{
	color: #ffffff;
}
.footerbox .footer-bot{
	padding: 20px 0;
	font-size: 12px;
	color: #737373;
	line-height: 24px;
}
.footerbox .footer-bot a{
	font-size: 12px;
	color: #737373;
}


.blackbg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 199;
	display: block;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.blackbg[data-on="on"]{
	display: block;
	opacity: 1;
    visibility: visible;
}

.nothing{ 
	font-size: 14px;
	color: #8e8e8e;
	line-height: 100px;
	text-align: center;
}

