/* header_bar */
.layui-container {
    width: 1200px;
}
.header_bar {
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0,0,0, .1);
  position: relative;
  z-index: 900;
}
.mb15{
	margin-bottom:15px;
}
.hand{
cursor:pointer;
}
/* top_bar */
.top_bar {
  font-size: 12px;
  line-height: 36px;
  position: relative;
  z-index: 100;
}

.top_bar .t_location {
  float: left;
  padding: 0 9px;
  margin-right: 11px;
  position: relative;
}

.top_bar .t_location .currently {
  cursor: pointer;
}

.top_bar .t_location .currently .i_hf1 {
  margin: -3px 4px 0 0;
}

.top_bar .t_location .currently b {
  font-weight: 600;
  color: #01af63;
}

.top_bar .t_location .currently .i_hf2, .top_bar .r_nav li .i_hf2 {
  margin: -2px 0 0 10px;
}

.top_bar .t_location .popup_district {
  position: absolute;
  left: 0;
  top: 36px;
  display: none;
  width: 700px;
  height: 400px;
  padding-top: 90px;
  background-color: #f5f5f5;
  box-shadow: 0 3px 8px 0 rgba(0,0,0, .15);
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
}

.top_bar .popup_district .h90 {
  position: absolute;
  left: 0;
  top: 0;
  width: 640px;
  height: 82px;
  padding: 8px 30px 0;
  background-color: #fff;
}

.top_bar .popup_district .h90 .place {
  color: #999;
}

.top_bar .popup_district .h90 .tab_nav {
  margin-top: 16px;
}

.top_bar .popup_district .h90 .tab_nav span {
  float: left;
  line-height: 20px;
  padding-bottom: 10px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}

.top_bar .popup_district .h90 .tab_nav span:nth-child(1),
.top_bar .popup_district .h90 .tab_nav span:nth-child(2) {
  margin-right: 20px;
}

.top_bar .popup_district .h90 .tab_nav span.cur:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #01af63;
  border-radius: 2px;
  content: '';
}

.top_bar .popup_district .h400 {
  margin: 10px 0;
  height: 380px;
  overflow-y: auto;
  position: relative;
}

.top_bar .popup_district .h400 .item dl {
  padding-bottom: 5px;
}

.top_bar .popup_district .h400 .item dl dt {
  padding: 0 30px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
}

.top_bar .popup_district .h400 .item dl dd {
  padding: 0 25px;
  overflow: hidden;
}

.top_bar .popup_district .h400 .item dl dd span {
  float: left;
  width: 80px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0, .05);
  border-radius: 4px;
  color: #666;
  text-align: center;
  margin: 5px;
  cursor: pointer;
}

.top_bar .popup_district .h400 .item dl dd span:hover {
  color: #f25618;
}
/**/
.top_bar .l_nav li {
  float: left;
  margin-right: 25px;
}

.top_bar .l_nav li a, .top_bar .r_nav li a, .top_bar .l_nav li, .top_bar .r_nav li {
  color: #999;
}

.top_bar .l_nav li a:hover, .top_bar .r_nav li a:hover {
  color: #f25618;
}

.top_bar .r_nav li {
  float: left;
  margin-left: 25px;
  position: relative;
}

.top_bar .r_nav li .i_hf3, .top_bar .r_nav li .i_hf4, .top_bar .r_nav li .i_hf28 {
  margin: -3px 10px 0 0;
}
/**/
.top_bar .r_nav li .lr_user {
  float: left;
  line-height: 36px;
  position: relative;
}

.top_bar .r_nav li .lr_user img {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 8px 5px 0 0;
}

.top_bar .r_nav li .lr_user .i_hf5 {
  margin: 0 5px;
}

.top_bar .r_nav li .i_hf24 {
  position: relative;
}

.top_bar .r_nav li .i_hf24 .icon_news {
  position: absolute;
  top: -5px;
  right: -6px;
}

.top_bar .r_nav li .icon_news {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-color: #f25618;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
/**/
.top_bar .r_nav li .d_pop {
  position: absolute;
  left: 50%;
  top: 36px;
  display: none;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0,0,0, .15);
  border-radius: 4px;
}

.top_bar .r_nav li .t_erwei {
  width: 234px;
  height: 290px;
  font-size: 14px;
  text-align: center;
  margin-left: -117px;
}

.top_bar .r_nav li .t_erwei b {
  display: block;
  color: #333;
  line-height: 42px;
  padding: 5px 0;
}

.top_bar .r_nav li .t_erwei img {
  display: block;
  width: 140px;
  height: 140px;
  margin: auto;
}

.top_bar .r_nav li .t_erwei p {
  color: #666;
  line-height: 24px;
  margin-top: 24px;
}

