/*发布信息*/
.postSortListContainer { padding-bottom: 50px; margin-top: 10px; }  .postSortListTitle { font-size: 16px; text-align: center; line-height: 20px; padding: 10px 0px; color: #606266; }  .postSortList { display: flex; flex-wrap: wrap; border: 1px solid #E4E7ED; margin:5px; border-radius: 5px; overflow: hidden; background-color: #fff; }  .postSortListItem { text-align: center; border-bottom: 1px solid #E4E7ED; border-right: 1px solid #E4E7ED; box-sizing: border-box; width: 25%; cursor: pointer; padding: 20px 0px; color: #333; }  .postSortListItem .icon { width: 46px; height: 46px; margin: auto; background-color: #fff; display: flex; align-items: center; justify-content: center; font-size: 38px; font-weight: bolder; color: rgb(198, 226, 255); }  .postSortListItem .icon img { width: 100%; height: 100%; }  .postSortListItem .name { font-size: 15px; line-height: 20px; white-space: nowrap; /* 防止文本换行 */ overflow: hidden; /* 隐藏溢出的内容 */ text-overflow: ellipsis; }  .postSortListItem:nth-child(4n) { border-right: 0px solid #dcdfe6; }  .postSortListItem:hover { opacity: .8; color: #3598db; background-color: #F2F6FC; }  .postChildSortListContainerBg { display: none; position: fixed; bottom: 0px; height: 100%; background-color: #000; opacity: .7; width:600px; z-index: 99; }  .postChildSortListContainer { display: none; position: fixed; bottom: 0px; background-color: #fff; width: 600px; z-index: 99; min-height: 300px; }  .postChildSortListTitle { border-bottom: 1px solid #E4E7ED; padding: 10px; font-size: 18px; line-height: 30px; color: #606266; text-align:center; }  .postChildSortListCloseContainer { position: absolute; bottom: 0px; text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; border-top: 1px solid #f2f6fc; background-color:#f6f6f9; }  .postChildSortListClose { cursor: pointer; color: #909399; padding: 10px 50px; border-radius: 20px; line-height: 20px; font-size: 16px; }  .postChildSortList { margin-top: 20px; margin-bottom: 50px; display: flex; flex-wrap: wrap; }  .postChildSortList .postChildSortListItem { cursor: pointer; width:33%; } .postChildSortList .postChildSortListItem .name { cursor: pointer; font-size: 16px; line-height: 20px; margin: 5px; padding: 8px 0px; text-align: center; background-color: #F2F6FC; border-radius: 3px; white-space: nowrap; /* 防止文本换行 */ overflow: hidden; /* 隐藏溢出的内容 */ text-overflow: ellipsis; }

/*新增信息内容页*/
/*信息内容页*/
.infoHeadContainer {background-color: #ffffff; margin-bottom: 8px; border-top:1px solid #fff;}
.infoHeadContainer .title{ color:#303133; font-size:18px; height:auto; margin:10px; padding:0px; line-height:20px;}
.infoHeadContainer .title .price{ color:#ed414a; margin-left:10px;}
.infoHeadContainer .date {font-size:13px; color:#909399; margin:0px 10px;}
.infoHeadContainer .infoHeadBar { margin:10px 0px 0px 0px; padding:10px 10px; border-top:1px solid #f2f6fc; display:flex;}
.infoHeadContainer .infoHeadBar span, .infoHeadContainer .infoHeadBar a {font-size:13px; color:#909399; margin-right:10px; display:flex; align-items:center; line-height:20px;}
.infoHeadContainer .infoHeadBar .favor::before {content:"\e7eb"; font-family:iconfont; font-size:15px;}
.infoHeadContainer .infoHeadBar .kipfrom::before {content:"\e7f3"; font-family:iconfont; font-size:15px;}
.infoContentContainer {background-color: #ffffff; margin: 0px 0px 0px 0px; border-top:1px solid #fff;}
.infoContentContainer .textwrap {font-size:16px; line-height:25px; margin:10px 10px 0px 10px; color:#333333;}
.infoContentContainer .picwrap{font-size:16px; padding: 10px; color: #444444; column-count:1; column-gap: 5px;}
.infoContentContainer .picwrap a{width:100%; height:auto;  display:flex; margin-bottom:5px; overflow:hidden; border-radius:0px;}
.infoContentContainer .picwrap img{width:100%; height:auto; min-height: 100%; object-fit:cover;}
.infoContentContainer .picwrap:after{content:'\20';clear:both;*zoom:1;display:block;height:0;}
.infoContentContainer img{max-width: 100%;}
.infoContentContainer .share { display:flex; justify-content:center; border-top:1px solid #f2f6fc; margin-top:20px;}
.infoJubaoContainer {background-color: #ffffff; margin-top:-9px; margin-bottom: 8px; display:flex; align-items:center; justify-content:space-between; padding:10px;}
.infoJubaoContainer .jubao {width:40px; text-align:center; color:#ed414a;}
.infoJubaoContainer .jubao::before {content:"\e656"; font-family:iconfont; display:block; font-size:18px;}
.infoJubaoContainer .text { font-size:13px; line-height:20px; margin-right:10px; height:40px; overflow:hidden; color:#909399;}
.infoJubaoContainer .text strong { font-size:15px; color:#ed414a;}

.bizinfowrap{ width:auto; height:75px; padding-bottom:15px; margin-bottom:10px; margin-top: 15px; text-align:left; margin-left:10px;}
.bizinfowrap .pic{width:75px; height: 75px; float: left; border-radius: 5px; overflow: hidden; margin:0px; border: 1px solid #efefef;}
.bizinfowrap .pic img{width:75px; height: 75px;}
.bizinfowrap .text{margin-left:90px; width:auto;}
.bizinfowrap .name{ height:30px; line-height: 25px; overflow: hidden; font-size: 20px; color: #444444; font-weight:bolder;}
.bizinfowrap .btn{background-color: #ff6600; padding:0px 5px; width:50px; height:30px; text-align:center; float:right;  margin-right:10px; border-radius:15px;}
.bizinfowrap .btn a{ color:#ffffff; font-size: 14px; display: inline-block; line-height: 30px; font-weight:normal;}

.infoContactBox{ font-size: 15px; line-height: 25px; padding-left:3px; height: 45px; overflow: hidden;}
.infoContactBox li .head{display:inline-block; width: 80px; z-index:100;}
.infoContactBox .wxbtn{ margin-top:-50px; height: 48px; float:right; line-height: 48px; color: #ffffff; padding: 0px 3px; width: 50px; text-align: center; border-radius:8px;}
.infoContactBox .wxbtn img{width:48px; height:auto; }
.infoContactBox .dhbtn{ background-color:#F0560F; height: 25px; float:right; line-height: 25px; font-size: 15px; color: #ffffff; padding: 0px 3px; width: 50px; text-align: center; border-radius:8px;}
.infoContactBox .lianxi{color:#FF7546; font-size: 14px; }
.infoContactBox .tishi{color: #555555; font-size: 16px; }
.infoContactBox li .head .lxr:after{content: "\e736"; margin-right: 4px;}
.infoContactBox li .head .dz:after{content: "\e651"; margin-right: 4px;}
.infoContactBox li .head .dh:after{content: "\e704"; margin-right: 4px;}
.infoContactBox li .head .wx:after{content: "\e63b"; margin-right: 4px;}
.infoContactBox li .head .qq:after{content: "\e676"; margin-right: 2px;}


.infoContactBox li .guoqi{font-size:16px; color: #888888; text-align: center; padding: 10px 0px;}
.infoContactBox li .kips{font-size:14px; color: #444444; text-align: center; padding: 0px 0px;}

.infoContentContainer .modelist{padding:1px 10px 10px 5px; font-size: 0px; margin:0px;}
.infoContentContainer .modelist li{background-color:#FFF3E3; padding:2px 5px; margin: 0px 10px 0px 0px; display: inline-block; margin-top: 10px; width: auto; font-size: 14px; line-height: 20px;}
.infoContentContainer .modelist .head{display: none;  background-color:#FFFFFF; color: #666666; display: inline-block; vertical-align: top;  font-size: 15px; font-weight:600;}
.infoContentContainer .modelist .val{color: #444; display: inline-block;}
.infoContentContainer .modelist .val span{ display: inline-block; margin-right: 10px;}

.infoContentContainer .jiagelist{padding:1px 10px 10px 10px; font-size: 0px; margin:0px;}
.infoContentContainer .jiagelist li{display: inline-block; margin-top: 10px; width: auto; font-size: 14px; line-height: 25px;}
.infoContentContainer .jiagelist .head{display: none;  background-color:#FFFFFF; color: #dc3636; display: inline-block; vertical-align: top;  font-size: 22px; font-weight:600;}
.infoContentContainer .jiagelist .head span{font-size:12px;}
.infoContentContainer .jiagelist .date{float:right;padding-top:2px; display: none; color: #999; display: inline-block; vertical-align: bottom;  font-size: 14px; }
.infoContentContainer .jiagelist .val{color: #444; display: inline-block;}
.infoContentContainer .jiagelist .val span{ display: inline-block; margin-right: 10px;}