*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
body {
	font-family: Microsoft Yahei, Arial;
	font-size: 12px;
	line-height: 1.5;
	word-wrap: break-word;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
fieldset, img {
	border: 0;
}
input, label, img, th {
	vertical-align: middle;
}
.hidden {
	display: none;
}
.block {
	display: block;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	clear: both;
	zoom: 1;
}
.mt10{
	margin-top:10px;
}
/*字体样式*/
.fb {
	font-weight: bold;
}
.em {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.f14 {
	font-size: 14px;
}
a {
	color: #444;
	text-decoration: none;
}
/*ajax加载*/
.ajax_loading{ color:#FFF; padding:2px 5px 2px 25px; background:url(../images/ajax_loading.gif) #FF5151 no-repeat 3px 2px; position:absolute; right:0; top:0; display:none;}
/*
	登录页面
*/
.login-page {
	background: url("../images/blur-background.jpg") repeat fixed center center;
	color: #666;
}
.login_form {
	margin: 7% auto;
	width: 360px;
	background: #FFF;
	padding: 20px;
}
.login-box-msg {
	margin: 0;
	padding: 0 20px 20px;
	text-align: center;
	font-size: 14px;
}
.login_form .text {
	border-color: #d2d6de;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 6px 12px;
	width: 100%;
}
.login_form .text:focus {
	border: 1px solid #3c8dbc;
}
.form-group li {
	margin-bottom: 15px;
}
.login_btn {
	background-color: #3c8dbc;
	border-color: #367fa9;
	border: 1px;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}
/*头部*/
#header {
	background: #3a6da4;
	height: 49px;
	overflow: hidden;
}
#header .logo {
	float: left;
	margin-right: 20px;
	padding: 8px 0 0 0;
}
#header .logo a {
	display: block;
	text-decoration: none;
	height: 40px;
	width: 140px;
	background: url(../images/logo.png) no-repeat;
}
#header .nav {
	display: inline-block;
	height: 34px;
	position: relative;
	margin-top: 15px;
}
#header .col-auto {
	overflow: visible
}
#header .nav li, #header .nav li a {
	background: url(../images/nav_bg.png) no-repeat;
	display: block;
	_float: left;
	height: 34px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
