@charset "UTF-8";
.doc-content .hide {
  display: none !important;
}

.main-area {
  position: relative;
  margin-top: 24px;
}

.left-menu {
  float: left;
  width: 240px;
  background: #fafafa;
}

.left-menu-top {
  position: relative;
  padding-left: 24px;
  height: 48px;
  line-height: 48px;
  background: #f0f1f2 url(img/left_menu_nav_icon.png) no-repeat 204px center;
}

.left-menu-top.active {
  background: #ff2626 url(img/left_menu_nav_icon_active.png) no-repeat 204px center;
}

.left-menu-top.active .left-menu-top-container {
  color: #fff;
}

.left-menu-top-container {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 24px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.left-menu-top-list-wrapper {
  display: none;
  position: absolute;
  z-index: 999;
  left: 240px;
  top: 0;
  border: 1px solid #d7d7d7;
  border-left: none;
  padding: 23px 0 10px;
  width: 760px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}

.left-menu-top.active .left-menu-top-list-wrapper {
  display: block;
}

.left-menu-top-list-inner {
  margin-bottom: 26px;
  width: 100%;
}

.left-menu-top-list {
  float: left;
  width: 128px;
  margin-left: 56px;
}

.left-menu-top-list:first-child {
  margin-left: 40px;
}

.left-menu-top-list-title {
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 48px;
  font-size: 14px;
  color: #999;
}

.left-menu-top-list a {
  display: block;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}

.left-menu-top-list a.text-muted {
  color: #999;
  cursor: default;
}

.left-menu-top-list a.text-muted:hover {
  color: #999;
}

.left-menu-top-list a:hover,
.left-menu-top-list a.active {
  color: #ff2626;
}

.left-menu-list-wrapper {
  border: 1px solid #dddddd;
}

.left-menu-list {
  position: relative;
  height: 49px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.left-menu-list.active {
  height: auto;
}

.left-menu-list:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 16px;
  display: block;
  height: 1px;
  width: 176px;
  background: #e6e6e6;
}

.left-menu-list.no-after:after {
  display: none;
}

.left-menu-list-title {
  /*border-bottom: 1px solid #e6e6e6;*/
  height: 49px;
  line-height: 48px;
  width: 224px;
}

.left-menu-item {
  height: 48px;
  overflow: hidden;
}

.left-menu-item.active {
  height: auto;
}

.left-menu-list-title a,
.left-menu-item a {
  position: relative;
  display: block;
  padding-left: 48px;
  width: 224px;
  height: 48px;
  line-height: 48px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left-menu-list-title a {
  background: url(img/left_menu_top_icon.png) no-repeat 25px center;
}

.left-menu-list-title a:hover,
.left-menu-list-title a.active {
  background-image: url(img/left_menu_top_icon_active.png);
  color: #ff2626;
}

.left-menu-list-title a.has-child:before,
.left-menu-item > a.has-child:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  margin-top: -3px;
  height: 6px;
  width: 12px;
  background: url(img/arrow_down.png) no-repeat center;
}

.left-menu-list-title a.has-child:hover:before,
.left-menu-item > a.has-child:hover:before,
.left-menu-list-title a.has-child.active:before,
.left-menu-item > a.has-child.active:before {
  background: url(img/arrow_down_active.png) no-repeat center;
}

.active .left-menu-list-title a.has-child:before,
.active.left-menu-item > a.has-child:before {
  background: url(img/arrow_up.png) no-repeat center;
}

.active .left-menu-list-title a.has-child:hover:before,
.active.left-menu-item > a.has-child:hover:before,
.active .left-menu-list-title a.has-child.active:before,
.active.left-menu-item > a.has-child.active:before {
  background: url(img1/arrow_up_active.png) no-repeat center;
}

.left-menu-item a:hover,
.left-menu-item a.active {
  color: #ff2626;
}

/*内容区域*/
.content-area {
  float: left;
  margin-left: 40px;
  width: 920px;
}

.content-area-path {
  margin-bottom: 34px;
  border-bottom: 1px solid #e1e4e6;
  height: 49px;
  line-height: 48px;
  font-size: 14px;
  color: #999999;
}

.content-area-path.margin-bottom-10 {
  margin-bottom: 10px;
}

.content-area-path a {
  font-size: 14px;
  color: #999999;
}

.content-area-path a:hover {
  color: #ff2626;
}

.article-content {
  position: relative;
}

.article-title {
  line-height: 48px;
  font-size: 28px;
  color: #333333;
  text-align: left;
  font-weight: normal;
}

.article-info {
  margin-bottom: 15px;
  line-height: 50px;
  font-size: 14px;
  color: #999;
  text-align: left;
}

.share-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.share-icon.weibo {
  background: url(img/icon_weibo.png) no-repeat center;
}

.share-icon.weixin {
  position: relative;
  background: url(img/icon_weixin.png) no-repeat center;
}

.share-icon.qq {
  background: url(img/icon_qq.png) no-repeat center;
}

/*微信分享*/
.share-icon.weixin:hover .qrcode-article {
  display: block;
}

.qrcode-article {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -90px;
  padding-top: 20px;
  width: 180px;
  height: 200px;
  /*box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);*/
}

/*.qrcode-article:before {
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -14px;
	display: block;
	content: " ";
	border: 14px solid transparent;
	border-bottom-color: #fff;
}*/
.qrcode-article canvas {
  width: 100%;
  height: 180px;
}

.article-detail {
  margin-bottom: 14px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.article-detail.special {
  /*padding-bottom: 100px;*/
  min-height: 300px;
}

/*右侧导航样式*/
.article-detail-nav {
  position: absolute;
  right: -200px;
  padding: 26px 0;
  width: 180px;
  z-index: 10;
}

.vertival-bar {
  position: absolute;
  left: 7px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #d1d9de;
}

.article-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff url(img/article_circle.png) no-repeat center;
}

.top-circle {
  top: 0;
}

.bottom-circle {
  bottom: 0;
}

.article-detail-nav a {
  display: none;
}

.article-detail-nav a.toc-level-2 {
  position: relative;
  z-index: 9;
  display: block;
  padding-left: 22px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  background: url(img/article_nav_circle.png) no-repeat 4px center;
}

.article-detail-nav a.toc-level-2.active {
  background: url(img/article_nav_circle_active.png) no-repeat 3px center;
  color: #ff2626;
}

/*反馈*/
.q-block {
  /*position: absolute;*/
  margin-left: 280px;
  margin-bottom: 40px;
  border: 1px solid #e1e4e6;
  padding-left: 22px;
  width: 920px;
  /*height: 56px;*/
}

.q-block form {
  line-height: 56px;
}

.sub-page-content strong {
  font-weight: bold;
}

.sub-page-content .link strong {
  font-weight: normal;
}

.solved-or-not {
  color: #717171;
  font-size: 14px;
}

.suggestion {
  color: #717171;
  margin-top: 20px;
}

.suggestion label {
  font-size: 14px;
}

#text-area {
  margin-left: 24px;
  width: 600px;
  height: 120px;
  resize: none;
  font-family: "Microsoft Yahei";
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  outline-color: #ff2626;
}

