<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  /* ä¸»è‰² */
  --primary-color:#51b6ec;
  /* äº¤äº’è‰? */
  --alter-color:#30a4dc;
  --thirdray-color:#1d1b3c;
  --primary-color-rgb:81,182,236;
  --alter-color-rgb:48,164,220;
  --thirdray-color-rgb:29,27,60;
}
/* æ»šåŠ¨æ¡ç¾ŽåŒ? */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track {
  border-radius: 2.5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 2.5px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
/* CSS reset */
body, input, textarea, select, div, a, table, tr, td, th{
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI",  sans-serif;
  font-size: 14px;
}
body {
  line-height:1.42857143;
  color: #333;
  background-color: transparent;
  -webkit-text-size-adjust: none;
}
 
body, div, dl, dt, dd, ul, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}
div[name^=rtf] pre{
	white-space:pre-wrap; 
	word-break:normal;
	word-wrap:break-word!important;
	
}

div[name^=rtf] ul{
	padding-left:40px;
	margin:auto;
	list-style:disc;
}

div[name^=rtf] {
	max-width: 100%;
	overflow-x:auto;
}


.cke_editable pre{
  white-space:pre-wrap; 
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #3eb2e6;
}
abbr, acrnym {
  border: 0;
}
input::-ms-clear {
  display: none;
}

/*è¾“å…¥æ¡†çš„å°å‰å‰å›¾æ&nbsp;‡æ¶ˆå¤?*/
*:focus {
  outline: none;
}

/* åŽ»æŽ‰è¾“å…¥æ¡†ç‚¹å‡»æ—¶çš„è¾¹æ¡? */
.cke_editable {
  padding: 5px;
  height: 95%;
}
/* å¯Œæ–‡æœ¬ç¼–è¾‘å™¨æ”¾å…¥å¤§å°ºå¯¸å›¾ç‰‡æ—¶çš„è‡ªé€‚åº”æ&nbsp;·å¼*/
.cke_editable::-webkit-scrollbar {display:none}
.cke_editable img{
  max-width: 100%;
}
.cke_editable ul {
  padding-left: 40px;
  margin: auto;
  list-style: disc;
}
[flagtype="xform_rtf"] ul{
  padding-left: 40px;
  list-style: disc;
}
.cke_editable p a,
body div[name^=rtf] a,
body div[name^=rtf] a:link {
  color: #37ace1;
  font-size: inherit;
  text-decoration: underline;
}
.cke_editable p a:hover,
body div[name^=rtf] a:hover{
  opacity: .75;
}
.cke_editable table &gt; tbody &gt; tr &gt; td,
.lui_wiki_content_catelog table &gt; tbody &gt; tr &gt; td,
div[name^=rtf] table &gt; tbody &gt; tr &gt; td{
  padding: 0 5px;
}

.cke_editable table,
.lui_wiki_content_catelog table,
div[name^=rtf] table{
  border-color: #000;
}

.cke_editable blockquote,
div[name^=rtf] blockquote{
  padding-left: 10px;
  border-left: 3px solid #ddd;
}