.top_bar .r_nav li .t_erwei p span {
  color: #f25618;
}
/**/
.top_bar .r_nav li .r0 { right: 0; left: auto; }
.top_bar .r_nav li .all_nav {
  left: auto;
  right: 0;
  width: 560px;
  height: 260px;
  padding: 20px 50px;
  font-size: 14px;
}

.top_bar .r_nav li .all_nav dl {
  float: left;
  height: 260px;
}

.top_bar .r_nav li .all_nav dl dt {
  color: #11ab5d;
  font-weight: 600;
  line-height: 32px;
}

.top_bar .r_nav li .all_nav dl dd a {
  display: block;
  color: #999;
  line-height: 28px;
  position: relative;
}

.top_bar .r_nav li .all_nav dl dd a:hover {
  color: #f25618;
}

.top_bar .r_nav li .all_nav dl a .ico_hf {
  position: absolute;
  top: -4px;
  margin-left: 3px;
}

.top_bar .r_nav li .all_nav dl.d_1 {
  width: 240px;
  margin-right: 80px;
}

.top_bar .r_nav li .all_nav dl.d_1 a {
  float: left;
  margin-right: 20px;
}

.top_bar .r_nav li .all_nav dl.d_2 {
  width: 70px;
  margin-right: 86px;
}

.top_bar .r_nav li .all_nav dl.d_3 {
  width: 84px;
}
/**/
.top_bar .r_nav li .user_handle {
  width: 200px;
  margin-left: -100px;
}

.top_bar .r_nav li .user_handle .h24 {
  height: 24px;
  line-height: 24px;
  padding: 20px;
}

.top_bar .r_nav li .user_handle .h24 a {
  float: left;
}

.top_bar .r_nav li .user_handle .h24 .btn {
  float: left;
  height: 24px;
  line-height: 24px;
  color: #fff;
  margin-right: 20px;
  padding: 0 10px;
  background-color: #01af63;
  border-radius: 3px;
  transition: all .25s linear;
}

.top_bar .r_nav li .user_handle .h24 .btn:hover {
  opacity: .8;
}

.top_bar .r_nav li .user_handle .oper_list {
  padding: 0 20px;
}

.top_bar .r_nav li .user_handle .oper_list a {
  display: block;
  height: 50px;
  overflow: hidden;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 50px;
}

.top_bar .r_nav li .user_handle .oper_list a .ico_hf {
  margin: -2px 10px 0 0;
}

.top_bar .r_nav li .user_handle .oper_list a .icon_news {
  margin: -4px 0 0 10px;
}

.top_bar .r_nav li.show .link {
  color: #f25618;
}

/* logo_bar */
.logo_bar {
  height: 48px;
  padding: 17px 0 0;
}

.logo_bar .logo {
  float: left;
  margin-right: 20px;
}

.logo_bar .logo img {
  float: left;
}

.logo_bar .slogan {
  float: left;
  margin-top: 6px;
}

.logo_bar .r_h42 {
  height: 42px;
}

.logo_bar .r_h42 .search_bar {
  float: left;
  width: 432px;
  height: 40px;
  position: relative;
  z-index: 10;
  padding-right: 60px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 21px;
}

.logo_bar .r_h42 .search_bar .tip {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: -1;
  line-height: 42px;
  color: #ccc;
}

.logo_bar .r_h42 .search_bar .tx {
  display: block;
  width: 400px;
  height: 40px;
  padding: 0 10px 0 20px;
  font-size: 14px;
}

.logo_bar .r_h42 .search_bar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 40px;
  border-radius: 0 21px 21px 0;
  cursor: pointer;
}

.logo_bar .r_h42 .search_bar button:active {
  background-color: #efefef;
}

.logo_bar .r_h42 .search_bar button.s_c .i_hf7 {
  background-position: 0 -115px;
}

.logo_bar .r_h42 .search_focus {
  box-shadow: 0 2px 3px 0 rgba(0,0,0, .05);
}

.logo_bar .r_h42 .btn {
  float: left;
  width: 120px;
  height: 42px;
  margin-left: 20px;
  background-color: #0085EE;
  border-radius: 21px;
  transition: all .25s linear;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}

.logo_bar .r_h42 .btn .i_hf9 {
  margin: -2px 8px 0 0;
}

.logo_bar .r_h42 .btn:hover {
  opacity: .8;
}