.btn-help {
  display: inline-block;
  margin: 0 10px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border-radius: 2px;
  font-size: 14px;
  vertical-align: middle;
}

.btn-smile {
  background-color: #ff8800;
  background-image: url(img/help_smile.png);
  color: #fff;
}

.btn-smile:hover,
.btn-smile:active,
.btn-smile:focus {
  background-color: #ff6600;
}

.btn-cry {
  border: 1px solid #ddd;
  background-color: #fafafa;
  background-image: url(img/help_cry.png);
  color: #666;
}

.btn-cry:hover {
  background-image: url(img1/help_cry_blue.png);
  color: #ff2626;
}

.btn-cry:active,
.btn-cry:focus {
  background-color: #eee;
  background-image: url(img1/help_cry_blue.png);
  color: #ff2626;
}

.submit-success {
  padding-left: 20px;
  background: url(img/help_smill_yellow.png) no-repeat left center;
  font-size: 14px;
  color: #ff8800;
}

.submit-error {
  padding-left: 20px;
  font-size: 14px;
  background: url(img/help_cry.png) no-repeat left center;
  color: #666;
}

.submit-content-tip {
  padding-left: 24px;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
}

.submit-content-tip.hastop {
  border-top: 1px dashed #e1e4e6;
}

.submit-content-checkbox-wrapper {
  line-height: 20px;
  padding-left: 24px;
}

.more-suggest {
  display: inline-block;
  margin-left: 16px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #ff6600;
  cursor: pointer;
}

.submit-btn.submit-feed-back {
  display: block;
  margin-bottom: 40px;
  margin-left: 24px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #ff2626;
}

