﻿@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; background: #FFF; 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;}
/*表单*/
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; 
}
/*==========@@布局  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.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; display: none; }
/*二级标题*/
.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{ padding:0px 10px 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%; }
/*===公共字段 结束===*/

/*===首页 开始===*/
@media screen and (min-width: 768px) {
	*::-webkit-scrollbar { width : 5px; height: 1px; }
	*::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #e1e2e9; }
	*::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #fff; }
}
.page_main{ overflow: hidden; }
.header_wrap{ height: 49px; border-bottom: 1px solid #ddd; overflow: hidden; }
.header_wrap .WebLogo{ float: left; line-height: 50px; padding-left: 10px; }
.Language{ float: right; padding-right: 10px; }
.language a{ display: block; width: 35px; height: 35px; margin-top: 7px; color: #FFF; line-height: 35px; text-align: center; font-weight: bold; }
.header_wrap .navlist{ float: right; }
.header_wrap .navlist li{ float: left; line-height: 49px; padding: 0 10px; }
.header_wrap .navlist li a{ display: flex; align-items: center; }
.header_wrap .navlist li a img{ margin-right: 3px; }
.header_wrap .HeaderText{ text-align: right; line-height: 50px; padding: 0 10px; overflow: hidden; }
.left_wrap{ float: left; width: 280px; border-right: 1px solid #ddd; transition-duration: .5s; overflow: hidden; }
.left_wrap .tabbar{ width: 280px; overflow: hidden; border-bottom: 1px solid #ddd; }
.left_wrap .tabbar li{ width: 50%; height: 34px; line-height: 34px; cursor: pointer; float: left; text-align: center; display: flex; align-items: center; justify-content: center; }
.left_wrap .tabbar li.Catalogue{ background: #FFF; }
.left_wrap .tabbar li.Search{ border-left: 1px solid #ddd; box-sizing: border-box; background: #FFF; }
.left_wrap .tabbar li img{ height: 1em; margin-right: 5px; }
.left_wrap .subchannel{ width: 280px; overflow-y: auto; overflow-x: hidden; }
.left_wrap .search_wrap{ display: none; overflow: hidden; }
.left_wrap .search{ padding-left: 10px; margin: 10px; border-radius: 3px; border: 1px solid #ddd; background: #FFF; font-size: 0; overflow: hidden; display: flex; justify-content: space-between; align-items: center; }
.left_wrap .search input{ width: 80%; flex: 1; vertical-align: middle; border: 0; outline: none; height: 35px; font-size: 14px; }
.left_wrap .search img{ display: inline-block; vertical-align: middle; padding: 5px; margin-right: 5px; cursor: pointer; }
.left_wrap .serchChannel{ overflow-y: auto; overflow-x: hidden; border-top: 1px solid #ddd; }
.left_wrap .search img:hover{ opacity: .8; }
.left_wrap .serchChannel .resultlist li{ padding: 5px 10px; cursor: pointer; }
.filetree li.n2>span{ padding-left: 20px; }
.filetree li.n3>span{ padding-left: 40px; }
.filetree a{ cursor: pointer; display: inline-block; padding: 8px 0; }
.filetree .folder,.filetree .file{ display: block; padding-left: 20px; }
.filetree li.collapsable .folder{ background: url(../images/dowm.png) 5px center no-repeat; background-size: 8px; }
.filetree li.expandable .folder{ background: url(../images/right.png) 5px center no-repeat; background-size: 8px; }
.filetree li.n2.collapsable.on{ background: transparent; }
.filetree li.collapsable .folder,
.filetree li.expandable .folder{ position: relative; }
.filetree li.expandable .folder:after,
.filetree li.expandable .folder:before{ content: ''; position: absolute; top: 0; bottom: 0; background: #aaa; margin: auto; }
.filetree li.expandable .folder:after{ width: 12px; height: 2px; right: 15px; }
.filetree li.expandable .folder:before{ width: 2px; height: 12px; right: 20px; }
.filetree li.collapsable .folder:after{ content: ''; position: absolute; top: 0; bottom: 0; background: #aaa; margin: auto; width: 12px; height: 2px; right: 15px; }

.right_wrap{ overflow-x: hidden; overflow-y: auto; }
.right_container{ min-width: 370px; }
.right_wrap .right_title{ min-width: 370px; position: relative; padding: 6px 0; margin-bottom: 20px; position: sticky; top: 0; z-index: 10; background: #FFF; }
.right_wrap .right_title .shownavbtn{ position: absolute; left: 15px; top: 0; bottom: 0; margin: auto; width: 20px; height: 12px; border-top: 2px solid #666; border-bottom: 2px solid #666;
	display: flex; flex-direction: column; align-items: center; justify-content: center; }
.right_wrap .right_title .shownavbtn:before{ content:""; display: block; width: 100%; height: 2px; background: #666; }
.right_wrap .right_title i{ position: absolute; left: 10px; top: 0; bottom: 0; margin: auto; cursor: pointer; }
.right_wrap .right_title h2{ text-align: center; }
.right_wrap .right_title .language{ display: none; position: absolute; top: 0; bottom: 0; width: 25px; height: 25px; right: 10px; left: auto; margin: auto; }
.right_wrap .right_title .language a{ width: 25px; height: 25px; line-height: 25px; margin: 0; font-size: 12px; }
.right_wrap .table_wrap{ overflow-x: auto; }
.right_wrap .FooterText{ padding: 0 10px; }
/*===首页 结束===*/
/*==========@@频道页面 结束@@==========*/

/*==========@@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代码美化 结束==========@@*/

/*手机站*/
@media screen and (max-width: 480px) {
	.header_wrap{ display: none; }
	.syntaxhighlighter table td.code .container{ width: calc(100vw - 65px) !important; overflow-x: auto !important; }
	.right_wrap .right_title{ border-bottom: 1px solid #eee; }
	.right_wrap .right_title .language{ display: block; }
	.ChannelContent img, .InfoContent img{width:100% !important;height: auto !important;}
}