@charset "utf-8";

/* #ff6600 #ff6600- 主色；#ed5f00  点击后的颜色*/

/*公共*/
.lm_w1200{
	/* width: 1200px; */
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.lm_cen{
	margin-left: auto;
	margin-right: auto;
}
.lm_txt_c{
	text-align: center;
}


/* flex */
.lm_flex1{
	flex: 1;
}
.lm_flex {
	display: -webkit-flex;
	display: flex;
}

.lm_flex_col {
	-webkit-flex-direction: column;
	flex-direction: column;
}



.lm_flex_c {
	-webkit-align-items: center;
	align-items: center;
}

.lm_flex_justBT {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lm_flex_justAR {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.lm_flex_justC {
	-webkit-justify-content: center;
	justify-content: center;
}

.lm_flex_justE {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.lm_flex_col_c {
	-webkit-align-items: center;
	align-items: center;
}

.lm_flex_wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lm_flex_wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lm_flex_drow_c {
	-webkit-align-content: center;
	align-content: center
}

.lm_flex_bt {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.lm_flex_ar {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

.lm_flex_end {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

.lm_flex_cen {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.lm_flex_lin {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.lm_flexw {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lm_flex_dr {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.lm_flex_zc1 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}

.lm_flex_zc2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}

.lm_flex_zc3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.directionS {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.directionE {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.justify {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}

.justifyC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.justifyS {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.justifyAr {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

.justifyW {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.justifyE {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

.direction {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.directionC {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}

.directionA {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}

.directionAr {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.directionS {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.directionE {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.lm_clear {
	clear: both;
}

.lm_shadow1 {
	box-shadow: 0 0 12px 2px rgba(153, 153, 153, 0.2);
}

.text_ov {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text_row1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text_row2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pos-a {
	position: absolute;
}

.pos-r {
	position: relative;
}



.lm_mainc {
	color: #ff6600;
}

.lm_dz_c {
	color: #ffa800;
}

.lm_c_fff {
	color: #fff;
}

.lm_c_333 {
	color: #333;
}

.lm_c_666 {
	color: #666;
}

.lm_c_999 {
	color: #999;
}

.lm_c_org {
	color: orange;
}

.lm_c_red {
	color: #d02c38;
}
.lm_c_blue{
	color: #4ed0fa;
}
a {
	transition: 0.1s ease;
	-moz-transition: 0.1s ease;
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
}

.lm_mainbg{
	background: #ff6600;
}
.bg_fff {
	background: #fff;
}
.lm_graybg {
	background: #f2f2f2;
}

.lm_f20 {
	font-size: 2rem
}

.lm_f19 {
	font-size: 1.9rem
}

.lm_f18 {
	font-size: 1.8rem
}

.lm_f17 {
	font-size: 1.7rem
}

.lm_f16 {
	font-size: 1.6rem
}

.lm_f15 {
	font-size: 1.5rem
}

.lm_f14 {
	font-size: 1.4rem
}

.lm_f13 {
	font-size: 1.3rem
}

.lm_f12 {
	font-size: 1.2rem
}

.lm_f11 {
	font-size: 1.1rem
}

.lm_f10 {
	font-size: 1rem
}

/*公共*/


/*---社区首页---*/
.lm_place{
	padding: 20px 0;
}
.lm_place p{
	font-size: 12px;
}

.lm_comm_left{
	width: 20%;
}
.lm_comm_right{
	
	width: 78%;
}


/*左边*/
.lm_comm_pd{
	padding: 15px 12px;
	height: auto;
	background-color: #f7f7f9;
	border: solid 1px #e5e5e5;	
}
.lm_sqpd_H img{
	width: 15px;
	height: 15px;
	margin-right: 9px;
}
h2.lm_c_h{
	font-size: 14px;
	color: #666;
}

.lm_hide_txt{
	display:none
	
}
.lm_hide_txt{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 34px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 5px;
	padding: 4px 10px;
}
.lm_hide_txt img{
	position: absolute;
	left: 20px;
	top: -6px;
	width: 8px;
	height: auto;
}
h2.lm_c_h2{
	
	font-size: 15px;
	color: #666;
	font-weight: bold;	
	cursor: pointer;
}
h2.lm_c_h2:hover .lm_hide_txt{
	display: block;
}
.lm_hide_t{
	font-size: 12px;
	line-height: 18px;
	color: #ff6600;
}
.lm_sqpd_H,.lm_sqpd_item h2{
	margin-bottom: 8px;
}
.lm_sqpd_item{
	position: relative;
	padding-top: 10px;
}


.lm_sqpd_item{
	padding-bottom: 5px;
}
.lm_sqpd_erji a{
	font-size: 12px;
	color: #666;
	margin-right: 12px;
	display: inline-block;
	margin-bottom: 6px;
}
.lm_sqpd_erji a:hover{
	color: #ff6600;
}
.lm_sqpd_erji a.lm_pd_cur{
	color: #ff6600;
}
/*pic*/
.lm_comm_advA img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
/*左边*/


/*--右边*/
/*推荐*/
.lm_comm_tjsq{
	
}
.lm_comm_tjsq{
	
	border: solid 1px #e5e5e5;	
}
.lm_comm_tjsqT{

	background:  #f7f7f9;	
	border-bottom: solid 1px #e5e5e5;
}
.lm_TJ_h{
	width: 136px;
	color: #FF6600;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.lm_comm_tjUL{
	padding-top: 20px;
}
.lm_comm_tjUL li{
	margin-left: 20px;
	/* width: 440px; */
	margin-bottom: 20px;
}
.lm_comm_u_l{
	width: 80px;
	margin-right: 15px;
}
.lm_comm_u_r{
	/* width: 345px; */
}
.lm_comm_u_r h3{
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 10px;
}
.lm_gz_switch{
	height: 24px;
	position: relative;
}
.lm_follow_out{
	/*position: absolute;
	z-index: 2;
	left: 0;
	width: 106px;*/
}

.lm_comm_u_h3 a{

	font-size: 18px;
	color: #FF6600;	
	margin-right: 10px;
}
.lm_follow_out button.yiguanzhu2{
	background-color: transparent;
	width: 106px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	background-image: linear-gradient(-30deg, 
		#f3f3f3 0%, 
		#fafafa 100%), 
	linear-gradient(
		#ff6600, 
		#ff6600);
	background-blend-mode: normal, 
		normal;
	border-radius: 2px;
	border: solid 1px #cccccc;
	/*margin-left: 15px;*/
	cursor: pointer;
}
.lm_follow_out button.yiguanzhu{
	background-color: transparent;
	width: 80px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	background-image: linear-gradient(-30deg, 
		#f3f3f3 0%, 
		#fafafa 100%), 
	linear-gradient(
		#ff6600, 
		#ff6600);
	background-blend-mode: normal, 
		normal;
	border-radius: 2px;
	border: solid 1px #cccccc;
	/*margin-left: 15px;*/
	cursor: pointer;
}

.lm_follow_out button.yiguanzhu_wei{
	width: 80px;
	color: #fff;
    font-size: 14px;
	line-height: 24px;
	background: #ff6600;
	border-radius: 2px;
	border: solid 1px #ff4200;
}
.lm_comm_u_r p{

	font-size: 13px;
	color: #666;	
}
/*推荐*/

/*标题*/
.lm_comm_tjbt{
	margin-top: 20px;
	background-color: #f7f7f9;
	border: solid 1px #e5e5e5;
}
.lm_comm_tjbt a{
	float: left;
	width: 136px;
	color: #666;	
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	border-right: solid 1px #e5e5e5;
}
.lm_comm_tjbt a.lm_comm_tjbtCur{
	color: #ff6600;
}
/*标题*/
.lm_comm_tjcon{
	
	
	border: solid 1px #e5e5e5;
	border-top: none;
}
/*name*/
.lm_TJtz_li{
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.lm_TZ_txImg{
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 10px;
}
.lm_TZ_tx_left{
	width: 48px;
}
img.lm_TZ_txImg_tag{
	width: auto;
	height: 14px;
	position: absolute;
	left: 2px;
	bottom: 0;	
	border-radius: 0;
}
.lm_TZ_name p{
	color: #999;
	font-size: 1.2rem;
}
button.lan_del{
	font-size: 1.3rem;
	color: #999;
	margin-left: 30px;
	background-color: transparent;	
}
button.lan_del:active{
	background: #ccc;
}
.lm_TZ_poster .s1{
	margin-left: 5px;
	color: #999;
}
.lm_TZ_poster .s2{
	margin-left: 5px;
	font-size: 1.3rem;
	color: #666;
}
/*name*/
/*01*/
.lm_TZ_top3{
	margin-top: 10px;
}
.lm_TZ_top3 b {
	width: 50px;
	background-image: linear-gradient(90deg, 
		#ff6600 0%, 
		#ffbb00 100%), 
	linear-gradient(
		#ff9900, 
		#ff9900);
	background-blend-mode: normal, 
		normal;
		text-align: center;
		color: #fff;
		font-size: 15px;
		margin-right: 8px;
		line-height: 24px;
}
.lm_TZ_top3 span{
	font-weight: bold;
	font-size: 16px;	
		line-height: 24px;
}
.lm_TZ_detail{
	color: #666;
	margin: 8px 0;	
}
/*01*/
/*02*/
.lm_TZ_pic img{
	width: 130px;
	height: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
	object-fit: cover;
}
/*02*/
/*03*/
.lm_TZ_love{
	padding-bottom: 10px;
	padding-top: 10px;
}
.lm_TZ_tags{

	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	color: #ff6600;
	text-align: center;
	line-height: 28px;
	background-color: rgba(255,102,0,0.1);
}
.lm_TZ_Icon{
	
	cursor: pointer;
}
.lm_TZ_Icon span{
	font-size: 18px;
	color: #999;
	margin-left: 35px;
}
.lm_TZ_Icon b{
	font-size: 1.3rem;
	margin-left: 5px;
	color: #666;
}
/*03*/
/*右边--*/


/*我的关注*/
.lm_wdgz_li{
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

/*我的回复*/
.lm_hf_up{
	display: block;
	position: absolute;
	left: 35px;
	z-index: 2;
	width: 20px;
	height: 8px;
	top: -8px;
}
.lm_gray_con{
	background: #f7f8fa;
	padding: 10px 15px;
	border: solid 1px #e5e5e5;
	position: relative;
	z-index: 1;
	margin-top: 15px;
}
/*我的回复*/


/*删除弹窗*/
.lm_sjrw_box .icon{
	color: #999;
}
.lm_sjd_zhezhao3{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 11;
}
.lm_sjrw_box{
	position: fixed;
	z-index: 13;
	width: 300px;
	height: auto;
	left: 50%;
	top: 30%;
	margin-left: -150px;
	margin-top: -80px;
	background: #fff;
	
}
.lm_sjrw_box_1{
	position: fixed;
	z-index: 13;
	width: 300px;
	height: auto;
	left: 50%;
	top: 30%;
	margin-left: -150px;
	margin-top: -80px;
	background: #fff;
	
}
.lm_sjrw_box_2{
	position: fixed;
	z-index: 13;
	width: 300px;
	height: auto;
	left: 50%;
	top: 30%;
	margin-left: -150px;
	margin-top: -80px;
	background: #fff;
	
}
.lm_sjgg_row1{
	padding: 12px 3%;
}
.lm_syrw_P{
	padding: 20px 12px 10px 12px;
	color: #666;
}
.lm_syrw_f{
	margin-top: 15px;
	height: 44px;
}
.lm_syrw_f div{
	font-size: 1.4rem;
}
button.lm_ok_btn{
	display: inline-block;
	width: 60px;
	line-height: 24px;
	font-size: 1.4rem;
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	border: 1px solid #ccc;	
}
button.lm_ok_btn:active{
	background: #eee;
}
/*删除弹窗*/



.lm_bor_t {
	border-top: solid 1px #e6e6e6;
}

.lm_bor_b {
	border-bottom: solid 1px #e6e6e6;
}

.lm_bor_l {
	border-left: solid 1px #e6e6e6;
}

.lm_bor_r {
	border-right: solid 1px #e6e6e6;
}


/*社区*/
.lang_gz_btn_box{
	width: 50px;
}
button.lang_gz_btn{
	width: 100%;
	color: #fff;
    font-size: 14px;
	line-height: 20px;
	background: #ff6600;
	border-radius: 2px;
	border: solid 1px #ff4200;
}


.lm_comm_tjbt a.lm_fbtz_a{
	border-right: none;
	float: right;
	margin-right: 20px;
	width: 90px;
	line-height: 30px;
	font-size: 13px;
	color: #ff6600;
	border: solid 1px #ff6600;
	margin-top: 7px;
}
/*社区*/


/*我的发帖*/
.lm_post_fb_h{
	border: solid 1px #e5e5e5;
	padding: 5px 10px;
	margin: 20px 0;
}
.lm_post_fb_h input{
	font-size: 12px;
}
.lm_tzfb_box{
	width: 100px;
}
button.lang_tz_fb {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background: #ff6600;
}

/*我的发帖*/





/*分页开始*/

.tcdPageCode *{

	margin:0; padding:0; list-style:none;}

.tcdPageCode a{ 

	text-decoration:none;}

.tcdPageCode a:hover{

	text-decoration:none;}

.tcdPageCode{

	/*padding: 15px 20px;*/
	padding: 6px 20px 0 20px;

	text-align: left;

	color: #ccc;

	text-align:center;}

.tcdPageCode a{

	display: inline-block;

	color: #333;

	display: inline-block;

	height: 25px;	
	
	font-size: 14px;

	line-height: 25px;	

	padding: 0 10px;

	border: 1px solid #ccc;	

	margin: 0 5px;

	border-radius: 4px;

	vertical-align: middle;}

.tcdPageCode a:hover{

	text-decoration: none;


	

	border: 1px solid #ccc;}

.tcdPageCode span.current{

	display: inline-block;

	height: 25px;

	line-height: 25px;

	padding: 0 10px;

	margin: 0 5px;

	color: #ff6600;

	background-color: #fff;

	border: 1px solid #fff;

	border-radius: 4px;

	vertical-align: middle;

}

.tcdPageCode span.disabled{	

	display: inline-block;

	height: 25px;

	line-height: 25px;

	padding: 0 10px;

	margin: 0 5px;

	color: #bfbfbf;

	background: #f2f2f2;

	border: 1px solid #bfbfbf;

	border-radius: 4px;

	vertical-align: middle;

}
.tcdPageCode{
	text-align: right;
}
/*分页结束*/

.lm_comm_main{
	margin-bottom: 25px;
}

/*社区详情*/
.lm_TZ_top3.lm_sqxq_ch{
	margin-top: 0;
	padding: 14px 20px;
}
img.lm_TZ_txImg_tag{
	width: 33px;
	height: 12px;
	position: absolute;
	left: 2px;
	bottom: 0;	
	border-radius: 0;
}
.lm_TZ_pic img.img_tz_show{
	width: 440px;
	height: 440px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.lm_pc_hf{
	font-size: 1.4rem;
	line-height: 46px;
	font-weight: 600;
	background-color: #f7f7f9;
	border-bottom: solid 1px #e5e5e5;
	padding-left: 20px;
	
}
.lm_tzwf{
	padding: 20px 20px;
}
.lm_gray_huifu{
	background: #f7f8fa;
	padding: 10px 15px;
	border: solid 1px #e5e5e5;
	position: relative;
	z-index: 1;
	margin-top: 15px;
	margin: 0 20px;
}
.lm_hf_up22{
	display: block;
	position: absolute;
	right: 5px;
	z-index: 2;
	width: 20px;
	height: 8px;
	top: -8px;
}
/*more*/
.lm_g_more{
	font-size: 12px;
	line-height: 24px;
}
.lm_g_more *{
	display: inline-block;
}
.lm_g_more a{
	color: #ff6600;
}
.lm_g_msg{
	font-size: 12px;
	line-height: 22px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
}
.lm_wdly{
	border: 1px solid #ff6600;
	padding: 10px;
	margin-top: 20px;
}
.lm_wdly input{
	font-size: 13px;
}
.lm_g_sqtz_fb {
	margin-top: 20px;
	margin-bottom: 10px;
}
.lm_g_sqtz_fb button{
	display: block;
	width: 60px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 24px;
	background-color: #ff6600;	
}
/*社区详情*/

/*富文本编辑器*/
.lm_post_detail{
	margin-bottom: 20px;
}
.ke-statusbar{
	display: none;
}
button{
	cursor: pointer;
}
/*富文本编辑器*/