#header .nav li {
	float: left;
	padding: 0 0 0 8px
}
#header .nav li a {
	background-position: right top;
	padding: 0 15px 0 7px;
	color: #fff;
}
#header .nav li.on {
	background-position: left -43px;
}
#header .nav li.on a {
	background-position: right -43px;
	color: #367abb;
}
#header .admin_info {
	padding: 6px 14px 0 0;
	color: #fff;
}
#header .admin_info a {
	text-decoration: none;
	color: #fff;
}
.left_menu {
	margin-right: 8px;
	padding: 8px;
	width: 134px;
	position: relative;
	display: block;
}
.left_menu_on {
	width: 0;
	padding: 0;
}
.left_menu_on div {
	visibility: hidden;
	_display: none
}
.left_menu h3 {
	font-weight: 700;
	color: #275d96;
	border-bottom: 1px solid #d9e4ea;
	line-height: 24px;
	height: 24px;
	margin-bottom: 4px;
	_width: 112px;
	_margin-right: 12px;
	position: relative;
}
.left_menu ul li a {
	line-height: 24px;
	padding-left: 8px;
	display: block;
	text-decoration: none;
	background-color: #f7fbfc;
	_width: 100px;
	outline: none;
	position: relative;
}
.left_menu ul li a:hover, .left_menu ul li.on, .left_menu h3 span {
	background: url(../images/left_menu.png) no-repeat;
	text-decoration: none
}
.left_menu ul li.on {
	width: 124px;
	height: 29px;
	padding-left: 20px;
	margin: 0
}
.left_menu ul li.on a {
	height: 29px;
	line-height: 29px;
	background: none;
	padding: 0;
	display: block
}
.left_menu ul li.on a:hover {
	background: none
}
.left_menu ul li a:hover {
	background-position: left -38px
}
.left_menu a.open, .left_menu a.close {
	background: url(../images/left_menu_openClose.png) no-repeat 1px center;
	width: 8px;
	display: block;
	position: absolute;
	z-index: 100;
	height: auto;
	right: -9px;
	top: 0
}
.left_menu a.close {
	background-position: right center
}
.left_menu h3 span {
	background-position: left -78px;
	display: block;
	float: right;
	height: 14px;
	width: 14px;
	margin-top: 5px
}
.left_menu h3 span.on {
	background-position: -33px -78px;
}
.right_main {
	overflow: hidden;
	_zoom: 1;
	_float: left;
}
.pad_10{padding:10px; overflow:hidden}
/*页面tab*/
.crumbs {
	height: 26px;
	position: relative;
}
.mtab {
	width: 100%;
}
.mtab_pre, .mtab_next, .mtab_nopre, .mtab_nonext, .mtab_h li .del {
	background: url(../images/options_ico.png) no-repeat;
}
.mtab_pre, .mtab_next {
	width: 24px;
	height: 26px;
	display: block;
	overflow: hidden;
	text-indent: -2000em;
}
.mtab_pre {
	background-position: 9px -16px;
}
.mtab_next {
	background-position: -5px -16px;
	margin-right: 130px;
	display: inline;
}
.mtab_nopre {
	background-position: -20px -16px;
}
.mtab_nonext {
	background-position: -34px -16px;
	margin-right: 100px;
}
.mtab_p {
	margin: 0 214px 0 24px;
}
.mtab_b {
	position: relative;
	height: 26px;
	width: 100%;
	overflow: hidden;
}
.mtab_h {
	position: absolute;
	white-space: nowrap;
	border-right: 1px solid #DEDEDE;
	height: 26px;
	overflow: hidden;
	top: 0;
	left: 0;
}
.mtab_h li {
	border-left: 1px solid #DEDEDE;
	display: inline-block;
	height: 26px;
	overflow: hidden;
	float: left;
}
.mtab_h li span {
	display: inline-block;
	line-height: 26px;
	height: 26px;
	padding: 0 10px 0 15px;
	cursor: pointer;
}
.mtab_h li span:hover {
	background: #e6ebeb
}
.mtab_h li a {
	outline: none;
	float: left;
	color: #666;
	padding-right: 8px;
	text-decoration: none;
}
.mtab_h li .del {
	width: 7px;
	height: 7px;
	overflow: hidden;
	display: block;
	text-indent: -2000em;
	background-position: -58px -24px;
	margin: 10px 0 0 0;
	position: relative;
	padding: 0;
}
.mtab_h li .del:hover {
	background-position: -65px -24px;
}
.mtab_h li.current .del {
	background-position: -74px -24px;
}
.mtab_h li.current .del:hover {
	background-position: -81px -24px;
}
.mtab_h li.current span {
	background: #89a5ea;
}
.mtab_h li.current a {
	color: #fff;
}
.mtab_h .redq {
	display: none;
}
.options {
	height: 20px;
	overflow: hidden;
	width: 56px;
	position: absolute;
	top: 3px;
	right: 10px;
}
.options a {
	float: left;
	font-style: normal;
	height: 18px;
	line-height: 18px;
	margin-top: 1px;
	overflow: hidden;
	text-decoration: none;
}
.options a:hover {
	background-color: #F2F2F2;
}
.refresh, .admin_full, .admin_unfull {
	background: url(../images/options_ico.png) no-repeat scroll 0 0 transparent;
}
.refresh {
	background-position: -61px 2px;
	text-indent: -2000em;
	width: 29px;
}
.admin_full, .admin_unfull {
	background-position: 8px 3px;
	text-indent: -2000em;
	width: 27px;
}
.admin_unfull {
	background-position: -27px 3px;
}
.rframe_b {
	background: #fff;
	border: 1px solid #c2d1d8;
	position: relative;
	overflow: hidde;
}
.input-text,.input-focus {
    border: 1px solid #d0d0d0;
    font-family: Verdana,Geneva,sans-serif,"宋体";
    font-size: 12px;
    height: 25px;
    padding: 2px 0 2px 5px;
}
textarea{
	font-family: Verdana,Geneva,sans-serif,"宋体";
	border: 1px solid #d0d0d0;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 5px;
}
select {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #666666 #cccccc #cccccc #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
    vertical-align: middle;
}
button, input, select, textarea {
    font-size: 100%;
}
/*列表表格*/
.pad_lr_10{padding:0 10px; padding-top:10px;}
.table_list{border:1px solid #d5dfe8; margin-bottom: 40px;}
.table_list td,.table_list th{padding:0 4px;}
.table_list thead th{height:30px; background:#eaf0f7; font-weight:normal; font-weight:700;}
.table_list tbody td{border-top:1px solid #d5dfe8; padding:4px 4px; line-height:24px;}
.table_list tr:hover,.table_list table tbody tr:hover{ background:#ffffe1}
.table_list .input-text-c{ padding:0; height:18px}
.input-text-c{border:1px solid #A7A6AA; height:18px; padding:2px 0 0; text-align:center}
.table_list tr.on,.table_list tr.on td,.table_list tr.on th,.table_list td.on,.table_list th.on{background:#fdf9e5;}
.tdedit{background: url(../images/tdedit.gif) no-repeat right center; padding-right: 14px; display:inline-block;}
.lt_input_text{height:18px; line-height:100%; min-width:80px; padding:2px 4px;border: 1px solid #A8D0F4;font-family: Verdana, Geneva, sans-serif,"宋体";font-size:12px;}
.content_menu span {
    color: #ddd;
    padding: 0 8px;
}
.explain_col {
    background: #fffced none repeat scroll 0 0;
    border: 1px solid #ffbe7a;
    line-height: 20px;
    padding: 8px 10px;
}
.search_form {
    margin-bottom: 10px;
}
.mr10 {
    margin-right: 10px;
}
/*内容菜单*/
.content_menu{ padding:10px;border-bottom:1px solid #eee;}
.content_menu a{
	display:inline-block;
	background:#3a6da4;
	height:28px;
	line-height:28px;
	color:#fff;
	padding:0px 15px;
}
/*容器样式*/
.col_tab{ padding-bottom:15px;}
.col_tab ul.tab_but{height:27px; padding-left:14px;position:relative;bottom:-2px}
.col_tab ul.tab_but li{float:left; border:1px solid #dce3ed; height:25px; line-height:26px; margin-right:5px;}
.col_tab ul.tab_but li{ background:#eaeef4; padding:0 8px;}
.col_tab ul.tab_but li.current{position:relative; background:#fff;border-bottom:0;height:26px;_height:27px; font-weight:700;}
.col_tab .content{border:1px solid #dce3ed;_zoom:1;}
.col_tab .content_r{border-top:1px solid #dce3ed}
.col_tab .content_list{border:1px solid #dce3ed;_zoom:1;}

.col-1{ border:1px solid #f4f6f5;zoom:1; background:#fff}
.col-1 div.content{border:1px solid #c2d1d8;zoom:1;}

.col-2{ border:1px solid #c7d8ea;zoom:1;}
.col-2 h6{border-bottom:1px solid #c7d8ea; color:#3a6ea5; background:#f8fafa; height:26px; line-height:28px; padding:0 10px}
.col-2 div.content{ padding:9px 10px}
/*操作条*/
.btn_wrap,.btn_wrap_fixed{padding:4px 10px; background:#FFFFE1; line-height:normal; border-top: 1px #a5bcf4 solid;}
.btn_wrap_fixed{position:fixed; bottom:0; left:0; width:100%; z-index:5; _position: absolute; _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);}
.select_all input{ margin: 0 5px;}
/*dialog*/
body { _margin:0; _height:100%; }/*IE6 BUG*/
.d-outer { text-align:left; }
.d-border, .d-dialog { border:0 none; margin:0; border-collapse:collapse; width:auto; }
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer { padding:0; }
.d-header, .d-button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.d-title { overflow:hidden; text-overflow: ellipsis; cursor:default; }
.d-state-noTitle .d-title { display:none; }
.d-close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.d-close:hover { text-decoration:none; }
.d-main { text-align:center; vertical-align:top; min-width:9em;min-width: 420px;}
.d-content { display:inline-block; display:block\0/*IE8 BUG*/; display:inline-block\9\0; *zoom:1; *display:inline; text-align:left; border:0 none; width:100%;  }
.d-content.d-state-full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.d-loading { height:32px; text-indent:-999em; overflow:hidden; /*background:url(../images/loading.gif) no-repeat center center;*/ }
.d-buttons { padding:5px 8px; text-align:right; white-space:nowrap; }
.d-button { margin-left:15px; padding: 0 8px; cursor: pointer; display: inline-block; min-height:2.1em; text-align: center; *padding:4px 10px; *height:2em; letter-spacing:2px; font-family: Tahoma, Arial/9!important; width:auto; overflow:visible; *width:1; color: #333; border: 1px solid #999; border-radius: 5px; background: #DDD; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, 1); box-shadow: 0 1px 0 rgba(255, 255, 255, .7),  0 -1px 0 rgba(0, 0, 0, .09); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }
.d-button::-moz-focus-inner, .d-button::-moz-focus-outer { border:0 none; padding:0; margin:0; }
.d-button:focus { outline:none 0; border-color:#426DC9; box-shadow:0 0 8px rgba(66, 109, 201, .9); }
.d-button:hover { color:#000; border-color:#666; }
.d-button:active { border-color:#666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow:inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3); }
.d-button[disabled] { cursor:default; color:#666; background:#DDD; border: 1px solid #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
.d-state-highlight { color: #FFF; border: 1px solid #1c6a9e; background: #2288cc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); text-shadow: -1px -1px 1px #1c6a9e; }
.d-state-highlight:hover { color:#FFF; border-color:#0F3A56; }
.d-state-highlight:active { border-color:#1c6a9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); }
.d-mask { background:#FFF; filter:alpha(opacity=30); opacity:.3; }

.d-inner { background:#FFF; border:1px solid #999; }
.d-nw, .d-ne, .d-sw, .d-se { width:6px; height:6px; }
.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se { background:rgba(0, 0, 0, .2); background:#000\9!important; filter:alpha(opacity=20);}
.d-state-lock .d-nw, .d-state-lock .d-n, .d-state-lock .d-ne, .d-state-lock .d-w, .d-state-lock .d-e, .d-state-lock .d-sw, .d-state-lock .d-s, .d-state-lock .d-se { background:rgba(0, 0, 0, .2); background:#000\9!important; filter:alpha(opacity=20); }
.d-titleBar { position:relative; height:100%; }
.d-title { height:30px; line-height:30px; padding:0 48px 0 10px; background-color:#edf5f8; font-weight:bold; font-size:14px; color:#999; background-color:#f2f2f3; border-bottom:1px solid #c7ced8; }
.d-state-focus .d-title { color:#4c5a5f; }
.d-state-drag .d-title { cursor:move;}
.d-close { padding:0; top:0; right:8px; width:28px; height:18px; background-image:url(../images/close.gif); background-repeat:no-repeat; text-indent:-9em; overflow:hidden; }
.d-close:hover { background-position:0 -18px; }
.d-close:active { background-position:0 -18px; }
.d-content { color:#666; }
.d-state-focus .d-content { color:#000; }.d-buttons { background-color:#F6F6F6; border-top: 1px solid #DADEE5; }
.d-state-noTitle .d-close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active { text-decoration:none; color:#900; }

@media screen and (min-width:0) {/* css3 */
	.d-state-focus .d-dialog { box-shadow: 0 0 3px rgba(0, 0, 0, .2); }
	.d-state-drag, .d-state-focus:active  { box-shadow:none; }
	.d-state-focus { box-shadow:0 3px 8px rgba(0, 0, 0, .3);  }
	.d-outer { -webkit-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out; transition: box-shadow .2s ease-in-out, transform .2s ease-in-out; }
	.d-state-visible { -webkit-transform: scale(1); transform: scale(1); }
}

.color_picker_btn{display:inline-block;position:relative;}

#loadingDialogBox { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; overflow: hidden; width: 100px; top: 200px; text-align: center;}
.dialogBox,.dialogBox2 { display: none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 1001; font-size:14px;}
.dialogBox .background,.dialogBox2 .background { background-color: #000; filter: alpha(opacity = 50); -moz-opacity: 0.5; -khtml-opacity: 0.5;opacity: 0.5; width: 100%; height: 100%;left: 0; position: absolute; top: 0; width: 100%;}
.dialogBox .dialog,.dialogBox2 .dialog{ box-shadow: 0 3px 8px #aaaaaa; -moz-box-shadow: 0 3px 8px #aaaaaa; -webkit-box-shadow: 0 3px 8px #aaaaaa; margin: 0 auto; position: relative; overflow: hidden; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #f3f3f3;}
.dialogBox .dialog .title,.dialogBox2 .dialog .title {background-color: #e9e9e9; background-image: linear-gradient(top, #f3f2f2 0%, #dfdfdf 100%); background-image: -moz-linear-gradient(top, #f3f2f2 0%, #dfdfdf 100%); background-image: -webkit-linear-gradient(top, #f3f2f2 0%, #dfdfdf 100%); text-align: left; padding: 0 20px; border-top: 1px solid #FFF; border-bottom: 1px solid #DDD; text-shadow: 0 1px 1px #ffffff; line-height: 40px; height: 40px;}
.dialogBox .dialog .content {border-bottom: 1px solid #DDDDDD;border-top: 1px solid #FFFFFF;color: #666666;padding: 20px 15px;text-shadow: 0 1px 1px #ffffff;overflow-y: auto;overflow-x: hidden;position: relative;min-height: 50px;text-align: center;}
.dialogBox .dialog .operation {background-color: #F9F9F9; border-top: 1px solid #FFFFFF; padding: 2px; text-align: center;}
.dialogBox .dialog .operation button {margin-left: 5px; margin-right: 5px;}
.dialogBox .dialog ul { overflow: hidden;}
.dialogBox .dialog .close-tip-icon,.dialogBox2 .dialog .close-tip-icon {background: url('./bgimg/icon_popup_close.png') no-repeat 0 0; width: 16px; height: 16px; top: 13px; right: 13px;}
.dialogBox .dialog .close-tip-icon:hover {background-position: -16px 0;}
.dialogBox .dialog .setting_dialog_content {padding: 0; text-shadow: none; border-top: 0;}
.dialogBox .dialog .rn-reg-t-wrapper { border-bottom: 0; box-shadow: 0 1px 5px #aaaaaa;  -moz-box-shadow: 0 1px 5px #aaaaaa; -webkit-box-shadow: 0 1px 5px #aaaaaa;}
.dialogBox .dialog .rn-reg-t { border-top: 1px solid #CECECE;}
.dialogBox .dialog .popup_content h4 { font-size: 16px; font-weight: normal; color: #000; margin-bottom: 10px;}
.dialogBox .dialog .popup_content input,.dialogBox .dialog .popup_content textarea { width: 100%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; outline: 0; padding: 5px 10px; border: 1px solid #B3B3B3; box-shadow: inset 0 1px 5px #dddddd;-moz-box-shadow: inset 0 1px 5px #dddddd;-webkit-box-shadow: inset 0 1px 5px #dddddd;resize: none;}
.dialogBox .dialog .popup_content input:focus,.dialogBox .dialog .popup_content textarea:focus {box-shadow: 0 0 5px #aedcfa;-moz-box-shadow: 0 0 5px #aedcfa; -webkit-box-shadow: 0 0 5px #aedcfa; border: 1px solid #4A9BDF;}
.dialogBox .dialog .popup_content textarea {height: 115px; width: 500px;}
.dialogBox .dialog .popup_content .wrapper {margin: 75px auto 0 auto; width: 500px;}
.dialogBox .dialog .popup_content .wrapper.avatar_modify {margin-top: 65px; width: 750px;}
.dialogBox .dialog .popup_content .modify_tips { color: #ababab;}
.dialogBox .dialog .popup_content .ensure_input {border: 1px solid #bcbcbc; text-align: center; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #5c5c5c; box-shadow: inset 0 1px 5px #bbbbbb; -moz-box-shadow: inset 0 1px 5px #bbbbbb; -webkit-box-shadow: inset 0 1px 5px #bbbbbb; background-color: #e7e7e7; padding: 5px;}
.dialogBox .dialog .popup_content .ensure_userinfo .ensure_input { text-align: left; min-height: 65px; padding: 30px 20px;}
.dialogBox .dialog .popup_content .ensure_avatar .headImgArea { float: none; margin: 30px auto 0;}
.dialogBox .dialog .popup_content .ensure_avatar .ensure_input { margin: 20px auto;}
.dialogBox .dialog .operation {text-align: center; padding: 20px;}
.dialogBox .dialog .operation button {width: 120px;text-align: center;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 0 10px;}
.dialogBox .dialog .avatar_modify { width: 700px;}
.dialogBox .dialog .cropImgArea { overflow: visible;}
.dialogBox .dialog .cropImgArea h4 { font-weight: normal;}
.dialogBox .dialog .cropImgArea .head-img-box { position: relative; overflow: visible;}
.dialogBox .dialog .cropImgArea .head-img-box .cLine { overflow: visible;}
.dialogBox .dialog .cropImgArea .example {float: left; margin-top: -78px;}
.dialogBox .dialog .cropImgArea .upload-wrapper { position: absolute; left: 262px; bottom: 21px; text-align: left;}
.dialogBox .dialog .cropImgArea .upload-wrapper .desc {margin-top: 10px;font-size: 12px;}
.dialogBox .dialog .cropImgArea .upload-wrapper button {width: 78px;}
.dialogBox .dialog .cropImgArea .split-line {float: left; height: 245px; border-left: 1px solid #ccc; margin: 0 35px 0 45px;border-right: 1px solid #fff;}
.dialogBox .dialog .protocol {text-align: left; padding-left: 160px; min-height: 135px; background: url('./bgimg/icon_mod_protocel.png') no-repeat 0 -6px;}
.dialogBox .dialog .protocol li {font-size: 16px;}
.dialogBox .dialog .error_tips {color: #b11516; display: none;}
.dialogBox .dialog .error_tips i {margin-right: 4px; font-style: normal; font-size: 15px;}
.close-tip-icon { position: absolute; right: 3px; top: 3px;}
/* dialog--end */

/*表单表格*/
.table_form td{padding-left:12px}
.table_form td label{ vertical-align:middle}
.table_form td,.table_form th{padding:8px 0 8px 8px}
.table_form thead th {color:#777;padding:5px 0 5px 8px;background:#eaf0f7; font-weight:normal; font-weight:700; border-bottom:1px solid #eee; }
.table_form tbody td,.table_form tbody th{border-bottom:1px solid #eee; }
.table_form tbody tr:last-child td,.table_form tbody tr:last-child th{border-bottom:0px; }
.colorpanel tbody td,.colorpanel tbody th{ padding:0;border-bottom: none;}
.table_form tbody th{font-weight:normal; text-align:right;padding-right:10px; color:#777;}

.table-other{border:1px solid #d5dfe8;}
.table-other td,.table-other th{ padding:0 10px;border:1px solid #d5dfe8;padding:5px 10px;}
.sort_th {
    color: #5252f2;
    cursor: pointer;
}
.sort_desc {
    background: url("../images/desc.gif") no-repeat right center;
    padding-right: 12px;
}
.sort_asc {
    background: url("../images/asc.gif") no-repeat right center;
    padding-right: 12px;
}
/*按钮*/
.btn{color:#333;background:#f1f0f0;border:1px solid #c4c4c4;border-radius:2px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);padding:4px 15px;display:inline-block;
cursor:pointer;text-decoration:none;overflow:visible;text-align:center;zoom:1;white-space:nowrap;margin-right:10px;font-family:inherit;position:relative;}
.btn:hover{background:#e9e7e7;}

.btn_submit{color:#FFFFFF; background:#318dd0; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); border-color:#106BAB #106BAB #0D68A9;}
.btn_submit:hover{background:#3486c1;}

.upload_btn{float:left;color:#333;background:#f1f0f0;border:1px solid #c4c4c4;border-radius:2px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);display:inline-block;cursor:pointer;width:60px;height:22px;text-align:center;}
.upload_btn span{*position:absolute;right:0;top:0;width:60px;height:22px;line-height:22px;float:right;;}
.btn_disabled span{color:#ffffff;background:#cacaca;}

.btn_blue{display:inline-block;color:#fff;background:#39F;border:1px #39F solid;border-radius:3px;text-decoration:none;cursor:pointer; padding:0 8px;}
.btn_blue:hover{ background:#2983E4; text-decoration: none;}
.uplode_file input{ padding:3px;}

/*分页*/
#pages {text-align:right; float:right; margin-right:20px; font-family:Arial, Helvetica, sans-serif;}
#pages a ,#pages span{ display:inline-block; height:26px; width:26px; line-height:22px; background:#4d81bb; border:1px solid #e3e3e3; text-align:center; color:#fff; margin-left:4px; padding:0 4px; cursor:pointer; float:left;}
#pages span{ background:#FFF; color:#00F}
#pages a.current { display:inline-block; width:26px; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center; }
#pages a.page_prev,#pages a.page_first,#pages a.page_last,#pages a.page_next { background:#4d81bb  0 5px; width:50px;}
#pages a:hover { background:#F96; color:#000; text-decoration:none; }