body { 
  padding-right: 0px !important;
  overflow-y: hidden !important;
}

.modal-open {
  overflow: hidden;
}

.body-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

/*开始markdown相关*/
blockquote {
  padding: 0 1em;
  color: #777;
  border-left: 0.25em solid #47CA7B;
  margin: 0;
  margin-top: 0;
  margin-bottom: 16px;
}

blockquote>:first-child {
  margin-top: 0;
}

blockquote>:last-child {
  margin-bottom: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  background-color: #f9f2f4;
  border-radius: 4px;
  border: 1px solid #999;
  page-break-inside: avoid;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

/*结束markdown相关*/

.code-head {
  height: 41px;
  line-height: 41px;
  background: #f5f5f5;
  font-size: 14px;
  padding-left: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.code-head-select {
  background-color: white;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: none;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  margin-left: 8.5px;
}

.code-head-unselect {
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  margin-right: -8.5px;
}

.code-top {
  margin-top: 10px;
}

/*=E 导航部分left */

#code_div {
  width: 100%;
  height: 100%;
}

/*=S 源码部分 */

#code-wrapper {
  /* width: 468px; */
  width: 38%;
  height: 800px;
  background: #fff;
  position: absolute;
  z-index: 2;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin: 0 0 0 0px
}

#code-core {
  /* width: 468px; /*width: 0;*/
  width: 100%;
  overflow: hidden;
  height: "100%";
  display: block;
  position: relative;
}

#code-arrow {
  width: 12px;
  height: 94px;
  background: #1f555c;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -120px -15px 0 0;
  /*margin: 48px 29px 0 0;*/
  cursor: pointer;
  line-height: 88px;
  font-size: 36px;
  font-family: "Times";
  text-align: center;
  color: #fff;
  opacity: 0.6;
}

#code-arrow span {
  display: block;
}

#code-arrow p {
  display: none;
  color: #b1b1b1;
  margin: 0;
}

#code-arrow.go-back {
  background: #fff;
  color: #b1b1b1;
}

#code-arrow.go-back span {
  display: none;
}

#code-arrow.go-back p {
  display: block;
}

#code-arrow2 {
  width: 12px;
  height: 94px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-radius: 6px 0 0 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -120px 10px 0 0;
  /*margin: 48px 29px 0 0;*/
  cursor: pointer;
  line-height: 88px;
  font-size: 36px;
  font-family: "Times";
  text-align: center;
  /*color: #fff;*/
  color: #b1b1b1;
  z-index: 2000;
  opacity: 0.6;
}

#code-arrow2 span {
  display: block;
}

#code-arrow2 p {
  display: none;
  color: #fff;
  margin: 0;
}

#code-arrow2.go-back {
  background: #1f555c;
  color: #fff;
}

#code-arrow2.go-back span {
  display: none;
}

#code-arrow2.go-back p {
  display: block;
}

.code-head {
  height: 41px;
  line-height: 41px;
  background: #f5f5f5;
  font-size: 14px;
  padding: 0 29px;
  border-bottom: 1px solid #e5e5e5;
}

.code-head a,
#page .code-head a {
  float: right;
  display: block;
  padding: 0 3px;
  /*color: #0097db;*/
}

.code-head a:hover,
#page .code-head a:hover,
#page a.zeroclipboard-is-hover {
  color: #0097db;
}

.code_body {
  width: 100%;
  height: auto;
  /*后面有其他地方动态修正高度的*/
  position: absolute;
  top: 40px;
  bottom: 0;
  background-color: white;
}

#code-content {
  display: none;
  width: 100%;
  height: 100%;
}

.CodeMirror {
  height: 100% !important;
  bottom: 0;
  position: absolute !important;
  font-family: "Microsoft Yahei";
  line-height: 20px;
  font-size: 12px;
  width: 100%;
}

/*=E 源码部分 */

/*=S 地图容器部分 */

.iframe-wrapper {
  /* width: 100%; */
  /*这是不是吃饱了没事做乱改的,该参数严格配合响应式布局，请不要乱动了^_^*/
  width: auto;
  height: 800px;
  /*后面有其他地方动态修正高度的*/
  border: none;
  z-index: 1;
  /*margin-left: 0px;*/
  /*margin-left: 100px;*/
  position: relative;
  /*top: 210px;*/
  top: 0;
  bottom: 0;
}

#container-iframe {
  width: 100%;
  height: 100%;
  /*后面有其他地方动态修正高度的*/
  border: none;
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: #fff;
}

/*=E 地图容器部分 */

/*=S 源码导航页部分 by liuruoli*/

#interface-iframe {
  width: 100%;
  height: 100%;
  /*后面有其他地方动态修正高度的*/
  border: none;
  z-index: 1;
  /*margin-left: 220px;*/
  position: absolute;
  /*top: 210px;*/
  top: 0px;
  /*left:-7px;*/
  bottom: 0px;
  background: white;
  overflow: auto;
  box-sizing: border-box;
  font-size: 12px;
}

#interfaceContent {
  width: 100%;
  height: 100%;
  /*后面有其他地方动态修正高度的*/
}