/*ç³»ç»Ÿå…¨å±€åŠŸèƒ½*/
.textEllipsis {
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clr {
  clear: both
}
.clearfloat {
  zoom: 1;
}

/*@æ¸…é™¤æµ®åŠ¨ */
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/*è¾¹æ¡† Starts*/
.lui_border_t{ border-top: 1px solid #384b69; }
.lui_border_b{ border-bottom: 1px solid #384b69; }
.lui_border_l{ border-left: 1px solid #384b69; }
.lui_border_r{ border-right: 1px solid #384b69; }

/*æ–‡æœ¬é¢œè‰² Starts*/
.lui_text_primary{ color: #51b6ec; }  /*ä¸»è‰²å€?*/
.lui_text_alter{ color: #30a4dc; }  /*ä¸»è‰²äº¤äº’è‰²å??*/

.lui_text_info{ color: #333; }  /*é»˜è®¤æ–‡æœ¬*/
.lui_text_muted{ color: #999; }  /*å¼±åŒ–æ–‡æœ¬*/

.lui_text_warning{ color: #f19703; }  /*è­¦å‘Š*/
.lui_text_danger{ color: #ea4335; }  /*å±é™©*/

/*æ–‡æœ¬é¢œè‰² Ends*/


/*@ç½®é¡¶*/
.com_goto {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  z-index: 1030;
}
.lui_profile_list_body.lui_profile_list_export_body{ padding-bottom: 65px;}
.lui_profile_list_body .com_goto{ bottom:25px;}
.lui_profile_list_body .lui_profile_table_form{ padding-bottom: 85px;}
.com_export {
  background: url(../images/export.png) no-repeat center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc !important;
}
.com_export:hover{ background-color:#dfdfdf;}

  /* äºŒç»´ç&nbsp;? Starts */
.com_qrcode {
  background: url(../images/qrcode.png) no-repeat center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc !important;
}
.com_qrcode:hover {
  background-color: #dfdfdf;
}

  /* äºŒç»´ç&nbsp;? Ends */

  /* ç¾¤èŠ Starts */
.com_group {
  background: url(../images/group.png) no-repeat center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc !important;
}
.com_group:hover {
  background-color: #dfdfdf;
}
  /* ç¾¤èŠ Ends */

.com_goto .lui-praise-btn {
  border: 1px solid #d5d5d5;
  width: 48px;
  height: 48px;
  margin-top: 2px;
  border-radius: 4px;
}

.com_uncollapse {
  background:#fff url(../images/uncollapse.png) no-repeat center;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc
}
.com_uncollapse:hover {
  background:#dfdfdf url(../images/uncollapse.png) no-repeat center;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc
}

.collapsed {
  background:#fff url(../images/collapse.png) no-repeat center!important;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc
}
.collapsed:hover,
.collapsed.lui-icon-on {
	background-color: #dfdfdf!important;
}
.com_gototop {
  background: #47b5e6 url(../images/go_top.png);
  width: 50px;
  height: 50px;
  position: relative;
  bottom: 0;
  cursor: pointer;
}
.com_gototop:hover {
  background: #c1c1c1 url(../images/go_top_on.png);
  width: 50px;
  height: 50px;
}

/*@å±•å¼€||æ”¶èµ·*/
.com_slideDown {
  margin-left: 12px;
  padding-left: 10px;
  font-size: 13px;
  text-decoration: underline;
  background: url(../images/doc_arrow.png) no-repeat 0 5px;
  cursor: pointer;
}
.com_slideUp {
  margin-left: 12px;
  padding-left: 10px;
  font-size: 13px;
  text-decoration: underline;
  background: url(../images/doc_arrow.png) no-repeat 0px -23px;
  cursor: pointer;
}

/** tb_normal ä¸?èˆ?4åˆ—è¡¨æ&nbsp;¼è¡¨å•çš„æ&nbsp;·å¼ æœ‰è¾¹æ¡†çº¿è¡¨æ&nbsp;¼ **/
.tb_normal {
  background-color: #ffffff;
  border-collapse: collapse;
  border: 1px #d2d2d2 solid;
  padding: 8px !important;
  text-align: left;
  margin: 0 auto;
}

.tb_normal_word_print{
  border-right: 1px #d2d2d2 solid ;
  border-bottom: 1px #d2d2d2 solid ;
}
.tb_normal_td_word_print{
  border-top: 1px #d2d2d2 solid ;
  padding: 8px;
  word-wrap: break-word;
  border-left: 1px #d2d2d2 solid;
  border-collapse:collapse;
}

.tb_normal &gt; tbody &gt; .tr_normal_title {
  background-color: #f6f6f6;
  text-align: center;
}
.tb_normal &gt; tbody &gt; tr {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}

.tb_normal &gt; tbody &gt; tr &gt; td,
.tb_normal &gt; thead &gt; tr &gt; td,
.tb_normal &gt; thead &gt; tr &gt; th {
  padding: 8px;
  word-wrap: break-word;
  border-left: 1px #d2d2d2 solid;
  border-right: 1px #d2d2d2 solid;
}
.tb_normal &gt; thead &gt; tr &gt; td,
.tb_normal &gt; thead &gt; tr &gt; th {
  border-bottom: 1px #d2d2d2 solid;
}
.tb_normal .tb_normal &gt; tbody &gt; tr &gt; td {
  padding: 5px;
} /* åµŒå¥—è¡¨æ&nbsp;¼å•å…ƒæ&nbsp;¼é—´è·å‡å°ä»¥å…è¡¨æ&nbsp;¼è¿‡å®½æ’‘å¼?è¡¨æ&nbsp;¼å®½åº¦ */

.tb_normal &gt; tbody &gt;tr &gt; .td_normal_title {
  background-color: #f6f6f6;
}

.tb_normal &gt; thead{
  background:#f6f6f6;
}
/*---------- æ˜Žç»†è¡¨æ“ä½œæŒ‰é’? ----------*/
.tb_normal .tr_normal_opt {
  background: url(../images/form/tr_normal_optBg.png) repeat left top;
  text-align: center;
}
.tb_normal .tr_normal_opt td {
  padding: 5px 8px;
  color:#fff;
}
.tr_normal_opt_content{ width:100%; position: relative; height:36px; line-height:36px;}
.tr_normal_opt .tr_normal_opt_l{text-align: left; position: absolute; left: 0; top:0;}
.tr_normal_opt .tr_normal_opt_c{text-align: center;display: inline-block;}
.tr_normal_opt .tr_normal_opt_r{ text-align: right; position: absolute; right: 0; top:0;}
.tr_normal_opt .opt_batchDel_style,
.tr_normal_opt .opt_add_style,
.tr_normal_opt .opt_up_style,
.tr_normal_opt .opt_down_style,
.tr_normal_opt .opt_import_style,
.tr_normal_opt .opt_export_style{ display: inline-block; width: 20px; height: 20px; cursor: pointer; vertical-align: text-top; background:url(../images/form/normal_opt_sprite.png) no-repeat 0 0;}

.tb_normal .optStyle {
  display: inline-block;
}
.tb_normal .opt_batchDel_style {
	background-position: 0 0;
}
.tb_normal .opt_batchDel_style:HOVER {
  background-position: 0 -20px;
}

.tb_normal .opt_add_style {
  background-position: -20px 0;
}
.tb_normal .opt_add_style:HOVER {
	background-position: -20px -20px;
}
.tb_normal .opt_up_style {
  background-position: -40px 0;
}
.tb_normal .opt_up_style:HOVER {
  background-position: -40px -20px;
}
.tb_normal .opt_down_style {
 background-position: -60px 0;
}
.tb_normal .opt_down_style:HOVER {
  background-position: -60px -20px;
}
.tb_normal .opt_import_style {
  background-position: -80px 0;
}
.tb_normal .opt_import_style:HOVER {
  background-position: -80px -20px;
}
.tb_normal .opt_export_style {
  background-position: -100px 0;
}
.tb_normal .opt_export_style:HOVER {
  background-position: -100px -20px;
}
.opt_ck_style input{ margin-right: 2px; position: relative; top:2px;}
.tr_normal_opt .tr_normal_opt_l .opt_batchDel_style{ vertical-align: text-top; margin-left: 5px;}
.tr_normal_opt .tr_normal_opt_c&gt;.optStyle{ margin:0 2px;}
.tr_normal_opt .tr_normal_opt_r .opt_export_style,
.tr_normal_opt .tr_normal_opt_r .opt_import_style{ margin-right: 5px; vertical-align: text-top;}
.tr_normal_opt .tr_normal_opt_r&gt;.optStyle{ margin-left: 10px;}
/* MACç³»ç»Ÿé«˜æ¸…å±ç‰¹æ®Šå¤„ç?  */
@media screen and (-webkit-min-device-pixel-ratio:2) {
	.opt_ck_style input{ top:0;}
	}
.tb_normal .opt_add_compatible_style {
  background-image: url(../images/icon_add_compatible.png);
  width: 24px;
  height: 24px;
}
.tb_normal .opt_add_compatible_style:HOVER {
  background-image: url(../images/icon_add_compatible_hover.png);
}
.tb_normal .opt_copy_style {
  background-image: url(../images/icon_copy.png);
  width: 16px;
  height: 16px;
}
.tb_normal .opt_copy_style:HOVER {
  background-image: url(../images/icon_copy_hover.png);
}
.tb_normal .opt_del_style {
  background-image: url(../images/icon_del.png);
  width: 16px;
  height: 16px;
}
.tb_normal .opt_del_style:HOVER {
  background-image: url(../images/icon_del_hover.png);
}

.tb_normal input, .tb_normal label, .tb_normal select, .tb_normal option {
  cursor: default;
  /* #130210 æ˜Žç»†è¡¨å†…åˆ—æ¯”è¾ƒå¤šæ—¶ï¼ŒæŽ§ä»¶å¿…å¡«æ˜Ÿå·æ˜¾ç¤ºä½ç½®ä¸å¯¹-å¼?å§? */
  /* white-space: nowrap; *//* ç”±äºŽä¼šå½±å“åˆ°æ‰“å°çš„æ&nbsp;·å¼ï¼Œæ‰?ä»¥æš‚æ—¶è¿˜åŽŸï¼ˆ2021.02.25ï¼? */
  /* #130210 æ˜Žç»†è¡¨å†…åˆ—æ¯”è¾ƒå¤šæ—¶ï¼ŒæŽ§ä»¶å¿…å¡«æ˜Ÿå·æ˜¾ç¤ºä½ç½®ä¸å¯¹-ç»“æŸ */
}

/* #130210 æ˜Žç»†è¡¨å†…åˆ—æ¯”è¾ƒå¤šæ—¶ï¼ŒæŽ§ä»¶å¿…å¡«æ˜Ÿå·æ˜¾ç¤ºä½ç½®ä¸å¯¹-å¼?å§? */
.select_div_box.xform_Select{
  white-space: nowrap;
}
/* #130210 æ˜Žç»†è¡¨å†…åˆ—æ¯”è¾ƒå¤šæ—¶ï¼ŒæŽ§ä»¶å¿…å¡«æ˜Ÿå·æ˜¾ç¤ºä½ç½®ä¸å¯¹-ç»“æŸ */

/*.tb_normal .xform_inputRadio xformflag label {
  margin: 5px 25px 5px 0;
  display: inline-block;
}*/
/* ×Ô¶¨Òå±íµ¥ÖÐµÄµ¥Ñ¡°´Å¥ÑùÊ½¼ä¾à²»ÐèÒªÓÃ±í¸ñÈ¥Ô¼Êø */
.xform_inputRadio xformflag label {
  margin: 5px 25px 5px 0;
  display: inline-block;
}
/*.tb_normal .xform_inputRadio xformflag label:last-of-type {
  margin-right: 0;
}*/
/*# 168670 åž‚ç›´æ¢è¡Œæ—¶ï¼Œæœ?ä¸‹é¢ä¸?è¡Œå’Œä¸Šé¢åç¦»åŠ&nbsp;notåˆ¤æ–­ï¼Œéžåž‚ç›´æ¢è¡Œæ—¶æ‰åŠ&nbsp;è¯¥æ&nbsp;·å¼*/
.tb_normal .xform_inputRadio xformflag label:not(br+label):last-of-type {
  margin-right: 0;
}

/** tb_simple ä¸?èˆ?2åˆ—è¡¨æ&nbsp;¼è¡¨å•çš„æ&nbsp;·å¼  æ—&nbsp;è¡¨æ¡†çº¿è¡¨æ&nbsp;¼ **/
.tb_simple {
  border-collapse: collapse;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.tb_simple&gt;tbody&gt;.tr_normal_title {
  text-align: center;
}
.tb_simple&gt;tbody&gt;tr&gt;td {
  padding: 5px;
  word-break: break-word;
}
.tb_simple&gt;tbody&gt;tr&gt;.td_normal_title {
  text-align: right
}
body .eval_opt_table tr td{ padding: 0 0px 6px!important; }

.lui_eval_add_btn {
  width: 80px;
}
/*å­—æ®µåç§°*/

/** tb_noborder å–æ¶ˆè¡¨æ&nbsp;¼å’Œå•å…ƒæ&nbsp;¼çš„è¾¹çº? **/
.tb_noborder {
  background-color: #FFFFFF;
  margin: 0 auto;
  border-collapse: collapse;
  padding: 0px;
  border: none;
}
.tb_noborder&gt;tbody&gt;tr&gt;td {
  padding: 0px;
  border: none;
}

/*- é—¨æˆ·éƒ¨ä»¶ å¼•ç”¨è‡ªå®šä¹‰é¡µé? -*/
.lui_component_iframe_wrap{*white-space:-1px;font-size:0;}

/*--- é—¨æˆ·å¤´éƒ¨ä¸ªäººä¿¡æ¯å¼¹å‡ºæ¡? ---*/
.lui_info_post_tb td{ padding:2px 0;}
.lui_info_post_tb td,.lui_info_post_tb td &gt; *{ font-size:12px}
.lui_info_post_tb td.lui_userinfo_title{ white-space:nowrap; font-size: 12px;}
.lui_info_link_tb td{ padding:0 2px;}
.lui_info_link_tb .com_btn_link{white-space:nowrap;}

/*ç³»ç»Ÿå…¨å±€å­—ä½“é¢œè‰²*/
.com_subject, .lui_form_subject, .txttitle {
  color: #3e9ece;
}

/*æ&nbsp;‡é¢˜é¢œè‰²*/
.com_subhead, .lui_form_subhead {
  color: #5b5b5b;
}

/*å‰¯æ&nbsp;‡é¢˜é¢œè‰?*/
.td_normal_title, .tr_normal_title&gt;td {
  /* color: #000; */
}

/*å­—æ®µé¢œè‰²*/
.com_author {
  color: #333;
}

/*å¤–éƒ¨ä½œè??*/
.com_outer_author {
	color: #333;
	cursor: inherit;
}

.com_outer_author:hover{
	color: #333!important;
}

/*äººåå¼ºè°ƒè‰?*/
.com_author:hover {
  color: #F19703;
}
.com_number {
  color: #29aa19
}

/*æ•°å­—å¼ºè°ƒè‰?*/
.com_warn, .txtstrong {
  color: #d02300
}

/*è­¦å‘Šæç¤º*/
.com_help, .lui_form_baseinfo {
  color: #9e9e9e
}

/*è¾…åŠ©ä¿¡æ¯*/
.com_btn_link {
  color: #37ace1;
  text-decoration: underline;
}

/*å¼±åŒ–æŒ‰é’®*/
.com_prompt_more {
  vertical-align: text-top;
  display: inline-block;  /*æ›´å¤šæç¤º*/
  width: 6px;
  height: 6px;
  background-color: #fc4f4f;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.com_prompt_num {
  color: white;
  padding: 2px 3px;
  font-size: 10px;
  min-width: 12px;
  height: 12px;/*æ•°å­—æç¤ºç±?*/
  background-color: #d93e1a;
  vertical-align: super;
  line-height: 12px;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.com_btn_link_light {
  text-decoration: underline;
}
.lui_popup_border_content .com_btn_link:hover {
  color: #db782c;
}

/*å¼±åŒ–æŒ‰é’®*/
.sys_notify_add {
  color: #37ace1 !important;
  text-decoration: underline;
}

/* æ—¥ç¨‹æé†’ */

/*è¾“å…¥æ¡†æç¤ºä¿¡æ¯å­—ä½“é¢œè‰?*/

/* WebKit browsers */::-webkit-input-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/*
 æ”¯æŒ IE æµè§ˆå™¨ï¼Œéœ?æ·»åŠ&nbsp; -ms- å‰ç¼€ 
 æ”¯æŒ Firefox æµè§ˆå™¨ï¼Œéœ?æ·»åŠ&nbsp; -moz- å‰ç¼€ 
 æ”¯æŒ Google Chrome æµè§ˆå™¨ï¼Œéœ?æ·»åŠ&nbsp; -webkit- å‰ç¼€ 
 æ”¯æŒ Safari æµè§ˆå™¨ï¼Œéœ?æ·»åŠ&nbsp; -webkit- å‰ç¼€ 
 æ”¯æŒ Opera æµè§ˆå™¨ï¼Œéœ?æ·»åŠ&nbsp; -o- å‰ç¼€ 
 æ”¯æŒ Opera æµè§ˆå™¨ï¼Œéœ?æ·»åŠ&nbsp; -xv- å‰ç¼€ */

/** æ•°æ®éªŒè¯çš„æ&nbsp;·å¼? **/
.validation-advice, .lui_validate {
  clear: both;
  margin: 5px 0;
  padding: 5px;
  background-color: #fff5d8;
  border: 1px solid #e0a385;
}
.lui_validate {
  cursor: pointer;
}
.validation-table {
  padding: 0px !important;
  margin: 0px !important;
}
.validation-table td {
  text-align: left;
  font-size: 12px;
  border: 0px;
  margin: 0px !important;
  padding: 0px 2px !important;
  line-height: 18px;
  vertical-align: middle;
}
.validation-table td:FIRST-CHILD {
  width: 18px !important;
}
.validation-table .lui_icon_s_icon_validator{ vertical-align: text-bottom;}
.validation-advice-msg {
  font-weight: bold;
}
.validation-advice-msg .validation-advice-title {
  color: #cc0000 !important;
  font-weight: bolder;
}

/*æŒ‰é’®èƒŒæ™¯è‰?*/
.com_bgcolor_d {
  background-color: #47b5e6
}
.com_bgcolor_n {
  background-color: #47b5e6
}
.com_bgcolor_l {
  background-color: #d6d6d6
}
.com_bgcolor_d:hover {
  background-color: #2f9adb
}
.com_bgcolor_n:hover {
  background-color: #2f9adb
}
.com_bgcolor_l:hover {
  background-color: #c2c2c2
}

/*æŒ‰é’®è¾¹æ¡†è‰?*/
.com_bordercolor_d {
  border-color: #35a1d0
}
.com_bordercolor_n {
  border-color: #35a1d0
}
.com_bordercolor_l {
  border-color: #c7c7c7
}

/*æŒ‰é’®å­—ä½“é¢œè‰²*/
.com_fontcolor_d {
  color: #fff
}
.com_fontcolor_n {
  color: #fff
}
.com_fontcolor_l {
  color: #fff
}

/*Ie8ä¸æ”¯æŒ? å±å¹•å®½åº¦å°äºŽç­‰äºŽ1280*/
.width15 {
  width: 15px;
}
.width20 {
  width: 20px;
}
.width30 {
  width: 45px;
}
.width40 {
  width: 40px;
}
.width60 {
  width: 60px;
}
.width80 {
  width: 80px;
}
.width100 {
  width: 100px;
}
.width120 {
  width: 120px;
}
.width140 {
  width: 140px;
}
.width160 {
  width: 160px;
}
.width180 {
  width: 180px;
}
.width200 {
  width: 200px;
}
.width250 {
  width: 250px;
}

/*å±å¹•å®½åº¦åœ?1280å’?1536ä¹‹é—´*/
@media screen and (min-device-width:1281px) and (max-device-width:1537px) {
  .rwd .width15 {
    width: 18px;
  }
  .rwd .width20 {
    width: 24px;
  }
  .rwd .width30 {
    width: 36px;
  }
  .rwd .width40 {
    width: 48px;
  }
  .rwd .width60 {
    width: 72px;
  }
  .rwd .width80 {
    width: 96px;
  }
  .rwd .width100 {
    width: 120px;
  }
  .rwd .width120 {
    width: 144px;
  }
  .rwd .width140 {
    width: 168px;
  }
  .rwd .width160 {
    width: 192px;
  }
  .rwd .width180 {
    width: 216px;
  }
  .rwd .width200 {
    width: 240px;
  }
  .rwd .width250 {
    width: 300px;
  }
}

/*å±å¹•å®½åº¦åœ?1536å’?1792ä¹‹é—´*/
@media screen and (min-device-width:1537px) and (max-device-width:1793px) {
  .rwd .width15 {
    width: 23px;
  }
  .rwd .width20 {
    width: 30px;
  }
  .rwd .width30 {
    width: 45px;
  }
  .rwd .width40 {
    width: 60px;
  }
  .rwd .width60 {
    width: 90px;
  }
  .rwd .width80 {
    width: 120px;
  }
  .rwd .width100 {
    width: 150px;
  }
  .rwd .width120 {
    width: 180px;
  }
  .rwd .width140 {
    width: 210px;
  }
  .rwd .width160 {
    width: 240px;
  }
  .rwd .width180 {
    width: 270px;
  }
  .rwd .width200 {
    width: 300px;
  }
  .rwd .width250 {
    width: 375px;
  }
}

/*å±å¹•å®½åº¦åœ?1792å’?2048ä¹‹é—´*/
@media screen and (min-device-width:1793px) and (max-device-width:2049px) {
  .rwd .width15 {
    width: 26px;
  }
  .rwd .width20 {
    width: 35px;
  }
  .rwd .width30 {
    width: 53px;
  }
  .rwd .width40 {
    width: 70px;
  }
  .rwd .width60 {
    width: 105px;
  }
  .rwd .width80 {
    width: 140px;
  }
  .rwd .width100 {
    width: 175px;
  }
  .rwd .width120 {
    width: 210px;
  }
  .rwd .width140 {
    width: 245px;
  }
  .rwd .width160 {
    width: 280px;
  }
  .rwd .width180 {
    width: 315px;
  }
  .rwd .width200 {
    width: 350px;
  }
  .rwd .width250 {
    width: 465px;
  }
}

/*å±å¹•å®½åº¦å¤§äºŽç­‰äºŽ2048*/
@media screen and (min-device-width:2049px) {
  .rwd .width15 {
    width: 30px;
  }
  .rwd .width20 {
    width: 40px;
  }
  .rwd .width30 {
    width: 60px;
  }
  .rwd .width40 {
    width: 80px;
  }
  .rwd .width60 {
    width: 120px;
  }
  .rwd .width80 {
    width: 160px;
  }
  .rwd .width100 {
    width: 200px;
  }
  .rwd .width120 {
    width: 240px;
  }
  .rwd .width140 {
    width: 280px;
  }
  .rwd .width160 {
    width: 320px;
  }
  .rwd .width180 {
    width: 360px;
  }
  .rwd .width200 {
    width: 400px;
  }
  .rwd .width250 {
    width: 500px;
  }
}

/*æµè§ˆå™¨å…¼å®¹æç¤?*/
.browserTip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: yellow;
  line-height: 20px;
  text-align: center;
  display: block;
  height: 20px;
}
.browserTip div {
  padding-left: 10px;
  cursor: pointer;
  display: inline;
  padding-left: 5px;
  line-height: 20px;
}

/*å³ä¾§æŒ‰é’® äºŒç»´ç&nbsp;å’Œå…¶ä»–ä¸šåŠ¡æ¨¡å—æŒ‰é’®åŠ&nbsp;æƒé‡ç½® Starts*/
body .forum_shortcut_menu{
  bottom: 204px!important;
  right: 18px;
}
.forum_shortcut_menu ul li,.edit_forum_shortcut_menu ul li {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: none !important;
}
.forum_shortcut_menu ul li a,.edit_forum_shortcut_menu ul li a {
  width: 48px !important;
  height: 48px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  transition: all 0.3s;
}
.forum_shortcut_menu ul li a:hover,.edit_forum_shortcut_menu ul li a:hover {
  background-color: #dfdfdf !important;
}
.forum_shortcut_menu ul li .menu1 {
  background-image: url(../images/toolbar/01-1.png) !important;
}
.forum_shortcut_menu ul li .menu2 {
  background-image: url(../images/toolbar/03-1.png) !important;
}
.forum_shortcut_menu ul li .menu3,.edit_forum_shortcut_menu ul .menu3 {
  background-image: url(../images/toolbar/02-1.png) !important;
}
.work_comm_menu, .pindagate_menu {
  bottom: 179px !important;
  border-bottom: 0 !important;
}
.work_comm_menu ul li, .pindagate_menu ul li {
  margin-top: -1px;
  width: 48px !important;
  height: 48px !important;
  transition: all 0.3s;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.work_comm_menu ul li:hover, .pindagate_menu ul li:hover {
  background-color: #dfdfdf !important;
}
.work_comm_menu ul li.item_1 {
  background-image: url(../images/toolbar/06-1.png) !important;
}
.work_comm_menu ul li.item_2 {
  background-image: url(../images/toolbar/04-1.png) !important;
}
.work_comm_menu ul li.item_3 {
  background-image: url(../images/toolbar/15.png) !important;
}
.work_comm_menu ul li.item_4 {
  background-image: url(../images/toolbar/12-1.png) !important;
}
.pindagate_menu ul li.item_1 {
  background-image: url(../images/toolbar/vote_icon_1.png) !important;
}
.pindagate_menu ul li.item_2 {
  background-image: url(../images/toolbar/vote_icon_2.png) !important;
}
.pindagate_menu ul li.item_3 {
  background-image: url(../images/toolbar/vote_icon_3.png) !important;
}
.pindagate_menu ul li.item_4 {
  background-image: url(../images/toolbar/vote_icon_4.png) !important;
}
.pindagate_menu ul li.item_5 {
  background-image: url(../images/toolbar/vote_icon_5.png) !important;
}

/*å³ä¾§æŒ‰é’® äºŒç»´ç&nbsp;å’Œå…¶ä»–ä¸šåŠ¡æ¨¡å—æŒ‰é’®åŠ&nbsp;æƒé‡ç½® Ends*/

/*------ document.cssç›¸å…³ä»£ç&nbsp;ç§»å…¥  å¼?å§? ------*/

/** ç®?å•çš„é€šç”¨æ&nbsp;·å¼ **/
.txttitle {text-align: center; font-size: 18px;line-height: 30px;color: #3e9ece; font-weight: bold;}
.txtstrong {color: #FF0000;font-weight: normal;display: inline-block;*display: inline;}
.inputread {border:0px; color:#868686;}
.inputread_normal {border:0px;}
.td_label0 { text-align:left; vertical-align: baseline!important;font-size:2px!important;padding:0px!important;border:0px!important;height:30px; border-bottom:2px solid #58c0ee!important;}
.td_label0 nobr{margin-right: 2px;}
.td_label0 nobr input{overflow:visible;width:auto;_width:0;}
.btnlabel1 {height: 30px; border: 0px;padding:2px 3px 0px 3px;margin:0px; color:#fff; cursor:pointer;}
.btnlabel2 {height: 30px; border: 0px;padding:2px 3px 0px 3px;margin:0px; color:#47b5e6;cursor:pointer;}

.Bold{ font-weight: bold;}
.btnopt{color: #fff; background-color: #47b5ea; height: 22px; line-height:22px; padding: 0px 5px; border:0px;letter-spacing: 1px; cursor: pointer;}
.btnopt:hover{ color:#73caf1; border-color:#73caf1}
.btnopt.btngray{background-color:#fafafa;color: #47b5e6;border: 1px #bbbbbb solid;}
.btnopt.btngray:hover{color: #2f9adb;}
.btnoptmouseover{color:#73caf1; border-color:#73caf1}
.Code{border: #8b4513 1px solid;padding-right: 5px;padding-left: 5px;color: #000066;background-color: #ff9933;}
.maxwinicon{position:absolute;left:10px;width:23px;height:23px;}
#optBarDiv{display:none;}
.upload{ color: #0066FF; background-color: #F0F0F0; border: 1px #999999 solid; font-weight: normal; padding: 0px 1px 1px 0px; /*height: 18px;*/ clip:  rect();}
.td_optbar, .tb_optbar td{padding:2px 10px 2px 0px;text-align:right;}
.txtwarn,description_txt{color: #FF0000;}
.textdescription{font-size:12px;color:blue}
.tb_label{border-collapse:collapse!important;}
.td_label{background-color: #FFFFFF!important;border-left-style:none!important;border-left-width:0px!important;border-top-width:0px!important; padding-top:6px;}
/*.Title{font-weight: bold;font-size: 18px;color: #cc3300;}*/


/** tb_noborder å–æ¶ˆè¡¨æ&nbsp;¼å’Œå•å…ƒæ&nbsp;¼çš„è¾¹çº? **/
.tb_noborder{background-color: #FFFFFF;margin: 0px;border-collapse: collapse;padding: 0px;border: 0px;}
.tb_noborder td {padding: 0px;border: 0px;}

/** åŽå°ç®¡ç†å‘˜å·¥å…·ç®±æ•°æ®åº“æ£€æµ‹è¡¨æ&nbsp;? **/
.tb_dotted td{
  text-align: left;
}

/* è¡¨å•ç¼–è¾‘å™? æºç&nbsp;æ¨¡å¼ */
.srceditor .btnopt{ margin:0 5px; padding:0 5px; font-size:12px;letter-spacing:0;}
.srceditor .btnopt:hover{ color:#fff; background:#43ace0;}
.srceditor .btnopt:first-child{ margin-left:10px;}
.srceditor&gt;div{ padding:10px;}

/*----- åŽå°é…ç½®è·¯å¾„  -----*/
.txtlistpath {
  padding: 10px 0 10px 20px;
  color: #2792C6;
  line-height: 20px;
  text-align: left;
  border-bottom: 1px dotted #ddd;
  background-color: #fff; /* é®æŒ¡å·¦ä¾§æ»šåŠ¨æ? */
  display: block;
  word-break: break-all;
}
.txtlistpath:after{
  content: '';
  display: table;
  visibility: hidden;
  clear: both;
}
.txtlistpath &gt; div{ font-size: 12px; }
.profile_config_title {
  color: #47b5e6;
}
.txtlistpath &gt; .lui_icon_s {
  margin-left: -20px;
  float: left;
  position: relative;
  top: 1px;
}
/*------ document.cssç›¸å…³ä»£ç&nbsp;ç§»å…¥  ç»“æŸ ------*/

/* MACç³»ç»Ÿé«˜æ¸…å±ç‰¹æ®Šå¤„ç?  ç‚¹è¯„ */
@media screen and (-webkit-min-device-pixel-ratio:2) {
	.lui_icon_s_stargood	{ background-image:url(../icon/s/stargood@2x.png); background-size: 16px; }
	.lui_icon_s_starbad	{ background-image:url(../icon/s/starbad@2x.png); background-size: 16px; }
	.lui_icon_s_poor	{ background-image:url(../icon/s/poor@2x.png); background-size: 16px; }
	.lui_icon_s_recommend	{ background-image:url(../icon/s/recommend@2x.png); background-size: 16px; }
	.lui_icon_s_bad	{ background-image:url(../icon/s/bad@2x.png); background-size: 16px; }
	.lui_icon_s_good	{ background-image:url(../icon/s/good@2x.png); background-size: 16px; }
	.lui_icon_s_stargood{background-image:url(../icon/s/stargood@2x.png); background-size: 16px; }
	.lui_icon_s_starbad{background-image:url(../icon/s/starbad@2x.png); background-size: 16px;}
}

/*------------------- æ‰“å°æ&nbsp;·å¼ -------------------*/
.lui_print_main_content{
  /*-- ä¿®å¤æ‰“å°é¡µå†…å®¹ä¸å±…ä¸­ #95520--*/
  margin:0 auto;
  /*width:90%;*/
  /*max-width: 1200px;*/
}

.lui_print_main_content&gt;.tempTB{
  margin: 0 auto;
}
@media \0screen {
  .lui_print_main_content&gt;.tempTB{
    width: 100%!important;
  }
}
.btnprint .lui_toolbar_frame_float .lui_toolbar_content{ width: 1000px;}
@media print {
	body{
		background:#fff;
		-webkit-print-color-adjust:exact;
        -moz-print-color-adjust:exact;
        -ms-print-color-adjust:exact;
        print-color-adjust:exact;
	}
	body,td{ color:#000!important;}	
  
    .lui_print_main_content{
    width:980px; /*-  #121981 æ‰“å°æœºåˆ¶æ¨ªå‘æ‰“å°æ²¡æœ‰è‡ªè‡ªé€‚åº”  -*/
  	}

  	.lui_print_main_content&gt;.tempTB{
        margin:0;
      }
  	
  /*- é¡µé¢é—´è· -*/
  
	body .tb_normal{ border-color:#000;}
	body .tb_normal &gt; tbody &gt; tr &gt; td,
	body .tb_normal &gt; thead &gt; tr &gt; td,
    body .tb_normal &gt; thead &gt; tr &gt; th{ border-color:#000;}
	
	.lui_form_content{ padding: 0!important;}
	
	/*- æ“ä½œæŒ‰é’®éšè— -*/
	#optBarDiv, #S_OperationBar,#optBarDiv.btnprint,#optBtnBarDiv,.tb_normal .tr_normal_opt {display: none;}
	
	body.lui_print_body{ margin-top:0!important;}
	.lui_print_body .tempTB{ width: 100%;}
	
	.xform_textArea {height: auto!important;  display: block!important;}
	
}

@media print and (orientation:landscape) {
	.lui_print_main_content{
	    width:100%;
  	}
  	
  	.tempTB {
  	  width: 100% !important;
  	}
}

@font-face {
	font-family: "fontmui";
    src: url(../font/iconfont-unicode.eot); /* IE9*/
    src: url(../font/iconfont-unicode.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../font/iconfont-unicode.woff) format('woff'), /* chrome, firefox */
    url(../font/iconfont-unicode.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(../font/iconfont-unicode.svg#fontmui) format('svg'); /* iOS 4.1- */
}

.fontmui {
  font-family:"fontmui" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}
/*---------- çŸ¢é‡å›¾æ&nbsp;‡ fontclass å¼•ç”¨----------*/
@font-face {
	font-family: "iconfont";
    src: url(../font/iconfont.eot); /* IE9*/
    src: url(../font/iconfont.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../font/iconfont.woff) format('woff'), /* chrome, firefox */
    url(../font/iconfont.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(../font/iconfont.svg#fontmui) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*---------- çŸ¢é‡å›¾æ&nbsp;‡ ç³»ç»Ÿå¯¼èˆª fontclass å¼•ç”¨----------*/
@font-face {
  font-family: "iconfont_nav";
    src: url(../font/iconfont-nav.eot); /* IE9*/
    src: url(../font/iconfont-nav.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../font/iconfont-nav.woff) format('woff'), /* chrome, firefox */
    url(../font/iconfont-nav.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(../font/iconfont-nav.svg#fontmui) format('svg'); /* iOS 4.1- */
}

.iconfont_nav {
  font-family:"iconfont_nav" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*---------- çŸ¢é‡å›¾æ&nbsp;‡ åŽå°é…ç½®-æ¡†æž¶å›¾æ&nbsp;‡ fontclass å¼•ç”¨ ----------*/
@font-face {
  font-family: "iconfont_profile";
  src: url(../font/iconfont-profile.eot); /* IE9*/
    src: url(../font/iconfont-profile.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../font/iconfont-profile.woff) format('woff'), /* chrome, firefox */
    url(../font/iconfont-profile.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(../font/iconfont-profile.svg#fontmui) format('svg'); /* iOS 4.1- */
}

.iconfont_profile {
  font-family: "iconfont_profile" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*---------- çŸ¢é‡å›¾æ&nbsp;‡ åŽå°é…ç½® é€‰æ‹©å›¾æ&nbsp;‡å¼¹å‡ºæ¡?----------*/
.lui_iconfont_selectIcon,.iconfont_nav .lui_iconfont_selectIcon,.iconfont .lui_iconfont_selectIcon{  
	width:48px;  height:48px;  
	line-height:48px;  
	text-align:center;
	background-color:#e5e5e5;  
	font-size:40px;  
	color:#666;
}

/* æ—¶é—´æŽ§ä»¶ Starts
   ========================================================================== */
.lui_muldatepicker{}
.lui_muldatepicker .ui-muldatepicker-select a{
  color: #15a4fa;
  border-color: #15a4fa;
}

/* æ—¶é—´æŽ§ä»¶ Ends
   ========================================================================== */

/* æ—¥åŽ†é€‰æ‹©æ¡? Starts
   ========================================================================== */
.ui-datepicker.ui-widget-content{
	width: 22em;
}

/* æ—¥åŽ†é€‰æ‹©æ¡? Ends
   ========================================================================== */


.lui_widget_iframe{
	border: 0;
	width: 100%;
	/* min-height:600px; */
}
body .lecturerInfo{ padding: 10px; }

/* æ‰¹é‡åˆ&nbsp;é™¤ Starts */
.lui_dialog_deleteTips {
	width: 100%;
	padding-bottom: 10px;
}

.lui_dialog_deleteTips .radioUl {
	text-align: center;
}

.lui_dialog_deleteTips .radioUl label {
	display: inline-block;
	margin: 10px;
	cursor: pointer;
}

.lui_dialog_deleteTips .radioUl span {
	margin-left: 5px;
}

.lui_dialog_deleteTips .tips {
	display: none;
}
/* æ‰¹é‡åˆ&nbsp;é™¤ Ends */


/* è¡¨æ&nbsp;¼è‡ªå®šä¹‰è¡¨å•å…ƒç´&nbsp;æ&nbsp;·å¼? Starts
   ========================================================================== */
.tb_normal .xform_textArea textarea{
  /*175513 å…¼å®¹ieå¯ä»¥åœ¨é¦–è¡Œè¾“å…¥ç©ºæ&nbsp;?*/
  white-space: pre-wrap !important;
  padding-left: 0;
  padding-right: 0;
}
/*175513 å…¼å®¹ieå¯ä»¥åœ¨é¦–è¡Œè¾“å…¥ç©ºæ&nbsp;?*/
.td_normal_title .xform_textArea textarea{
  white-space: pre-wrap !important;
}
.xform_inputText,
.xform_datetime,
.xform_Calculation,
.xform_address,
.xform_relation_select,
.xform_relation_choose{
  word-wrap : break-word;
  vertical-align: middle;
}

.xform_label,
.xform_inputText xformflag{
  vertical-align:middle;
}

/*#175167*/
.xform_inputText xformflag{
  white-space:pre-wrap;
}

/* EKP-977 */
td[align=center] .xform_inputText xformflag input[readonly]{
  text-align:center;
}

.xform_inputText input,
.xform_datetime input,
.xform_address input{
  background-color: transparent;
}
.xform_address .mf_container ol.mf_list{
  position: relative;
  top: 6px;
}
.xform_address .mf_container input.mf_input{
  position: relative;
  top: 4px;
}
.xform_address .inputselectsgl .orgelement:before{
  top: auto;
  bottom: 2px;
}

.nowrap{
	white-space : nowrap;
	
}

.xform_linkLabel{
	word-wrap:normal;
	word-break:keep-all;
}

/* è¡¨æ&nbsp;¼è‡ªå®šä¹‰è¡¨å•å…ƒç´&nbsp;æ&nbsp;·å¼? Ends
   ========================================================================== */
.lbpm_flowInfoW{
	width:100px;
	height:100px;
	position:absolute;
	left:60%;
	top:45px;
}

.lbpm_processStatus{
	width:100px;
	height:100px;
	background-image: url(../images/lbpm-processStatus.png) !important;
	background-size: 100px;
	background-repeat: no-repeat;
}

.lbpm_discardStatus{
	width:100px;
	height:100px;
	background-image: url(../images/lbpm-discardStatus.png) !important;
	background-size: 100px;
	background-repeat: no-repeat;
}

/*å¤šè¯­è¨?è¾“å…¥æ¡†æ&nbsp;·å¼? start*/
.input_lang_icon { text-align:center;width:21px; height:21px; line-height:21px; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;color:#999;font-size:12; background-color:#DDD; position: absolute;right: 0px;} /*å¤šè¯­è¨?å›¾æ&nbsp;‡*/
.input_lang_item { display: none;}
/*å¤šè¯­è¨?è¾“å…¥æ¡†æ&nbsp;·å¼? end*/

/*æµç¨‹å¼•æ“Žå¤šè¯­è¨?è¾“å…¥æ¡†æ&nbsp;·å¼? start*/
.multi_lang_icon{
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	-moz-border-radius:50%; 
	-webkit-border-radius:50%; 
	border-radius:50%;
	color:#999;
	font-size:12px; 
	background-color:#DDD;
	position:relative;
	right:5px;
	bottom:4px;
}
.multi_item_input{
	border:0;
	height: 25px;
    /* border-bottom: 1px solid #b4b4b4; */
    position: relative;
    cursor: pointer;
    display:inline-block;
    line-height: 25px;
}
.multi_lang_input{
	border:0;
	outline:0;
	color: #1b83d8;
    padding-left: 4px;
    font-size: 12px;
    height: 25px;
    border-bottom: 1px solid #b4b4b4;
}

.multi_item_textarea{
	border:0;
	height: 76px;
    position: relative;
    cursor: pointer;
    display:inline-block;
}
.multi_lang_textarea{
	color: #1b83d8;
    padding-left: 4px;
    font-size: 12px;
    height: 76px;
}
/*end*/


/**-------------------  è¯·æ±‚æœåŠ¡å™¨æ•°æ®å¼‚å¸¸é?šç”¨æé†’  Start  -------------------- **/
.lui_request_error_tip{
	width: 100%;
    text-align: center;
   /*  margin-top: 20px; */
   /*  margin-bottom: 20px; */
}
.lui_request_error_tip .error_tip_icon{
    background-image: url(../images/request_data_error.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    margin: 0 auto;    
}
.lui_request_error_tip .error_tip_text{
	padding: 10px;
	color: #999;
}
.lui_request_error_tip .error_tip_text .error_tip_text_refresh{
	color: #4285f4;
	cursor: pointer;
}
/**-------------------  è¯·æ±‚æœåŠ¡å™¨æ•°æ®å¼‚å¸¸é?šç”¨æé†’  End  -------------------- **/

/**-------------------  è¯·æ±‚æœåŠ¡å™¨æ—&nbsp;æ•°æ®è¿”å›žæ—¶é?šç”¨æé†’  Start  -------------------- **/
.lui_request_no_data_tip{
	width: 100%;
    text-align: center;
    /*#93119 æ—&nbsp;æ•°æ®æ—¶ä¸å¯¹é½?*/
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}
.lui_request_no_data_tip .no_data_tip_icon{
    background-image: url(../images/request_no_data.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 49px;
    height: 41px;
    margin: 0 auto;    
}
.lui_request_no_data_tip .no_data_tip_text{
	padding: 10px;
	color: #999;
}
/**-------------------  è¯·æ±‚æœåŠ¡å™¨æ—&nbsp;æ•°æ®è¿”å›žæ—¶é?šç”¨æé†’    End  -------------------- **/

/**-------------------  æ–°é—»éƒ¨ä»¶-å›¾æ–‡æ‘˜è¦ï¼ˆé¦–è¡Œå›¾ç‰‡å¡ç‰‡åˆ—è¡¨å½¢å¼ï¼‰  Start  -------------------- **/
.list-inform-link {
	min-width:100px;
	display:inline-block;
}
/**-------------------  æ–°é—»éƒ¨ä»¶-å›¾æ–‡æ‘˜è¦ï¼ˆé¦–è¡Œå›¾ç‰‡å¡ç‰‡åˆ—è¡¨å½¢å¼ï¼‰    End  -------------------- **/

.mourning {
   -webkit-filter: grayscale(95%); /* CSS3 filteræ–¹å¼ï¼Œwebkitå†…æ&nbsp;¸æ–¹å¼ï¼Œfirefoxå¤–çš„ç»å¤§éƒ¨åˆ†çš„çŽ°ä»£æµè§ˆå™¨*/ 
  -moz-filter: grayscale(95%); /* ç›®å‰æ²¡æœ‰å®žçŽ° */ 
  -ms-filter: grayscale(95%); 
  -o-filter: grayscale(95%); 
  filter: grayscale(95%); /* CSS3 filteræ–¹å¼ï¼Œæ&nbsp;‡å‡†å†™æ³?*/ 
  /*filter: url(filters.svg#grayscale);*/ /* Firefox 4+ */ 
  filter: gray; /* IE 6-9 */ 
}
/* #110285 ä¿®å¤ ç«ç‹æµè§ˆå™¨åŠ&nbsp;è½½å¼‚å¸? */
@media screen and (min--moz-device-pixel-ratio:0) {
  .mourning {
    min-height: 100%;
  }
}


/* ä¿®å¤ ç°åŒ–æ¨¡å¼ä¸? IE8 ç”±filterå±žæ?§å¯¼è‡´çš„å¼‚å¸¸ */
@media \0screen\,screen\9 {
  .mourning .lui_list_left_sidebar_frame .lui_accordionpanel_content_c .lui_list_nav_list li a{
    filter:none!important;
  }
  .mourning .lui_list_left_sidebar_frame .lui_dataview_cate .lui_dataview_cate_item_txt{
    filter:none!important;
  }
  .mourning .lui_list_left_sidebar_frame .lui_dataview_cate .lui_icon_on .lui_dataview_cate_item_txt, 
  .mourning .lui_list_left_sidebar_frame .lui_dataview_cate .lui_icon_on_select .lui_dataview_cate_item_txt{
    filter:none!important;
  }
  .mourning .lui_tlayout_header_searchbar.lui_portal_header_zone_search .lui_portal_header_search_btn{
    filter:none!important;
  }
  .mourning .profile_orgIO_fileUpload_item .input_file{
    filter:none!important;
  }
}
/* #125294 ä¼šè®®å†³è®®ï¼Œç¼–è¾‘é¡µé¢å’ŒæŸ¥çœ‹é¡µé¢çš„å±•ç¤ºä¸ä¸?è‡? */
body.cke_editable a,
body.cke_editable a:link {
  font-size: inherit;
}

/* #142581-è¡¨å•è®¾è®¡å™¨åˆ‡é¡µç­¾çš„æ—¶å€™ï¼Œçº¿æ¡éƒ½æœ‰ç²—ç»†çš„å˜åŒ?-å¼?å§? */
@media only screen and (-webkit-min-device-pixel-ratio:1.25) , only
	screen and (min-device-pixel-ratio:1.25) {
	body .tb_normal&gt;tbody&gt;tr&gt;td {
		border-width: 0.5px;
	}
	body .tb_normal&gt;tbody&gt;tr {
		border-bottom-width: 0.5px;
		border-top-width: 0.5px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) , only
	screen and (min-device-pixel-ratio:1.5) {
	body .tb_normal&gt;tbody&gt;tr&gt;td {
		border-width: 0.5px;
	}
	body .tb_normal&gt;tbody&gt;tr {
		border-bottom-width: 0.5px;
		border-top-width: 0.5px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2) , only
	screen and (min-device-pixel-ratio:1.5) {
	body .tb_normal&gt;tbody&gt;tr&gt;td {
		border-width: 0.5px;
	}
	body .tb_normal&gt;tbody&gt;tr {
		border-bottom-width: 0.5px;
		border-top-width: 0.5px;
	}
}
/* #142581-è¡¨å•è®¾è®¡å™¨åˆ‡é¡µç­¾çš„æ—¶å€™ï¼Œçº¿æ¡éƒ½æœ‰ç²—ç»†çš„å˜åŒ?-ç»“æŸ */

/* å›¾ç‰‡é¢„è§ˆå…³é—­æŒ‰é’® */
.ckeditor_close {
	position: absolute;
    top: 40px;
    right: 70px;
    width: 40px;
    height: 40px;
    background: url(../images/closeDiv.png) no-repeat;
    cursor: pointer;
    background-size: 100%;
}

td div .xform_textArea{
  word-break: break-word !important;
}

.lui_tlayout_header_notify_popup{
  width: 300px;
}
</pre></body></html>