.logo_bar .r_h42 .s-oe {
  float: left;
  color: #f25618;
  line-height: 42px;
  margin-left: 10px;
}
.mt40 {
    margin-top: 40px!important;
}
.layui-col-space15{
	margin: -7.5px;
}
.layui-col-space15>* {
    padding: 7.5px;
}
.homeTab {
    margin-top: 10px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
}
.u-shadowed {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
}
.u-rounded {
    border-radius: 0px;
}
.u-backgroundColorWhite {
    background-color: #fff;
}
.homeTab span {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}
.homeTab span.is-active:before {
    right: 0;
}
.homeTab span.is-active:before, .homeTab span.loading:before {
    background-color: #0085EE;
    content: "";
    height: 3px;
    left: 800;
    position: absolute;
    top: 0;
}
.postlist-item {
    display: flex;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
}
.postlist-item .post-img {
    width: 236px;
    flex: 0 0 auto;
    padding: 15px;
    position: relative;
}
.postlist-item .post-img .post-cat {
    position: absolute;
    background-color: #303842;
    color: #fff;
    border-radius: 3px;
    padding: 1px 10px;
    top: 25px;
    left: 25px;
    font-size: 12px;
    z-index: 6;
}
.postlist-item .post-img a {
    display: block;
    overflow: hidden;
}
.postlist-item *>a{
	text-decoration: none;
    color: inherit;
}
.postlist-item .post-img a img {
    transition: .5s;
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}
.postlist-item .content {
    flex: 1 1 auto;
    padding: 15px 15px 15px 0;
    display: flex;
    flex-direction: column;
}
.postlist-item .post-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 5px;
    transition: .5s;
}
.postlist-item .des {
    font-size: 14px;
    color: rgba(0,0,0,.6);
    text-align: justify;
    margin: 0;
}
.stream-list-meta {
    margin-top: auto;
    display: flex;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    align-items: center;
    line-height: 1.6;
}
.u-flex0 {
    flex: 0 0 auto;
}
.u-flex {
    display: flex;
    align-items: center;
}
.stream-list-meta .avatar {
    border-radius: 100%;
    margin-right: 12px;
    max-width: 100%;
    height: auto;
}
.u-flex1 {
    flex: 1 1 auto;
}
.ui-captionStrong {
    color: rgba(0,0,0,.84);
}
.stream-list-meta .icon {
    margin-left: 4px;
}
.meta--sup {
    display: flex;
}
.meta--sup__right {
    margin-left: auto;
    display: flex;
}
.block--action {
    padding: 15px 0;
}
.block--action .loadmore {
    background-color: #fff;
    color: #4370f5;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    cursor: pointer;
}
.u-rounded {
    border-radius: 0px;
}
.block--action .loadmore a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
.same-list-menu{
    padding-top: 10px;
    padding-bottom: 21px;
    line-height: 31px;
}
.same-list-menu .menu-title{
    border-left: 5px solid #0085EE;
    padding-left: 16px;
    color: #333333;
    font-size: 18px;
    padding-right: 33px;
}
.same-list-left .menu-fun-list li{
    padding: 0 14px;
    height: 30px;
    color: #666666;
    margin: 0 3px;
    margin-top: 2px;
    cursor: pointer;
    line-height: 30px;
}
.same-list-left .menu-fun-list li.active{
    background: #0085EE;
    color: #ffffff;
}
.same-list-left .same-list-main{
    display: none;
    min-height: 435px;
}
.same-list-left .same-list-main.show{
    display: block;
}
.same-list-left .same-list-main li{
    margin: 0 13px 0 18px;
    border-bottom: 1px solid #E9E9E9;
    padding: 9px 0 18px 0;
    width: 346px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.same-list-left .same-list-main li:nth-last-of-type(1), .same-list-left .same-list-main li:nth-last-of-type(2) {
  
}
.same-list-left .same-list-main li .title{
    color: #333333;
    line-height: 35px;
}
.same-list-left .same-list-main li .list-bottom{
    height: 24px;
    line-height: 24px;
}
.same-list-left .same-list-main li .list-bottom .price{
    color: #FF5C00;
    font-weight: bold;
}
.same-list-left .same-list-main li .list-bottom .personalNum{
    padding-left: 24px;
    padding-right: 6px;
}
.same-list-left .same-list-main li .list-bottom .tag{
    margin: 0 6px;
    height: 24px;
    background: #EBF2F8;
    padding: 0 8px;
    text-align: center;
}
.bg-fff {
    background: #fff;
}
.dot:before {
    content: "·";
    margin-left: .5em;
    margin-right: .5em;
}
.hot-tags .tag {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 5px 11px;
    font-size: 13px;
    line-height: 18px;
    color: #999;
    border-radius: 2px;
}
.tag {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #e9e9e9;
    padding: 5px 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #696a70;
    text-decoration: none;
    background-color: transparent;
}
 .hot-tags .tag:active,  .hot-tags .tag:focus,  .hot-tags .tag:hover {
    border: 1px solid #0085EE;
    background: #0085EE;
    color: #FFF;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #0085EE;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0085EE;
}
.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #0085EE;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: #0085EE;
}
.btn-search-post{
color: #0085EE;
}
.pages {
	padding: 10px 0px 10px 0px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: left;
}

