.top_navi {
	background-image: url('./../Images/black80.png');
	height:59px;
	width:100%;
  	min-width:1280px;
	float: left;
	display: block;
	z-index: 1000;
	overflow: visible;
	position: fixed;
	
	_position: absolute;
	_top: expression(documentElement.scrollTop + "px");
}
.top_line_container {
	background-color:black;
	height:4px;
	width:100%;
	background-color: #00be99;
	background: linear-gradient(to right,#00be99,#ffff00,#fc332c); /* Normal */
	background: -moz-linear-gradient(to right,#00be99,#ffff00,#fc332c); /* Firefox */
	background: -webkit-linear-gradient(to right,#00be99,#ffff00,#fc332c); /* Safari 和 Chrome */
  	background: -o-linear-gradient(to right,#00be99,#ffff00,#fc332c);  /* Opera */
}
.navi_bar_container{
	/*width:1280px;*/
	height:55px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px 0 15px;
}
.navi_logo_icon{
	margin-top: 8px;
	float: left;
}
.navi_logo_text{
	margin-top: 16px;
	margin-left:6px;
	float: left;
}
.navi_bar_container li {
	height:55px;
}
.navi_logo_container{
	margin-left: 10px;
	margin-right: 50px;
}
.navi_button_container {
	line-height:55px;
	padding-right:28px;
}
.navi_button {
	margin-top:10px;
	padding:0 14px;
	font-size:16px;
	font-family:'Microsoft Yahei';
	color:#ffffff;
	height:35px;
	line-height:35px;
	font-weight:bold;
}
.navi_button_current {
	margin-top:10px;
	padding:0 14px;
	font-size:16px;
	font-family:'Microsoft Yahei';
	color:#00be99;
	font-weight:bold;
	height:35px;
	line-height:35px;
}
.navi_button:hover { 
	color:#00cda5;
}
.navi_lr_btn_container{
	height:55px;
	width: 78px;
}
.navi_login_button {
	width:58px;
	height:32px;
	line-height:32px;
	color:white;
	background:url('./../Images/btn_login.png');
	padding-left:20px;
	cursor:pointer;
	margin-top: 11px;
}
.navi_login_button:hover {
	background:url('./../Images/btn_login_mouseIn.png');
}
.navi_reg_button {
	width:58px;
	height:32px;
	line-height:32px;
	color:white;
	background:url('./../Images/btn_reg.png');
	padding-left:20px;
	cursor:pointer;
	margin-top: 11px;
}
.navi_reg_button:hover {
	background:url('./../Images/btn_reg_mouseIn.png');
}
.m_button {
	width:55px;
	height:55px;
	line-height: 55px;
	color: #00be99;
	font-size:18px;
	font-weight:bold;
	cursor: pointer;
}
.m_button:hover{
	color: #00a480;
}
.navi_publish_button {
	width:55px;
	height:55px;
	background:url('./../Images/publishBtn_default.png') no-repeat center;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
}
.navi_publish_button_mouseIn {
	background:url('./../Images/publishBtn_mouseIn.png') no-repeat center;
}
.navi_search_button {
	width:55px;
	height:55px;
	background:url('./../Images/searchBtn_default.png') no-repeat center;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
}
.navi_search_button:hover {
	background:url('./../Images/searchBtn_hover.png') no-repeat center;
}
.navi_name_container {
	padding-left:20px;
	padding-right:20px;
	height:55px;
	line-height:55px;
	color:white;
	font-size:14px;
	text-align: center;
}
.navi_console_container {
	width: 55px;
	height: 55px;
	text-align: center;
	margin: 0 2px;
}
.navi_message_button{
	background:url('./../Images/icon24.png') no-repeat  0 0;
	width:24px;
	height:24px;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
}
.navi_favorite_button {
	background:url('./../Images/icon24.png') no-repeat  -48px 0;
	width:24px;
	height:24px;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
}
.navi_setting_button {
	background:url('./../Images/icon24.png') no-repeat  -96px 0;
	width:24px;
	height:24px;
	margin-top: 15px;
	margin-left: 15px;
	cursor:pointer;
}
.navi_logout_button {
	background:url('./../Images/logout.png') no-repeat center;
	width:20px;
	height:19px;
	margin:18px auto 0 auto;
	cursor:pointer;
}
.dlg_logreg_container {
	background-image: url('./../Images/black90.png');
	height:640px;
	width:100%;
  	min-width:1280px;
	float: left;
	z-index: 99999999999999999;
	overflow: visible;
	position: fixed;
	top: 4px; /* position fixed for IE6 */
	_position: absolute;
	_top: expression(documentElement.scrollTop + "px");
}
.dlg_logreg_close {
	background: url('./../Images/public_close.png') center no-repeat;
	height: 26px;
    width: 26px;
	position:absolute;
	right: 10px;
    top: 10px;
	cursor: pointer;
	z-index: 999999999;
}
.dlg_logreg {
	height:640px;
	width:1280px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.dlg_forget_pwd {
	height:640px;
	min-width:1280px;
	width:100%;
	float:left;
	position:absolute;
}
.dlg_forget_pwd_form_container {
	width:330px;
	height:300px;
	position:relative;
	margin:0 auto;
}
.dlg_login {
	height:640px;
	width:1280px;
	float:left;
	position:absolute;
}
.dlg_resetpwd_logo {
	margin:50px auto 10px auto;
	background:url('./../Images/resetpwd_logo.png') no-repeat;
	width: 124px;
	height:158px;
}
.dlg_login_logo {
	margin:44px auto 10px auto;
	background:url('./../Images/logo_login.png') no-repeat;
	/*width: 134px;
	height:164px;*/
	width: 164px;
	height:189px;
}
.dlg_login_form_container {
	width:330px;
	height:300px;
	position:relative;
	margin:0 auto;
}
.dlg_login_form_item_container {
	width:326px;
	height:85px;
	position:absolute;
}
.dlg_login_line_title {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	line-height:28px;
	height:28px;
}
.dlg_login_line_detail {
	line-height:18px;
}
.login_input_style{
	line-height:14px;
	height:14px;
	background-color:#1e1e1e;
	border:#1e1e1e solid 1px;
	border-radius: 3px; 
	font: 14px Arial,Helvetica,sans-serif;
	color:#999999;
	width: 305px;
	padding:12px 10px;
}
.dlg_login_line_help{
	line-height:12px;
	height:12px;
	font-size:12px;
	color:#cd0000;
	width:140px;
	position:absolute;
	left:350px;
	top:42px;
}
.forget_pwd_submit {
	width:327px;
	height:40px;
	background-color:#00be99;
	border:0;
	border-radius: 3px;
	color:white;
	font-weight:bold;
	font-size:16px;
	margin-top:10px; 
	cursor: pointer;
}
.login_submit {
	width:325px;
	height:40px;
	background-color:#00be99;
	border:0;
	border-radius: 3px;
	color:white;
	font-weight:bold;
	font-size:16px;
	margin-top:10px; 
	cursor: pointer;
	line-height: 40px;
}
.dlg_register {
	height:640px;
	width:1280px;
	float:left;
	position:absolute;
}
.dlg_reg_success {
	height:640px;
	width:1280px;
	float:left;
	position:absolute;
}
.dlg_register_logo {
	margin-left:43px;
	padding-right:31px;
	float:left;
	background:url('./../Images/logo_reg.png') no-repeat;
	width: 566px;
	height:462px;
	/*border-right:#333333 3px solid;*/
}
.dlg_register_form_container {
	margin-left:120px;
	width: 510px;
	height:602px;
	float:left;
	position:relative;
}
.dlg_register_form {
	position:absolute;
	float:left;
	left:0;
	top:23px;
	height:590px;
}
.dlg_register_title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:18px;
}
.dlg_register_line_title {
	
	font-size:12px;
	font-weight:bold;
	color:#666666;
	line-height:28px;
	height:28px;
	clear:both;
}
.dlg_register_line_detail {
	line-height:18px;
	position:relative;
	margin-bottom:52px;
}
.reg_input_style{
	line-height:14px;
	height:14px;
	background-color:#1e1e1e;
	border:#1e1e1e solid 1px;
	border-radius: 3px; 
	font: 14px Arial,Helvetica,sans-serif;
	color:#999999;
	width: 305px;
	padding:12px 10px;
	float: left;
}
.reg_input_style_short{
	width: 143px;
}
.input_style_error{
	border:#cd0000 solid 2px !important;
}
.input_style_focus{
	border:#106d5b solid 2px !important;
}
.dlg_register_line_help{
	line-height: 25px;
	height: 22px;
	font-size: 12px;
	color: #cd0000;
	margin-left: 13px;
	margin-top: 8px;
	width: 160px;
	float: left;
}
#reg_verification_code {
	float:left;
}
#verification_code_container {
	float:left;
	margin-left:10px;
	width:118px;
	height:40px;
	background-color:#999999;
}
#vc_refresh_button{
	float:left;
	margin-left:1px;
	width:40px;
	height:40px;
	background-image: url('./../Images/vc_refresh.png');
	cursor:pointer;
}
.logreg_hyperlink{
	color:#00be99;
}
.reg_submit {
	width:325px;
	height:40px;
	background-color:#00be99;
	border:0;
	border-radius: 3px;
	color:white;
	font-weight:bold;
	font-size:16px;
	margin-top:10px; 
	cursor: pointer;
	line-height: 40px;
}
.dlg_reg_success_close {
	background-image: url('./../Images/dlg_close.png');
	height:44px;
	width:44px;
	position:absolute;
	right:0;
	top:0;
	cursor: pointer;
}
.dlg_reg_success_form_container {
	width:480px;
	height:300px;
	position:relative;
	margin:0 auto;
}
.reg_success_go_mailbox_container {
	width:328px;
	height:40px;
	line-height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	display:block;
}
.reg_success_go_mailbox {
	width:328px;
	height:40px;
	line-height:40px;
	background-color:#00be99;
	border:0;
	border-radius: 3px;
	color:white;
	font-weight:bold;
	font-size:16px; 
	cursor: pointer;
	text-align:center;
}
.dlg_resetpwd_error_message{
	width: 328px;
	height:20px;
	margin-top:10px;
	margin-left: 36px;
	color: #cd0000;
}
.search_container{
	background-color:white;
	height:56px;
	width:100%;
  	min-width:1280px;
	position: fixed;
	top:4px;
	z-index: 900;
	display: none;
}
.search_box{
	height:55px;
	width:928px;
	margin: 0 auto;
}
.search_icon{
	width: 20px;
	height: 55px;
	background: url('./../Images/search_icon.png') no-repeat center;
	float: left;
}
.search_splite{
	width: 7px;
	height: 55px;
	background: url('./../Images/search_split.png') no-repeat center;
	float: left;
	margin: 0 10px 0 16px;
}
.search_inputbox{
	width: 834px;
	height: 55px;
	float: left;
}
.search_btn{
	width: 30px;
	height: 55px;
	background: url('./../Images/btn_search.png') no-repeat center;
	/*float: right;*/
	cursor: pointer;
	position: absolute;
	right: 252px;
  	top: 0;
}
.search_btn:hover{
	
	background: url('./../Images/btn_search_hover.png') no-repeat center;
	
}
.search_close{
	width: 16px;
	height: 55px;
	background: url('./../Images/search_close.png') no-repeat center;
	/*float: left;*/
	margin: 0 0 0 16px;
	cursor: pointer;
	position: absolute;
	right: 222px;
}
.search_input{
	border: 0;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	width: 796px;
	margin-top: 16px;
}
.search_close:hover{
	background: url('./../Images/search_close_hover.png') no-repeat center;
}
.publishBtns_container{
	background-image: url('./../Images/black80.png');
	height:140px;
	width:100%;
  	min-width:1280px;
	position: absolute;
	top:4px;
	z-index: 900;
	display: none;
}
.publishBtns{
  	min-width:1280px;
	width:100%;
	height:105px;
  	margin: 17px auto 26px auto;
  	position: relative;
}
.publishBtns_lst{
	display: block;
	width:480px;
	height:116px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.publishBtns_lst_cell{
	width:100px;
	height:110px;
  	padding: 0 30px 0 30px;
}
.publishBtns_container_close{
	width: 25px;
    height: 25px;
	line-height:25px;
	background:url('./../Images/LT/publish_close.png') no-repeat ;
	cursor: pointer;
	float:right;
	top: 37px;
	right: 291px;
	position: absolute;
}
.publishBtns_container_close_mouseIn{
	background:url('./../Images/LT/publish_close_hover.png') no-repeat ;
}
.publishBtn{
	height:110px;
	width:100px;
  	margin: 0 auto 0 auto;	
  	cursor: pointer;
  	position: relative;
}
.publishBtn_cat_bg{
	width: 90px;
	height: 100px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
.publishBtn_cat_icon{
	height: 40px;
	position: absolute;
	z-index: 20;
	top: 30px;
}
.publishBtn_cat_icon_10000000{
	background:url('./../Images/canola/cat_icon_10000000.png') 0 0;
	width: 39px;
	left: 30px;
}
.publishBtn_cat_icon_20000000{
	background:url('./../Images/canola/cat_icon_20000000.png') 0 0;
	width: 34px;
	left: 33px;
}
.publishBtn_cat_icon_30000000{
	background:url('./../Images/canola/cat_icon_30000000.png') 0 0;
	width: 38px;
	left: 31px;
}
.publishBtn_cat_icon_40000000{
	background:url('./../Images/canola/cat_icon_40000000.png') 0 0;
	width: 43px;
	left: 29px;
}
.publishBtn_cat_icon_50000000{
	background:url('./../Images/canola/cat_icon_50000000.png') 0 0;
	width: 35px;
	left: 33px;
}
.publishBtn_cat_icon_60000000{
	background:url('./../Images/canola/cat_icon_60000000.png') 0 0;
	width: 34px;
	left: 34px;
}
.publishBtn_cat_icon_role{
	background:url('./../Images/canola/cat_icon_role.png') 0 0;
	width: 46px;
	left: 26px;
	margin-top: -2px;
}
.publishBtn_cat_text{
	width: 100px;
	height: 20px;
	position: absolute;
	z-index: 20;
	top: 66px;
}
.publishBtn_cat_text_10000000{
	background:url('./../Images/canola/cat_icon_10000000.png') 0 -39px;
	width: 39px;
	left: 30px;
}
.publishBtn_cat_text_20000000{
	background:url('./../Images/canola/cat_icon_20000000.png') 0 -39px;
	width: 34px;
	left: 33px;
}
.publishBtn_cat_text_30000000{
	background:url('./../Images/canola/cat_icon_30000000.png') -2px -41px;
	width: 34px;
	left: 33px;
}
.publishBtn_cat_text_40000000{
	background:url('./../Images/canola/cat_icon_40000000.png') 0 -39px;
	width: 43px;
	left: 29px;
}
.publishBtn_cat_text_50000000{
	background:url('./../Images/canola/cat_icon_50000000.png') 0 -39px;
	width: 35px;
	left: 33px;
}
.publishBtn_cat_text_60000000{
	background:url('./../Images/canola/cat_icon_60000000.png') 0 -39px;
	width: 34px;
	left: 33px;
}
.publishBtn_cat_text_role{
	background: url('./../Images/canola/cat_icon_role.png') 0px -40px;
	width: 46px;
  	left: 27px;
}
/*.publishBtn_info {
	background:url('./../Images/publishBtn_info.png') no-repeat;
}
.publishBtn_original {
	background:url('./../Images/publishBtn_original.png') no-repeat;
}
.publishBtn_experience {
	background:url('./../Images/publishBtn_experience.png') no-repeat;
}
.publishBtn_material {
	background:url('./../Images/publishBtn_material.png') no-repeat;
}
.publishBtn_plan {
	background:url('./../Images/publishBtn_plan.png') no-repeat;
}*/
.navi_user_img{
	width: 154px;
	height: 36px;
	border: 2px solid #242424;
	border-radius:40px; 
	margin: 7px auto 0 auto;
	background-color: #1a1a1a;
}
.navi_user_img_noborder{
	border: 2px solid #282828;
	background-color: #282828;
}
.navi_user_img_message{
	border: 2px solid #ffcf00;
}
.navi_user_img_pic{
	width: 24px;
	height: 24px;
	border: 0;
	border-radius:50%; 
	margin-top: 6px;
	float: left;
	margin-left: 6px;
}
.navi_user_img_pic_nick{
	width: 82px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space:nowrap;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	margin-left: 7px;
	text-align: center;
}
.navi_dropdown_button{
	cursor:pointer;
	position: relative;
	width:184px;
	float:right;
	margin: 0;
}
.navi_dropdown_button_hover{
	background-color: #282828;
}
.navi_dropdown_box{
	background-color: #282828;
	width: 184px;
	overflow: hidden;
	display: none;
	top: 55px;
	right:0;
	position: absolute;
}
.navi_dropdown_title{
	width:168px;
	height: 35px;
	line-height: 35px;
	/*border-bottom: 1px dotted #464646;*/
	color:#00be99;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin: 4px 8px 8px 8px;
	border-radius: 3px;
	background-color: #00be99;
	color:#ffffff;
	font-weight: bold;
}
.navi_dropdown_title:hover{
	/*border-bottom: 1px solid #00be99;*/
	background-color: #00a480;
	color:#ffffff;
	font-weight: bold;
}
.navi_dropdown_foot{
	width:185px;
	height: 40px;
	line-height: 40px;
	border-top: 1px dotted #464646;
	color:#999;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.navi_dropdown_foot:hover{
	border-top: 1px solid #fc332c;
	background-color: #fc332c;
	color:#ffffff;
	font-weight: bold;
}
.navi_dropdown_func_list{
	padding: 8px;
	border-top: 1px dotted #464646;
}
.navi_dropdown_func_btn{
	width: 168px;
	height: 40px;
	line-height: 40px;
	color: #999;
	cursor: pointer;
	position: relative;
	text-align: center;
	font-size: 14px;
}
.navi_dropdown_func_btn:hover{
	background-color: #383838;
	color: #00be99;
	font-weight: bold;
}
.navi_dropdown_func_btn_arrow_left{
	width: 5px;
	height: 9px;
	position: absolute;
	background:url('./../Images/navi_dropdown_func_btn_arrow.png') 0 0;
	top:16px;
	left: 10px;
	display: none;
}
.navi_dropdown_func_btn_arrow_right{
	width: 5px;
	height: 9px;
	position: absolute;
	background:url('./../Images/navi_dropdown_func_btn_arrow.png') -10px 0;
	top:16px;
	right:10px;
	display: none;
}
.has_notify{
	color: #ffcf00;
	font-weight: bold;
}
.has_notify:hover{
	color: #ffcf00;
	font-weight: bold;
}
.float_notify_panel{
	width: 160px;
	position: absolute;
	right: 22px;
	top:55px;
	border-top: 1px solid #3c3c3c;
	display: none;
}
.float_notify_panel_item{
	height: 40px;
	line-height: 40px;
	border: 1px solid #3c3c3c;
	border-top: 0;
	background-color: #000000;
	position: relative;
	display: none;
	/* margin-left: -17px; */
}
.float_notify_panel_text{
	height: 40px;
	line-height: 40px;
	color:#00be99;
	width: 116px;
	float: left;
	padding: 0 0 0 13px;
}
.float_notify_panel_btn{
	background:url('./../Images/notify_close.png') no-repeat center;
	float: left;
	width: 29px;
	height:40px;
	cursor: pointer;
}
.navi_has_notify_icon{
	width: 14px;
	height: 14px;
	position: absolute;
	background:url('./../Images/icon_notify.png') no-repeat center;
	display: none;
	top: 20px;
	right: 25px;
}
.navi_image_down{
	width: 11px;
	height: 6px;
	position: absolute;
	background:url('./../Images/navi_user_image_down2.png') no-repeat center;
	top: 25px;
	right: 25px;
}
.navi_image_up{
	background:url('./../Images/navi_user_image_up.png') no-repeat center;
}
.navi_weibo_login{
	float: left;
	width: 124px;
  	padding-left: 26px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #fff;
	border-radius: 35px;
	font-weight: bold;
	text-align: center;
	background:url('./../Images/weibo.png') no-repeat 16px;
	background-color: #cf2028;
}
.navi_qq_login{
	float: left;	
	width: 142px;
  	padding-left: 8px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-left: 25px;
	color: #fff;
	border-radius: 35px;
	font-weight: bold;
	text-align: center;
	background:url('./../Images/qq.png') no-repeat 14px;
	background-color: #4485dc;
}
.func_btn_box{
	width: 100px;
	height: auto;
	position: fixed;
	right: 0;
	bottom:60px;
	z-index: 99999;
	/*overflow: hidden;*/
	text-align: right;
}
.func_btn_box>ul{
	width: 100%;
}
.func_btn_box>ul>li{
	width: 100%;
	height: 50px;
	margin: 6px 0;
}
.btnFeedback{
	width: 50px;
	height: 50px;
	background: url('./../Images/btnFeedback.png') no-repeat center;
	background-color: #333333;
	cursor: pointer;
	float: right;
	display: none;
	position: relative;
}
.btnFeedback:hover{
	background-color: #3a3a3a;
}
.btnHomeflow{
	width: 50px;
	height: 42px;
	background: url('./../Images/btnHomeflow.png') no-repeat center; 
	background-color: #00be99;
	color:#00be99;
	cursor: pointer;
	float: right;
	display: none;
	position: relative;
	line-height: 16px;
	text-align: center;
	color: #1c1c1c;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 8px;
}
.btnHomeflow:hover{
	/*background: url('./../Images/btnHomeflow_hover.png') no-repeat center;*/
	background-color: #00dca8;
}
.btnHomeflow_newInfo{
	background:transparent!important;
	background-color: #ebb400!important;
	width: 60px!important;
	transition:background-color,width 0.2s linear;
	-moz-transition:background-color,width 0.2s linear;
	-webkit-transition:background-color,width 0.2s linear;
	-o-transition:background-color,width 0.2s linear;
}
.btnHomeflow_newInfo:hover{
	background-color: #f1c73c!important;
}
.btnHomeflow_helpTip{
	padding: 6px 6px;
	background-color: #ebb400;
	position: absolute;
	left: -240px;
	top: 1px;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	/*overflow: hidden;*/
	text-align: left;
}
.helpTip_arrow{
	position: absolute;
	width: 7px;
	height: 13px;
	background: url('./../Images/tip_arrow.png') no-repeat center;
	right: -7px;
	top: 17px;
}
.btnGoTop{
	width: 50px;
	height: 50px;
	background: url('./../Images/btnGoTop.png') no-repeat center;
	background-color: #333333;
	cursor: pointer;
	float: right;
}
.btnGoTop:hover{
	/*background: url('./../Images/btnGoTop_hover.png') no-repeat center;*/
	background-color: #3a3a3a;
}
