.menu_setting_main {
	word-break: break-all;
	word-wrap: break-word;
	padding: 0 30px;
}

.menu_setting_tips_p {
	color: #8d8d8d;
	margin-bottom: 20px;
}

.menu_setting_tools {
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 20px;
}

#wxaccountSlt {
	height:30px;
	line-height:30px;
	vertical-align:middle;
	background:#fafdfe;
	width:300px;
	border:1px solid #9bc0dd;
	font-size:16px;
	padding:2px 0;
	margin-right: 0.5em;
}

#wxaccountSlt option{
	font-size:16px;
	padding:3px 0;
}

#pubBtn, .saveaction {
	background-color: #44b549;
	background-image: linear-gradient(to bottom, #44b549 0px, #44b549 100%);
	border-color: #44b549;
	color: #fff;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: visible;
	padding: 0 22px;
	text-align: center;
	text-decoration: none; 
	vertical-align: middle;
	margin-left: 0.5em;
	margin-right: 0.5em;
	min-width: 60px;
	outline: 0 none;	
}

#pubBtn:hover, .saveaction:hover {
	background-color: #2f9833;
	background-image: linear-gradient(to bottom, #2f9833 0px, #2f9833 100%);
	border-color: #2f9833;
	box-shadow: none;
	color: #fff;
	text-decoration: none; 
}

#resetBtn {
	margin-left: 0.5em;
	margin-right: 0.5em;
	min-width: 60px;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
	border-color: #e6e7ec;
	color: #222;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: visible;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	outline: 0 none;
}

#resetBtn:hover {
	background-color: #e6e7ec;
	background-image: linear-gradient(to bottom, #e6e7ec 0px, #e6e7ec 100%);
	border-color: #dadbe0;
	box-shadow: none;
	color: #000;
	text-decoration: none;	
}

.menu_setting_box {
	clear: both;
	display: block;
	background-color:#fff;
	border: 1px solid #e7e7eb;
}

.menu_management {
	border-right: 1px solid #e7e7eb;
	max-width: 240px;
	width: 27%; 
	display: table-cell;
	vertical-align: top;
	min-height: 1px;
}

.menu_management_height {
	min-height: 480px;
}

.menu_management_title {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 36px;
	padding: 0 12px;  
	background-color: #f4f5f9;
	border-bottom: 1px solid #e7e7eb;
}

.menu_management_title h4 {
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	line-height: 36px;
}

.menu_management_title_tools {
	text-align: right;
	font-size: 0;
	line-height: 36px;
}

#addBt {
	display: inline-block; 
	margin-left: 14px;
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4926px rgba(0, 0, 0, 0);
	height: 16px;
	line-height: 100px;
	overflow: hidden;
	vertical-align: middle;
	width: 16px;    
	color: #459ae9;
	text-decoration: none; 
	outline: 0 none;
}

#addBt:hover {
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4952px 
}

#menuList {
	margin-bottom: 14px;
	position: relative;
}

.menu_setting_action {
	width: 2000px;
	display: table-cell;
	vertical-align: top;
}

.menu_setting_action_height {
	min-height: 480px;
}

.menu_setting_action_title {
	clear: both;
	height:36px;
	font-size: 0;
	line-height: 36px;
	padding: 0 12px;
	background-color: #f4f5f9;
	border-bottom: 1px solid #e7e7eb;
}

.menu_setting_action_title h4 {
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	word-break: break-all;
	word-wrap: break-word;
	margin: 0;
}

.menu_setting_action_p {
	padding-top: 200px;
	text-align: center;
	margin: 0;
}

#menuList dl {
	border-top: 1px solid #e7e7eb;
	margin: 0;
}

#menuList dt {
	line-height: 32px;
	position: relative;
}

#menuList dt:hover, #menuList dt.selected {
	background-color: #f4f5f9;
}

.menu_first_name {
	padding-left: 20px;
	color: #222;
	display: block;
	text-decoration: none;
	outline: 0 none;
}

.menu_first_name strong {
	width: 80px;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	margin-top: -2px;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
	color: #222;
	word-break: break-all;
	line-height: 32px;
	font-size:14px;
}