.pages a,.pages strong,.pages span {
	border-radius: 4px;
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	min-width: 10px;
	_width: 10px;
	white-space: nowrap;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.pages a {

	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #969696 !important;
	border-radius: 4px;
}

.pages a:hover {
	color: #333;
	background-color: #e3e3e3;
	text-decoration: none;
}

.pages strong {
	background-color: #F9F9F9;
	color: #777;
	font-weight: bold;
}

.pages span {
	color: #999999;
	font-size: 14px;
}

.post-item {
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #f5f6f7;
	position: relative
}

.post-loading {
	text-align: center;
	padding: 10px 0;
	color: #999
}

.post-item a {
	color: #999;
	transition: all .3s ease-out 0s
}

.post-item a:hover {
	color: #409eff
}

.post-item:hover {
	background: #fcfcfc
}

.post-item-bg img {
	filter: blur(10px) brightness(0.8);
	transform: scale(1.2);
	position: absolute
}

.post-item-container {
	display: flex;
	align-items: stretch;
	margin: 5px
}

.post-item h2 {
	color: #333;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 500
}

.post-item h2 a {
	color: #333;
	transition: all .3s ease-out 0s
}

.post-item h2 a:hover {
	color: #409eff
}

.post-item-thumbnail {
	flex: 30%;
	flex-shrink: 0;
	overflow: hidden;
	position: relative
}
.post-item-content {
	flex: 1;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #797c80;
	max-height: 40px;
	overflow: hidden
}

.post-item-tags {
	position: absolute;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background-color: #000;
	margin: 10px;
	background: rgba(0, 0, 0, .6);
	border-radius: 3px
}

.post-item-tags-type1 {
	top: 50px
}

.post-item-tags a {
	color: #fff
}

.post-item-info {
	font-size: 14px
}

.item-post-meta-other {
	display: flex;
	align-items: stretch
}

.post-item-time {
	color: #adb5bd
}

.item-post-meta-other span {
	margin-left: 6px
}

.item-post-meta-other i {
	margin-right: 6px
}

.post-item-author {
	margin-top: 30px;
	font-size: 14px
}
 .post-item-container {
    padding: 20px 0px;
}

.post-item-thumbnail:before {
	content: "";
	display: block;
	padding-top: 60%
}

.post-item-thumbnail>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.post-item-thumbnail img {
	object-fit: cover;
	max-width: 240px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: all .3s ease-out 0s
}

.post-item-thumbnail img:hover {
	transform: scale(1.03)
}

.post-item-main {
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 70%
}

.post-item-meta {
	display: flex;
	justify-content: space-between;
	color: #b1b1b1;
	font-size: 12px;
	margin-top: 6px;
	cursor: default
}

.post-item-avatar {
	border-radius: 50%;
	margin-right: 6px
}

.post-item-type1 {
	padding: 20px 30px
}

.post-item-type1 {
	padding: 0 30px
}

.post-item-type1 h2 {
	padding: 10px 0
}

.post-item-info-type1 {
	margin: 20px 0
}

.post-item-thumbnail-type1 {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative
}

.post-item-thumbnail-type1 img {
	width: 100%;
	max-height: 300px;
	border-radius: 4px;
	transition: all .3s ease-out 0s
}

.post-item-thumbnail-type1 img:hover {
	transform: scale(1.03)
}

.cat-item-mark {
	position: relative;
	width: 11px;
	height: 11px;
	display: inline-block;
	content: '';
	border-radius: 50%;
	background: #1985ff;
	margin-right: 5px
}

.post-item-tags>.cat-item-mark:nth-child(3) {
	background: #f35
}

.post-item-tags>.cat-item-mark:nth-child(5) {
	background: #ffa41b !important
}
.index-load-more-btn {
    color: #409eff;
    border: 1px solid #409eff;
    background-color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
}
.icon {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    fill: currentColor;
    overflow: hidden;
}
.jieda-reply a{
font-size:12px;
color:#999;
}
.fly-msg, .fly-error{padding: 10px 15px; line-height: 24px;}
.fly-msg{background-color:#F8F8F8; color:#666;}
.fly-msg a{color:#4F99CF}
.info .q_meta a{
font-size:12px;
color: #0085EE;
}
.type_select dd.selected .btn-empty a{
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    line-height: 32px;
    cursor: pointer;
    position:relative;
    top:-5px;
}
.problem_bar *{
	max-width:100%;
}