/* checkbox */
.ny-label {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
  margin-left: 20px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.ny-label:first-child {
  margin-left: 0;
}

.ny-label span {
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(img/ny_radio.png) no-repeat center;
}

.ny-label span.radio-icon {
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url(img/ny_radio.png);
}

.ny-label:hover span.radio-icon {
  background-image: url(img1/ny_radio_hover.png);
}

.ny-label.checked span.radio-icon {
  background-image: url(img1/ny_radio_checked.png);
}

.article-detail img {
  margin-left: 2%;
  max-width: 97%;
  /*box-shadow: 0 1 5px rgba(0,0,0,0.4);*/
  -webkit-box-shadow: 0 1px 5px rgb(204, 204, 204);
          box-shadow: 0 1px 5px rgb(204, 204, 204);
}

.article-detail h1 {
  margin-top: 26px;
}

.article-detail h2 {
  margin-top: 36px;
  margin-bottom: 16px;
}

.article-detail h3 {
  margin-top: 36px;
  margin-bottom: 16px;
}

.article-detail h4 {
  margin-top: 26px;
  margin-bottom: 16px;
}

.article-detail h5 {
  margin-top: 26px;
  margin-bottom: 16px;
}

.article-detail h6 {
  margin-top: 26px;
  margin-bottom: 16px;
}

.article-detail a {
  color: #ff2626 !important;
}

/*封面页样式*/
.content-little-title {
  padding-left: 16px;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  background: url(img/blue_san.png) no-repeat 0 center;
}

.content-little-title.helper {
  margin-bottom: 15px;
}

/*新手必看*/
.new-helper {
  margin-bottom: 20px;
}

.new-helper-item {
  float: left;
  width: 230px;
}

.new-helper-item-title {
  position: relative;
  margin-bottom: 12px;
  padding-left: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.new-helper-item-title:before {
  position: absolute;
  left: -168px;
  top: 50%;
  display: block;
  content: " ";
  margin-top: -1px;
  height: 2px;
  width: 160px;
  background: #e1e4e6;
}

.new-helper-item:first-child .new-helper-item-title:before {
  display: none;
}

.helper-item-title-num {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background: #ff2626;
}

.helper-item-title-text {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding-right: 6px;
  background: #fff;
}

.new-helper-item-content {
  padding-left: 32px;
}

.helper-item-url {
  display: block;
  line-height: 36px;
  width: 198px;
}

.helper-item-url a {
  font-size: 14px;
  color: #ff2626;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.helper-item-url a:hover {
  text-decoration: underline;
}

/*进阶教程*/
.update-helper {
  margin-bottom: 30px;
}

.update-helper-item {
  display: block;
  float: left;
  margin-left: 40px;
  border: 1px solid #eeeeee;
  padding: 78px 24px 0 24px;
  width: 280px;
  height: 232px;
  background: url(img/updatehelper_bg.png) no-repeat center 31px;
}

.update-helper-item:hover {
  border-color: #ff2626;
  background: url(img1/updatehelper_bg_active.png) no-repeat center 31px;
}

.update-helper-item.item-1 {
  background: url(img/updatehelper_01_bg.png) no-repeat center 31px;
}

.update-helper-item.item-1:hover {
  background: url(img1/updatehelper_01_bg_active.png) no-repeat center 31px;
}

.update-helper-item.item-2 {
  background: url(img/updatehelper_02_bg.png) no-repeat center 31px;
}

.update-helper-item.item-2:hover {
  background: url(img1/updatehelper_02_bg_active.png) no-repeat center 31px;
}

.update-helper-item.item-3 {
  background: url(img/updatehelper_03_bg.png) no-repeat center 31px;
}

.update-helper-item.item-3:hover {
  background: url(img1/updatehelper_03_bg_active.png) no-repeat center 31px;
}

.update-helper-item:first-child {
  margin-left: 0;
}

.update-helper-item-title {
  line-height: 48px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.update-helper-item-intro {
  text-align: justify;
  line-height: 24px;
  font-size: 12px;
  color: #999999;
}

.update-helper-item:hover .update-helper-item-title {
  color: #ff2626;
}

/*热门问题*/
.hot-helper-item {
  float: left;
  position: relative;
  padding-left: 15px;
  width: 49.9%;
  line-height: 36px;
}

.hot-helper-item a {
  display: block;
  width: 80%;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-helper-item a:hover {
  color: #ff2626;
}

.hot-helper-item:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: " ";
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: url(img/circle.png) no-repeat center;
}

/*常见问题列表页*/
.article-list-item {
  position: relative;
  display: block;
  padding-left: 46px;
  line-height: 50px;
  -webkit-transform: padding 2s;
      -ms-transform: padding 2s;
          transform: padding 2s;
  color: #333;
  font-size: 14px;
}

.article-list-item:hover {
  background: #f7f7f7;
  color: #ff2626;
}

.article-list-item:hover:before {
  background: url(img/list_item_arrow_active.png) no-repeat center;
}

.article-list-item:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 24px;
  content: " ";
  margin-top: -4px;
  width: 6px;
  height: 8px;
  background: url(img/list_item_arrow.png) no-repeat center;
  -webkit-transform: left 2s;
      -ms-transform: left 2s;
          transform: left 2s;
}

/*帮助列表分页样式*/
.docs-pagination {
  margin-top: 24px;
}

.docs-pagination .totalPages,
.docs-pagination .totalSize {
  display: none;
}

.docs-pagination a {
  display: inline-block;
  margin: 4px;
  border: 1px solid #ddd;
  padding: 10px 15px 9px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}

.docs-pagination a:hover {
  border: 1px solid #009ed6;
  color: #009ed6;
}

.docs-pagination a.current {
  color: #fff;
  background-color: #0af;
  border: 1px solid #009ed6;
}

/*markdown编辑器输出样式重置*/
.markdown-body {
  color: #333;
}

.markdown-body h1, .markdown-body h2 {
  border-bottom: none;
}

.markdown-body ul > li {
  list-style: disc;
  overflow: initial;
  white-space: initial;
}

.markdown-body ol > li {
  list-style: decimal;
  overflow: initial;
  white-space: initial;
}

.markdown-body ol.linenums {
  color: #ccc;
  position: relative;
  margin: 1.25em 2em;
  padding-left: 0.8em;
}

.markdown-body ol.linenums:before {
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  left: 4px;
  width: 2px;
  height: 100%;
  background: #eee;
}

.markdown-body table {
  display: table;
  max-width: 100%;
}

.markdown-body table.block {
  display: block;
}

.markdown-body table th {
  background: #f7f7f7;
}

.markdown-body table th,
.markdown-body table td {
  padding: 20px 24px;
  text-align: left;
}

/* table列过多样式调整 */
#db-auth-list td {
  padding: 20px 10px;
}

.markdown-body table.ny-table {
  /*text-align: center;*/
  word-break: break-all;
}

.markdown-body table.ny-table th {
  text-align: center;
}

.markdown-body table.ny-table td {
  text-align: center;
}

.markdown-body table tr:nth-child(2n) {
  background: transparent;
}

.markdown-body table tr:hover {
  background: #ebf8ff;
}

.markdown-body .xiexian {
  padding: 0 !important;
  background: #f7f7f7 url(img/xiexian.png) no-repeat center;
  background-size: 100% 100%;
}

.markdown-body .xiexian table tr,
.markdown-body .xiexian table th {
  background: transparent;
  border: none;
  /*padding: 10px 0 0 10px;*/
  padding: 3px;
}

.markdown-body h1,
.markdown-body h2 {
  font-size: 1.285em !important;
  color: #333;
  font-weight: 700;
}

.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-size: 1em !important;
  color: #333;
  font-weight: 700;
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
  background: transparent;
}

.markdown-body blockquote {
  padding: 14px 20px;
  background: #fafafa;
}

.markdown-body .highlight pre, .markdown-body pre {
  /*font-size: 1em;*/
}

pre.prettyprint {
  border: 1px solid #e6e6e6;
}

.markdown-body .str {
  color: #2ece2e;
}

.markdown-body .kwd {
  color: #ff2626;
}

.markdown-body .com {
  color: #a10404;
  font-style: italic;
}

.markdown-body .typ {
  color: #404;
}

.markdown-body .lit {
  color: #028787;
}

.markdown-body .clo,
.markdown-body .opn,
.markdown-body .pun {
  color: #7f7f02;
}

.markdown-body .tag {
  color: #010197;
}

.markdown-body .atn {
  color: #950395;
}

.markdown-body .atv {
  color: #028202;
}

/*备案地图*/
.icp-map {
  margin-bottom: -160px;
  width: 920px;
  height: 760px;
}