#menuList dt .menu_opr {
	display: none;
	position: absolute;
	right: 1em;
	top: 0;
}

#menuList dt:hover .menu_opr, #menuList dt.selected .menu_opr {
	display: block;
}

.menu_opr_addbt {
	display: inline-block;
	margin-left: 0.5em;
	margin-top: -0.2em;
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4065px rgba(0, 0, 0, 0);    
	height: 14px;
	line-height: 100px;
	overflow: hidden;
	vertical-align: middle;
	width: 14px;   
	color: #459ae9;
	text-decoration: none;
	outline: 0 none;
}

.menu_opr_addbt:hover {
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4089px rgba(0, 0, 0, 0);
}

.menu_opr_editbt {
	display: inline-block;
	margin-left: 0.5em;
	margin-top: -0.2em;
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4113px rgba(0, 0, 0, 0);
	height: 14px;
	line-height: 100px;
	overflow: hidden;
	vertical-align: middle;
	width: 14px;    
	color: #459ae9;
	text-decoration: none;
	outline: 0 none;
}

.menu_opr_editbt:hover {
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4137px rgba(0, 0, 0, 0);
}

.menu_opr_delbt {
	display: inline-block;
	margin-left: 0.5em;
	margin-top: -0.2em;
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4161px rgba(0, 0, 0, 0);
	height: 14px;
	line-height: 100px;
	overflow: hidden;
	vertical-align: middle;
	width: 14px;    
	color: #459ae9;
	text-decoration: none;
	outline: 0 none;
}

.menu_opr_delbt:hover {
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4185px rgba(0, 0, 0, 0);
}

.menu_opr_upbt {
	display: inline-block;
	margin-left: 0.5em;
	margin-top: -0.2em;
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -3944px rgba(0, 0, 0, 0);
	height: 14px;
	line-height: 100px;
	overflow: hidden;
	vertical-align: middle;
	width: 14px;    
	color: #459ae9;
	text-decoration: none;
	outline: 0 none;
}

.menu_opr_upbt:hover {
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -3968px rgba(0, 0, 0, 0);
}

.menu_opr_dnbt {
	display: inline-block;
	margin-left: 0.5em;
	margin-top: -0.2em;
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -3992px rgba(0, 0, 0, 0);
	height: 14px;
	line-height: 100px;
	overflow: hidden;
	vertical-align: middle;
	width: 14px;    
	color: #459ae9;
	text-decoration: none;
	outline: 0 none;
}

.menu_opr_dnbt:hover {
	background: url("../../img/weixin/weixin_icon.png") no-repeat scroll 0 -4016px rgba(0, 0, 0, 0);
}

#menuList dd {
	line-height: 32px;
	position: relative;
	margin: 0;
}

#menuList dd:hover, #menuList dd.selected {
	background-color: #f4f5f9;
}

#menuList dd .menu_son_opr {
	display: none;
	position: absolute;
	right: 1em;
	top: 0;
	line-height: 32px;
}

#menuList dd:hover .menu_son_opr, #menuList dd.selected .menu_son_opr {
	display: block;
}

#menuList dd i {
	left: 25px; 
	margin-top: -14px;
	position: absolute;
	top: 45%;    
	color: #aaa;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	line-height: 32px;
}

.menu_son_name {
	padding-left: 36px;
	color: #222;
	text-decoration: none; 
	outline: 0 none;
	line-height: 32px;   
	height:32px;
}

.menu_son_name strong {
	width: 120px;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	margin-top: -2px;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
	color: #222;
	line-height: 32px;
	font-size:14px;
}

#menuNewName {
	height: 30px;
	border: 1px solid #e7e7eb;
	font-size:16px;
}

.menu_setting_action_div {
	padding: 30px 86px;
}

.menu_setting_action_p2 {
	padding-bottom: 20px;
}

.menu_setting_action_p2 input {
	width:340px;
	border:1px solid #ccc;
	font-size:16px;
}

.menu_setting_action_p2 textarea {
	width:435px;
}
