@charset "UTF-8";
/* CSS user_help*/
body{background:#f0f3f5;}
#menu_box {width: 100%; height: 42px;box-shadow: 0px 3px 3px #C9CED1; -webkit-box-shadow: 0px 3px 3px #C9CED1; -moz-box-shadow: 0px 3px 3px #C9CED1; -o-box-shadow: 0px 3px 3px #C9CED1; background:#fafafa;}
.menu_title{line-height:42px; padding-left:180px; color:#555; font-size:15px; }
#userhelp_container{width:78%; max-width:1200px; min-width:1088px; margin:auto; margin-top:28px;}
#userhelp_menu_left{width:26%; background:#fff;}
#userhelp_menu_right{width:73%;background:#fff;}
.menu_item{height:58px; line-height:58px; font-size:14px;border-left:2px solid #fff;}
.menu_item:hover{border-left:2px solid #5fc0bb;cursor:pointer;}
.menu_item_ed{border-left:2px solid #5fc0bb; color:#3b9e99;}
.menu_item .item_font{ color:#333; display:block; width:80%; border-bottom:1px solid #f0f3f5; margin:auto;}
.menu_item .item_font:hover{ color:#3b9e99;}
.item_font_ed{ display:block; width:80%; border-bottom:1px solid #f0f3f5; margin:auto; color:#3b9e99;}
#userhelp_menu_right_head{width:90%; margin:auto; height:58px; border-bottom:1px solid #f0f3f5;}
#userhelp_menu_right_head span{line-height:58px; font-size:14px; color:#333;}
#userhelp_content{width:90%; margin:auto; padding-bottom:30px;}
.content_title{ font-size:14px; color:#333;line-height:50px; font-weight:bold;}
.content_content{font-size:12px; color:#666; line-height:26px;}
.content_title_second{font-size:13px; color:#333; line-height:42px; font-weight:bold;}
.content_title_third{font-size:12px; color:#333; line-height:36px; font-weight:bold;}
.user_help_img{ margin:20px 0px;}
.user_help_img img{max-width:100%;}
.content_link {color: #0095C0;font-size: 15px; font-weight: bold;}
.content_link:hover{cursor:pointer;}
#header_user_info{height:58px;margin-right:30px;}
.user_name{text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
#user_image{margin-top:4px;}
#user_image img{width:42px;height:42px;-moz-border-radius:90px;-webkit-border-radius:90px;margin-top:4px;}
#header_user_info ul li{font-size:0.80em;line-height:58px;color:#fff;margin-right:10px;cursor:pointer;}
#header_user_info ul li a{text-decoration:none;color:#fff;}
#head{
	height:58px;
	width:100%;
	min-width:1356px;
	position:relative;
	z-index:9999;
	background:#1AC1B8;
}
#head_container{
	width:1200px;
	margin:auto;
}
#head #logo{
	width:208px;
	height:42px;
	padding-top:10px;
	cursor:pointer;
	}
