.memop_masklayer {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-image: url('./../Images/black80.png');
	z-index: 99999999;
	overflow: hidden;
	display: none;
}
.memop_masklayer_box{
	width: 100%;
	height: auto;
	padding: 40px 0;
	/*cursor:url('./../Images/cur_zoomOut.cur'),auto;*/
}
.memop_masklayer_close {
	background: url('./../Images/public_close.png') center no-repeat;
	height:26px;
	width:26px;
	position:absolute;
	right:10px;
	top:10px;
	cursor: pointer;
	z-index: 99999990;
}
.memop_masklayer_close:hover {
	background: url('./../Images/public_close_mouseIn.png') center no-repeat;
}
.memop_FormContainer {
	width: 678px;
	z-index: 5020;
	display: none;
	margin: 0 auto;
	cursor:auto;
}
.memop_loadForm {
	width: 54px;
	height: 51px;
	z-index: 5010;
	display: none;
	margin: 0 auto;
	overflow: hidden;
}
.memop_form{
	/*overflow: hidden;*/
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	display: block;
	position: relative;
	padding-top: 2px;
}
.memop_author_info_box{
	margin:16px 16px 0 16px;
	overflow: hidden;
}
.memop_author_img_box{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #dcdcdc;
	float: left;
	background-color: #dcdcdc;
}
.memop_author_img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.memop_author_name_box{
	float: left;
	margin-left:10px;
}
.memop_author_name{
	height: 18px;
	line-height: 18px;
	color: #00be99;
	font-weight: bold;
	font-size: 14px;

}
.memop_create_dt{
	margin-top: 5px;
	font-size: 14px;
}
.memop_text{
	margin:10px 16px 10px 16px;
	color: #666666;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}
.memop_img_box{
	width: 646px;
	margin:0 16px 10px 16px;
}
.memop_img{
	/*width: 646px;*/
	margin: 0 auto;
	display: block;
}
.memop_cnt_box{
	margin:0 0 16px 0;
	padding: 0 16px 6px 16px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	position: relative;
}
.memop_comment_cnt_box{
	height: 36px;
}
.memop_comment_cnt_btn {
	float: left;
	height: 14px;
	min-width: 30px;
	padding: 6px 0;
	overflow: hidden;
	cursor: pointer;
	color: #666666;
	margin-right: 20px;
}
.memop_btn_text{
	float: left;
	margin-left: 6px;
	font-weight: bold;
}
.btn_memop_comment {
	width: 14px;
	height: 14px;
	background: url('./../Images/btn_comment.png') no-repeat;
	cursor: pointer;
	float: left;
	margin-top: 1px;
}
.btn_memop_comment_hover {
	background: url('./../Images/btn_comment_hover.png') no-repeat;
}
.btn_memop_like {
	width: 16px;
	height: 16px;
	background: url('./../Images/btn_like.png') no-repeat;
	cursor: pointer;
	float: left;
	margin-top: -2px;
}
.btn_memop_like_hover {
	background: url('./../Images/btn_like_hover.png') no-repeat;
}
.memop_tool_box{
	position: relative;
}
.memop_btn_text_like_hover{
	color: #fc332c;
}
.memop_cnt_box_arrow{
	width: 15px;
	height: 8px;
	top: 25px;
	left:25px;
	background:url('./../Images/feed_panel_arrow.png');
	position: absolute;
}
.memop_comment_panel{
	margin: 0 16px;
}
.memop_comment_input_container {
	height: 26px;
	margin: 10px 0 10px 0;
}
.memop_comment_input_box{
	height:33px;
	width: 520px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	float: left;
	display: inline-block;
}
.memop_comment_to {
	height: 33px;
	float: left;
	margin: 0 0 0 11px;
	color: #999999;
	line-height: 33px;
	cursor: pointer;
}
.memop_comment_input {
	height: 31px;
	width: 474px;
	margin: 0 3px 0 8px;
	border: 0;
	float: left;
	color: #666666;
	font-size: 12px;
}
.memop_emoji_btn{
	width: 31px;
	height: 32px;
	overflow: hidden;
	float: left;
	background: url('./../Images/emoji_hover.png') no-repeat center;
	cursor: pointer;
}
.memop_emoji_btn:hover{
	background: url('./../Images/emoji_open.png') no-repeat center;
}
.memop_comment_input_send {
	margin: 0 0 0 10px;
	float: left;
	color: #ffffff;
	height: 35px;
	width: 52px;
	border-radius: 5px;
	background: url('./../Images/btn_send_comment.png') no-repeat center;
	background-color: #00be99;
	cursor: pointer;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
}
.memop_like{
	margin: 0 10px 0 0;
	float: left;
	color: #ffffff;
	height: 35px;
	width: 52px;
	border-radius: 5px;
	background: url('./../Images/btn_like_white.png') no-repeat center;
	background-color: #a6a6a6;
	cursor: pointer;
	line-height: 35px;
	font-weight: bold;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
}
.memop_like:hover{
	background: none;
	background-color: #bbbbbb;
}
.memop_liked{
	background-color: #fc332c;
}
.memop_liked:hover{
	background: none;
	background-color: #ff0000;
}
.memop_comment_input_send_hover{
	background:url('');
	background-color: #00be99;
}
.memop_comment_input_send_isBusy{
	background:url('');
	background-color: #00a480;
}
.memop_comment_input_send_complete{
	background:url('./../Images/btn_send_comment.png') no-repeat center;
	background-color: #00be99;
}
.memop_feed_container{
	width: 100%;
	min-height:15px;
	overflow: hidden;
}
.memop_feed_comment{
	margin: 11px auto 0 auto;
	/*min-height: 196px;*/
	width: 648px;
	border-top:1px solid #dcdcdc;
	display: none;
}
.memop_feed_comment_loading{
	display: none;
	margin:83px auto 80px auto;
	background:url('./../Images/loading_min.gif') no-repeat center;
	width: 30px;
	height: 30px;
}
.memop_feed_comment_list{
	width: 648px;
	margin: 0 auto 0 auto;
}
.memop_feed_page{
	height: 68px;
	width: 648px;
	margin: -1px auto 0 auto;
	border-top: 1px solid #dcdcdc;
	display: none;
}
.memop_feed_item{
	width: 648px;
	height: auto;
	min-height: 50px;
	margin: 15px auto 0 auto;
	border-bottom: 1px dotted #dcdcdc;
	display: block;
	overflow: hidden;
	position: relative;
}
.memop_feed_user_img_box{
	width: 35px;
	height: 35px;
	float: left;
	position: relative;
}
.memop_feed_user_image_mask{
	width: 35px;
	height: 35px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 99;
	border-radius: 50%;
	border: 1px solid #cccccc;
}
.memop_feed_user_image{
	width: 33px;
	height: 33px;
	position: absolute;
	top:2px;
	left: 2px;
	z-index: 999;
	border-radius: 50%;
}
.memop_feed_box{
	margin: -4px 0 2px 15px;
	width: 598px;
	text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
	display: block;
	line-height: 20px;
	color:#666666;
	word-break: break-all;
	word-wrap: break-word;
}
.memop_feed_owner{
	color: #00be99;
}
.memop_feed_item_tools{
	width: 598px;
	margin: 10px 0 5px 50px;
	overflow: hidden;
}
.memop_feed_dt{
	float: left;
	height:24px;
	line-height: 24px;
}
.memop_feed_delete{
	float: right;
	height:24px;
	line-height: 24px;
	color: #00be99;
	cursor: pointer;
	margin-left: 9px;
	display: none;
}
.memop_feed_reply{
	float: right;
	height:24px;
	line-height: 24px;
	color: #00be99;
	cursor: pointer;
	margin-left: 9px;
	padding-right: 2px;
}
.memop_feed_topic{
	float: right;
	height:24px;
	line-height: 24px;
	color: #00be99;
	cursor: pointer;
	margin-left: 9px;
	display: none;
}
.memop_feed_btn_splite{
	width: 1px;
	float: right;
	height: 14px;
	display: none;
	background-color:#00be99;
	margin-left:9px;
	margin-top: 5px;
}
.memop_feed_page{
	height: 68px;
	width: 648px;
	margin: -1px auto 0 auto;
	border-top: 1px solid #dcdcdc;
	display: none;
}
.memop_reply_input_container{
	height:26px;
	width: 596px;
	margin: 32px 0 10px 0;
	display: none;
}
.memop_reply_input_box{
	height:26px;
	width: 535px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	float: left;
	display: inline-block;
}
.memop_reply_to{
	height:26px;
	float: left;
	margin: 0 0 0 11px;
	color:#999999;
	line-height: 26px;
	cursor: pointer;
}
.memop_reply_input {
	height:22px;
	width: 450px;
	margin: 0 0 0 5px;
	border: 0;
	float: left;
	color:#666666;
	font-size: 12px;
}
.memop_reply_input_send{
	margin: 0 0 0 7px;
	float: right;
	color: #ffffff;
	height: 28px;
	width: 52px;
	border-radius: 5px;
	background:url('./../Images/btn_send_comment.png')  no-repeat center;
	background-color: #00be99;
	cursor: pointer;
	line-height: 28px;
	font-weight: bold;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
	text-align: center;
}
.memop_reply_input_send_hover{
	background:url('');
	background-color: #00be99;
}
.memop_reply_input_send_isBusy{
	background:url('');
	background-color: #00a480;
}
.memop_reply_input_send_complete{
	background:url('./../Images/btn_send_comment.png') no-repeat center;
	background-color: #00be99;
}

.memop_reply_spread_input_send{
	margin: 0 0 0 7px;
	float: right;
	color: #ffffff;
	height: 28px;
	width: 52px;
	border-radius: 5px;
	background:url('./../Images/btn_send_spread.png') no-repeat center;
	background-color: #00be99;
	cursor: pointer;
	line-height: 28px;
	font-weight: bold;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memop_reply_spread_input_send_hover{
	background:url('');
	background-color: #00be99;
}
.memop_reply_spread_input_send_isBusy{
	background:url('');
	background-color: #00a480;
}
.memop_reply_spread_input_send_complete{
	background:url('./../Images/btn_send_spread.png') no-repeat center;
	background-color: #00be99;
}

.memop_reply_flg{
	margin: 0 4px 0 4px;
	color:#999999;
}
.memop_spreadOwnerNick{
	color: #00be99;
	margin: 0 8px 0 0;
}
.memop_commentOwnerNick{
	color: #00be99;
}
.memop_pager_box{
	float: right;
	height:28px;
	margin-top: 20px;
}
.memop_pager_box_center{
	height:28px;
	margin:11px auto 0 auto;
	display: inline-block;
}
.memop_pager_number{
	width:28px;
	height:28px;
	line-height: 28px;
	color: #999999;
	background-color:#f2f2f2;
	margin: 0 6px;
	cursor: pointer;
	text-align: center;
	float: left;
	border-radius: 3px;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memop_pager_number_current{
	background-color: #ffffff;
	color:#00be99;
	text-align: center;
	float: left;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memop_pager_number_splite{
	width:28px;
	height:28px;
	line-height: 28px;
	color: #999999;
	background-color:#ffffff;
	margin: 0 6px;
	text-align: center;
	float: left;
	border-radius: 3px;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memop_pager_number_prev{
	width:28px;
	height:28px;
	line-height: 28px;
	margin: 0 6px;
	text-align: center;
	float: left;
	border-radius: 3px;
	background:url('./../Images/op_pager_left.png') center no-repeat;
	background-color:#e7e7e7;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
	cursor: pointer;
}
.memop_pager_number_next{
	width:28px;
	height:28px;
	line-height: 28px;
	margin: 0 6px;
	text-align: center;
	float: left;
	border-radius: 3px;
	background:url('./../Images/op_pager_right.png') center no-repeat;
	background-color:#e7e7e7;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
	cursor: pointer;
}
.memop_view_topic_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-image: url('./../Images/black70.png');
	z-index: 999999999;
	overflow: auto;
	display: none;
}
.memop_topic_box{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	cursor:pointer;
}
.memop_topic_Form {
	width: 508px;
	border-style: solid;
	border-radius: 6px;
	border:0;
	z-index: 5020;
	display: block;
	margin: 40px auto;
	cursor: auto;
	background-color: #ffffff;
}
.memop_topic_FormContainer{
	border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	height: auto;
	overflow: hidden;
	display: block;
}
.memop_topic_form_title_box{
	height: 42px;
	line-height: 42px;
	width: auto;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #ffffff;
	border-bottom: 1px dotted #cccccc;
}
.memop_topic_form_title_icon{
	width: 19px;
	height: 15px;
	background-image: url('./../Images/topic_dialog_icon.png');
	float: left;
	margin: 13px 0 0 16px;
}
.memop_topic_form_title_text{
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color:#999999;
	margin-left: 5px;
}
.memop_topic_form_close{
	float: right;
	height: 11px;
	width: 11px;
	margin: 16px 16px 0 0;
	background-image: url('./../Images/op_topic_close.png');
	cursor: pointer;
}

.memop_topic_input_container{
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	height: 60px;
	display: none;
}
.memop_topics{
	width: 466px;
	height: 300px;
	padding: 10px 20px 0 20px;
	overflow: auto;
}
.memop_topic_form_pager{
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
	text-align: center;
	border-top: 1px dotted #cccccc;
}
.memop_topic_reply_input_box{
	height:26px;
	width: 397px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	float: left;
	display: inline-block;
	margin:16px 0 16px 20px;
}
.memop_topic_reply_to{
	height:26px;
	float: left;
	margin: 0 0 0 11px;
	color:#999999;
	line-height: 26px;
}
.memop_topic_reply_input {
	height:22px;
	width: 338px;
	margin: 0 0 0 5px;
	border: 0;
	float: left;
	color:#666666;
	font-size: 12px;
}
.memop_topic_reply_input_send{
	margin: 16px 20px 0 0;
	float: right;
	color: #ffffff;
	height: 28px;
	width: 52px;
	border-radius: 5px;
	background:url('./../Images/btn_send_comment.png');
	background-color: #00be99;
	cursor: pointer;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memop_topic_reply_input_send_hover{
	background:url('');
	background-color: #00be99;
}
.memop_topic_reply_input_send_isBusy{
	background:url('');
	background-color: #00a480;
}
.memop_topic_reply_input_send_complete{
	background:url('./../Images/btn_send_comment.png');
	background-color: #00be99;
}
.memop_topic_item{
	display: block;
	overflow:hidden;
	margin-bottom: 10px;
}
.memop_topic_left_viewbox{
	float: left;
}
.memop_topic_right_viewbox{
	float: right;
}
.memop_topic_left_user_image_container{
	float: left;
	overflow: hidden;
	display: block;
	margin-right: 10px;
	width: 37px;
	height: 37px;
	position: relative;
}
.memop_topic_right_user_image_container{
	float: right;
	overflow: hidden;
	display: block;
	margin-left: 10px;
	width: 37px;
	height: 37px;
	position: relative;
}
.memop_topic_user_image_mask{
	width: 37px;
	height: 37px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 99;
	background-color: #cccccc;
	border-radius: 50%;
}
.memop_topic_user_image{
	width: 35px;
	height: 35px;
	position: absolute;
	top:1px;
	left: 1px;
	z-index: 99;
	border-radius: 50%;
}
.memop_topic_left_text{
	float:left;
	width: 300px;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	line-height: 22px;
	color: #666666;
	padding:5px 10px;
	display: block;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}
.memop_topic_right_text{
	float:right;
	width: 300px;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	line-height: 22px;
	color: #666666;
	padding:5px 10px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}
.memop_topics_loading{
	width: 466px;
	height: 300px;
	padding: 10px 20px 0 20px;
	overflow: auto;	
	background:url('./../Images/loading_min.gif') no-repeat center;
	display: none;
}
.memop_delete_btn {
	float: right;
	width: 19px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	color: #666666;
	margin-top: 3px;
}
.memop_delete_btn_icon{
	background:url('./../Images/memo_delete.png') no-repeat center;
	width: 19px;
	height: 20px;
}
.memop_delete_btn_icon:hover{
	background:url('./../Images/memo_delete_hover.png') no-repeat center;
}
.memop_dlg_masklayer {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-image: url('./../Images/black80.png');
	z-index: 99999999;
	overflow: hidden;
	display: none;
	cursor: pointer;
}
.memop_dlg_isDeleteForm_containter{
	width: 408px;
	height:179px;
	border-style: solid;
	border-radius: 6px;
	border-width: 5px;
	border-color:rgba(0,0,0,0.5);
	z-index: 99999999;
	margin: 240px auto;
	cursor: auto;
}
.memop_dlg_isDeleteForm_containter_message{
	background-color: white;
	border-radius: 3px;
	width: 408px;
	height:97px;
	text-align: center;
	font-size: 14px;
	color:#666666;
	font-weight: bold;
	line-height: 36px;
	padding-top: 30px;
}
.memop_dlg_isDeleteForm_containter_buttons{
	background-color: #eeeeee;
	border-radius: 3px;
	width: 408px;
	height:55px;
	margin-top: -3px;
}
.memop_dlg_isDeleteForm_btn{
	border-radius: 3px;
	width: 60px;
	height:30px;
	line-height:30px;
	font-size: 14px;
	color:white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-top: 12px;
}
.memop_dlg_isDeleteForm_btn_cancel{
	background-color: #00a481;
	margin-left: 110px;
}
.memop_dlg_isDeleteForm_btn_cancel:hover{
	background-color: #00886c;
}
.memop_dlg_isDeleteForm_btn_ok{
	background-color: #666666;
	margin-left: 60px;
}
.memop_dlg_isDeleteForm_btn_ok:hover{
	background-color: #4d4d4d;
}
.memop_detail_container{
	min-height: 300px;
}
.memop_detail_box{
	overflow: hidden;
}
.memop_right_toolbox{
	width: 50px;
	height: 124px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	bottom: 30px;
  	right: -50px;
}
.memop_right_toolbox>.toWeibo{
	width: 45px;
	height: 45px;
	overflow: hidden;
	background: url('./../Images/weibo.png') no-repeat center;
	background-color: #d1291c;
	margin: 0 0 10px 0;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memop_right_toolbox>.toWeibo:hover{
	background-color: #c41911;
}
.memop_right_toolbox>.goTop{
	width: 45px;
	height: 45px;
	overflow: hidden;
	background: url('./../Images/phome_comment_arrow.png') no-repeat center;
	background-color: #ffffff;
	margin: 0 0 10px 0;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memop_right_toolbox>.goTop:hover{
	background-color: #d8d8d8;
}