﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{
	color:#000;
	padding:0px; 
	margin:0px auto;
	font-family: 微软雅黑;
	font-size:14px;
	height:100%;
	overflow:hidden;
}
html{ overflow:hidden; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}

li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#0F66CD; outline:none;}

/*树形菜单*/
#menu{ padding-top:10px; }
#menu a{ text-decoration:none; color:#000; background: transparent;  outline:none; padding:3px 5px; font-size:13px;}
#menu a:visited {}
#menu a:focus { outline:none; }
a:active{ color:#FFFFFF; outline:none;}

#menu a.current span{ color:fff; }
#menu a span{ color:fff; }
/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select,textarea {
    font-size: 100%;  /* Correct font size not being inherited in all browsers. */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%; border: none; }

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
a.btn { display:block; height: 24px; line-height: 24px;  width: 81px;
	background:url(../images/button.jpg) no-repeat 0 -24px; 
	border: 0;    color: #FFFFFF; cursor: pointer;
    font-weight: bold;  
	text-align:center;
}
a.btn:hover {background: url(../images/button.jpg) no-repeat 0px 0px; color:#fff}
a.btn1 {display: block;height: 33px; line-height: 30px;  width: 120px;  padding-left: 28px; background: url(../images/order_bg.jpg) no-repeat; color: #fff;}
a.btn1:hover {background: url(../images/order_bg.jpg) no-repeat 0px -33px;  color:#fff}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px;} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/
/*表单类*/
.form_text {
	height:20px; line-height:20px;  width:95%; 
	padding: 2px; 
	clip: rect;color: #000000;
	background-color: #fff;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width:1px;
	background: url(../images/form_bg.jpg) repeat-x 0px 0px;
}
.form_text:hover {
	padding: 2px; height:20px;
	clip: rect;
	color: #000000;background-color: #fff;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width:1px;
	background: url(../images/form_bg.jpg) repeat-x;
	background-position: 0px -37px;
}
.form_text_verifycode { 
	height:20px; line-height:20px; width:50px; margin-right:3px;padding: 2px;
	clip: rect;color: #000000;
	background-color: #fff;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;
	border-left-width: 1px;background: url(../images/form_bg.jpg) repeat-x 0px 0px;
}
.form_text_verifycode:hover {
	height:20px; line-height:20px; width:50px; margin-right:3px; padding:2px;
	clip: rect;
	color: #000000;background-color: #fff;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;
    border-left-width: 1px;background: url(../images/form_bg.jpg) repeat-x;
	background-position: 0px -37px;
}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button {
	background: url(../images/button.jpg) no-repeat 0 -24px;
    border: 0;color: #FFFFFF;cursor: pointer;font-weight: bold; 
	height: 24px; line-height: 24px;margin: 0;padding: 0;width: 81px; 
}
.form_button:hover{ background: url(../images/button.jpg) no-repeat 0px 0px; height:24px; line-height:24px; padding:0; margin:0}
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}

table { border-collapse: collapse; border-spacing: 0; border:1px solid #ddd; /* Remove most spacing between table cells.*/}
table tr{ }
table tr:hover{ background:#F5F5F5; }
table th{ padding:3px; text-align:center; font-weight:bold; border:1px solid #ddd; border-top:none; }
table td{ padding:3px; text-align:left; border:1px solid #ddd;border-top:none; }
/*标记说明表格*/
table.tagtable{margin: 3px auto; padding: 0px;  border-collapse: collapse; border:1px solid #ddd; text-align:center; width:100%;}
table.tagtable td.tagname{ background:#F5F5F5; font-weight:bold; padding-left:8px;}
table.tagtable tr{ cursor: pointer}
table.tagtable tr:hover{ background:#F5F5F5; }
table.tagtable th{ width:120px;padding:3px; text-align:center; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none;}
table.tagtable td{ padding:3px 8px; text-align:left; border:1px solid #ddd;border-top:none;border-left:none;}

table.apitable{margin: 3px auto; padding: 0px;  border-collapse: collapse; border:1px solid #ddd; text-align:center; width:100%}
table.apitable tr{ cursor: pointer}
table.apitable tr:hover{ background:#F5F5F5; }
table.apitable th{ background:#F5F5F5; padding:3px; text-align:center; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none;}
table.apitable td{ padding:3px 8px; text-align:center; border:1px solid #ddd;border-top:none;border-left:none;}
table.apitable .apiname{ width:160px;  }
table.apitable .apitype{ width:100px;}
table.apitable .apirequired{ width:100px; }
table.apitable .apidescription{}
table.apitable td.apidescription{ text-align:left;}

table.attributetable{margin: 3px auto; padding: 0px;  border-collapse: collapse; border:1px solid #ddd; text-align:center; width:100%;}
table.attributetable tr{ cursor: pointer}
table.attributetable tr:hover{ background:#F5F5F5; }
table.attributetable th{ padding:3px; text-align:center; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none; background:#F5F5F5; }
table.attributetable th.attributename{ width:230px;}
table.attributetable th.attributedescription{ width:auto;}
table.attributetable th.groupname{text-align:left; vertical-align:middle; font-weight:bold; padding-left:15px; color:#090; }
table.attributetable td{ padding:3px 8px; text-align:left; border:1px solid #ddd;border-top:none;border-left:none;}

table.functiontable{ margin:3px auto; padding:0px;  border-collapse: collapse; border:1px solid #ddd; text-align:center; width:100%; }
table.functiontable tr{ cursor: pointer}
table.functiontable tr:hover{ background:#F5F5F5; }
table.functiontable th{ padding:3px; text-align:center; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none; background:#F5F5F5; }
table.functiontable th.functionname{ width:420px;}
table.functiontable th.functiondescription{ width:auto;}
table.functiontable th.functionexample{ width:320px;}
table.functiontable th.groupname{text-align:left; vertical-align:middle; font-weight:bold; padding-left:15px; color:#090; }
table.functiontable td{ padding:3px 8px; text-align:left; border:1px solid #ddd;border-top:none;border-left:none;}
/*功能比较表格*/
table.comparetable{margin: 3px auto; padding: 0px;  border-collapse: collapse; border:1px solid #ddd; text-align:center}
table.comparetable tr{ cursor: pointer}
table.comparetable tr:hover{ background:#F5F5F5; }
table.comparetable th{ padding:3px; text-align:center; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none;}
table.comparetable td{ padding:3px; text-align:left; border:1px solid #ddd;border-top:none;border-left:none;}
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{
	width:98%;
	margin:5px auto; 
}
		
/*==========@@布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/*Logo*/
#logo_main { }
#logo{ width:100%; height:51px; line-height:51px; z-index:100; overflow:hidden; background:url(../images/cont_tyaga.jpg) repeat-x left 0px; }
#logo img{ height:37px; vertical-align: middle; }
#logo td{ border-right:none; border-bottom: none; padding:0; }
#logo .WebLogo{ float:left; font-size:18px; font-weight:bold; color:#008000; padding-left:95px; height:51px; line-height:47px; background:url(../images/top.jpg) no-repeat left bottom; }
#logo .WebLogo.WebLogo_bg{ background:url(../images/top_ho.jpg) no-repeat left bottom; }
#logo .WebLogo:hover{ background:url(../images/top_hover.jpg) no-repeat left bottom; }
#logo .WebLogo.WebLogo_bg:hover{ background:url(../images/top_hover2.jpg) no-repeat left bottom; }
#logo .Language{ float:right; padding:0 15px 0 45px; background:url(../images/top_right.jpg) no-repeat left bottom; }
#logo .HeaderText{ float:right; text-align:right; line-height:51px; margin-right:30px; }
.Language a{ text-decoration:none; color:#000; background: transparent;  outline:none}
.Language a:visited {}
.Language a:focus { outline:none; }
.Language a:hover, a:active{ color:#999; outline:none;}
/*导航*/
/*导航栏下拉*/


/*子频道列表*/
/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:90px; padding:0px 3px;}

.search #keywords{ width:70%; height:24px; line-height:24px; padding-left:5px; float:left; }
.search button{ height:30px; width:55px; line-height:26px; background:#fff; border:1px solid #ccc; border-left:none; cursor:pointer; float:left; }
.search #keywords:focus{ outline:none; }
.search button:focus{ outline:none; box-shadow: none; }
/*==========@@公共板块  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.RelatedChannel{ border-top:1px dotted #000000; font-weight:bold; font-size:20px; line-height:40px; margin-top:10px;}
/*一级标题*/
.ChannelName, .ChannelName h1{ font-weight:bold; line-height:40px; font-size:20px;}
/*二级标题*/
.ChannelContent h2, .ChannelContent h2 strong{border-bottom:1px solid #D9D9D9;display:block; height:35px; line-height:35px; font-size:18px; font-weight:bold; margin: 10px 0px;
background:#eee;padding-left:8px;}
/*小节样式*/
.ChannelContent .sectionlist{ margin-top:1em; overflow:hidden; }
.sectionlist li a{ color:#000; font-style:italic;}
.sectionlist li a:visited{ color:#666;}
.sectionlist li a:hover{ color:green;}
.sectionlist li.ChannelDepth1{text-indent:0em; }
.sectionlist li.ChannelDepth2{text-indent:2em; }
.sectionlist li.ChannelDepth3{text-indent:4em; }
.sectionlist li.ChannelDepth4{text-indent:6em; }
.sectionlist li.ChannelDepth5{text-indent:8em; }
.sectionlist li.ChannelDepth6{text-indent:10em; }
.sectionlist li.ChannelDepth7{text-indent:12em; }
.sectionlist li.ChannelDepth8{text-indent:14em; }

.ChannelContent h2 em{font-style:normal; padding:0px 3px; background:none;color:#000; margin:0;}
.ChannelContent, .ChannelContent p{ line-height:1.8em; font-size:16px; margin-bottom:15px;}
.ChannelContent h5{ font-size:14px; color:#00F; margin: 0px; padding:0px; font-weight:bold;}
.ChannelSContent{}
.ChannelContent img, .InfoContent img{ max-width:100%; }
/*===公共字段 结束===*/

/*===首页 开始===*/
#index{ width:100%; border:none; }

#left{ border-right:none; vertical-align:top; background:#f4f4f4; position:relative; z-index:10; padding:0; border:none; }
#left .subchannel{ overflow-y:auto;  }
#left .search{ overflow:hidden; padding:0 0 10px 8px; }
#left .left_wrap{ border-right: 2px solid #33EA74; padding-left:3px; }
#left .search_wrap{ display:none; padding-top:10px; }
#left .search_wrap p{ font-size:12px; margin:0px; padding:0px; } 
#left .serchChannel{ overflow-y:auto; white-space:nowrap; overflow-x: hidden; text-overflow:ellipsis; }

#right{ padding:0; border:none; vertical-align:top; text-align:left; position:relative; overflow:hidden; z-index:5; background:#fff; }
#right .right_wrap{ overflow-y:auto; overflow-x:hidden; margin-left:20px; }
#right i{ display:block; width:30px; height:30px; position:absolute; left:-15px; top:50%; z-index:4; background:url(../images/circle1.png) no-repeat; cursor:pointer; z-index:9; }
#right i.circle{ width:32px; background:url(../images/circle2.png) no-repeat right; }

.loading{ width:100%; height:100%; background:#fff; position:absolute; top:0; left:0; z-index:5; text-align:center; }
.loading img{ margin-top:30%; }
.FootText{ display:none; }
/*===首页 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{}
.textlist li { line-height:26px; height:26px;padding-left:8px; background:url(../images/icon3.gif) no-repeat 0 center; overflow:hidden;}

.tablist{ height:30px; border-bottom:1px solid #ddd; background:url(../images/top1.jpg) no-repeat left top; margin-left:-3px; }
.tablist li{ float:left; padding:0 15px 0 35px; line-height:30px; height:30px; cursor:pointer; }
.tablist li.Search{ background:url(../images/search.png) no-repeat 10px center; background-size:15px; }
.tablist li.on{ border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #f4f4f4; background:url(../images/search.png) no-repeat 10px center; }
.tablist li.Catalogue{ background: url(../images/menu.png) no-repeat 52px center; background-size:15px; border-left:none; padding-left:75px; }

.resultlist li{ width:100%; height:28px; line-height:28px; cursor:pointer; padding:0 10px; }
.resultlist li:hover{ background:#E4E3DF; }
.resultlist li.on{ background:#E4E3DF; }
.resultlist li.n1{ background:#f4f4f4; cursor:default; line-height:32px; }
.resultlist li a{ display:block; color:#626262; }
/*==========@@通用列表  结束@@==========*/

/*==========@@treeview样式 开始@@==========*/
.treeview, .treeview ul {padding: 0;margin: 0;list-style: none;}
.treeview ul {margin-top: 4px;}
.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;width: 16px;margin-left: -16px;float: left;cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {	display: inline;	float:none;}
.treeview li {	margin: 0;	padding: 3px 0pt 3px 16px;}
.treeview a.selected {	background-color: #eee;}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); }
.treeview-black li { background-image: url(../images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview-black.gif); }
.treeview-gray li { background-image: url(../images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview-gray.gif); }
.treeview-famfamfam li { background-image: url(../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview-famfamfam.gif); }
.treeview .placeholder {background: url(../images/ajax-loader.gif) 0 0 no-repeat;	height: 16px;width: 16px;display: block;}
.filetree li { padding: 2px 0 2px 16px;  outline:0px solid red; cursor: pointer; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; }
/*==========@@treeview样式 结束@@==========*/

/*==========@@shcore.css代码美化 开始==========@@*/
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.6em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {  width: 100% !important;  margin: 1em 0 1em 0 !important;  position: relative !important;  overflow: hidden !important; /*by wang 原来为auto*/
  font-size: 1em !important;}
.syntaxhighlighter.source {  overflow: hidden !important;}
.syntaxhighlighter .bold {  font-weight: bold !important;}
.syntaxhighlighter .italic {  font-style: italic !important;}
.syntaxhighlighter .line {  white-space: pre !important;}
.syntaxhighlighter table {  width: 100% !important;}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {  width: 100% !important;}
.syntaxhighlighter table td.code .container {  position: relative !important;}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {  text-align: right !important;  padding: 0 0.5em 0 1em !important;}
.syntaxhighlighter table td.code .line {  padding: 0 1em !important;}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {  padding-left: 0em !important;}
.syntaxhighlighter.show {  display: block !important;}
.syntaxhighlighter.collapsed table {  display: none !important;}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {  display: inline !important;  margin-right: 1em !important;}
.syntaxhighlighter.collapsed .toolbar span a {  padding: 0 !important;  display: none !important;}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {  display: inline !important;}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {  display: inline !important;}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {  display: none !important;}
.syntaxhighlighter.ie {  font-size: .9em !important; padding: 1px 0 1px 0 !important;}
.syntaxhighlighter.ie .toolbar {  line-height: 8px !important;}
.syntaxhighlighter.ie .toolbar a {  padding-top: 0px !important;}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {  background: none !important;}
.syntaxhighlighter.printing .line .number {  color: #bbbbbb !important;}
.syntaxhighlighter.printing .line .content {  color: black !important;}
.syntaxhighlighter.printing .toolbar {  display: none !important;}
.syntaxhighlighter.printing a {  text-decoration: none !important;}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a { color: black !important;}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {  color: #008200 !important;}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a { color: blue !important;}
.syntaxhighlighter.printing .keyword {  color: #006699 !important;  font-weight: bold !important;}
.syntaxhighlighter.printing .preprocessor {  color: gray !important;}
.syntaxhighlighter.printing .variable {  color: #aa7700 !important;}
.syntaxhighlighter.printing .value {  color: #009900 !important;}
.syntaxhighlighter.printing .functions {  color: #ff1493 !important;}
.syntaxhighlighter.printing .constants { color: #0066cc !important;}
.syntaxhighlighter.printing .script {  font-weight: bold !important;}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {  color: gray !important;}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {  color: #ff1493 !important;}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {  color: red !important;}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {  color: black !important;}
/*==========@@shcore.css代码美化 结束==========@@*/

/*==========@@shCoreDefault.css代码美化 开始==========@@*/
.syntaxhighlighter {  background-color: white !important;}
.syntaxhighlighter .line.alt1 {  background-color: white !important;}
.syntaxhighlighter .line.alt2 {  background-color: #F8F8F8 !important;}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {  background-color: #e0e0e0 !important;}
.syntaxhighlighter .line.highlighted.number {  color: black !important;}
.syntaxhighlighter table caption {  color: black !important;}
.syntaxhighlighter .gutter {  color: #afafaf !important;}
.syntaxhighlighter .gutter .line {  border-right: 3px solid #6ce26c !important;}
.syntaxhighlighter .gutter .line.highlighted {  background-color: #6ce26c !important;  color: white !important;}
.syntaxhighlighter.printing .line .content {  border: none !important;}
.syntaxhighlighter.collapsed {  overflow: visible !important;}
.syntaxhighlighter.collapsed .toolbar {  color: blue !important;  background: white !important;  border: 1px solid #6ce26c !important;}
.syntaxhighlighter.collapsed .toolbar a {  color: blue !important;}
.syntaxhighlighter.collapsed .toolbar a:hover {  color: red !important;}
.syntaxhighlighter .toolbar {  color: white !important;  background: #6ce26c !important;  border: none !important;  display:none; /*by wang*/}
.syntaxhighlighter .toolbar a {  color: white !important;}
.syntaxhighlighter .toolbar a:hover {  color: black !important;}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {  color: black !important;}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {  color: #008200 !important;}
.syntaxhighlighter .string, .syntaxhighlighter .string a {  color: blue !important;}
.syntaxhighlighter .keyword {  color: #006699 !important;}
.syntaxhighlighter .preprocessor {  color: gray !important;}
.syntaxhighlighter .variable {  color: #aa7700 !important;}
.syntaxhighlighter .value {  color: #009900 !important;}
.syntaxhighlighter .functions {  color: #ff1493 !important;}
.syntaxhighlighter .constants {  color: #0066cc !important;}
.syntaxhighlighter .script {  font-weight: bold !important;  color: #006699 !important;  background-color: none !important;}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {  color: gray !important;}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {  color: #ff1493 !important;}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {  color: red !important;}
.syntaxhighlighter .keyword {  font-weight: bold !important;}
/*==========@@shCoreDefault.css代码美化 结束==========@@*/