body{font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;}
a {font-size:14px;}
.docnavbtn{display:none;z-index:9999;background:#fff;position:fixed;left:5px;top:5px;font-weight:500;cursor:pointer}
.docnavbtn i{font-size:20px}
.all {width:height:100%;height:100%;top:0px;bottom:0px;left:0px;right:0px;}
.docn {z-index:8888;background:#fff;width:280px;padding:5px 5px 5px 5px;height:99%;position: absolute;top:0px;bottom:0px;left:0px;}
.docnav {z-index:8888;background:#fff;overflow-x: auto;width:280px;padding:5px 5px 5px 5px;border-right:1px solid #CCC;height:95%;margin-bottom:40px;overflow-y: auto;position: fixed;top:0px;bottom:50px;left:0px;}
.docnav .navname{width:90%;border-bottom:5px #CCC solid;padding-bottom:10px;padding-top:10px;padding-left:20px;font-size:22px;font-weight:bold;text-align:left;margin-bottom:15px;color: #333;}
.docnav .navfooter { font-size:12px; border-top:1px #eee solid; margin-top:30px; padding-top:10px; text-align: center; width:90%; color:#ccc; }
.copyright {z-index:8888;padding:5px 5px 5px 5px;width:100%;}
.copyright .navfooter {z-index:8888;border-top:1px #eee solid; padding:5px 5px 5px 5px;width:90%;bottom:10px;position: absolute;text-align:center;background:#dddddda8; color:#a0a0a0; }
#content{margin-left:300px;max-width:1024px;padding:15px}
#content .doc_detail{margin:0 auto;font-size:14px}
.dicbav a {color: #1E9FFF;}
.docnav ul ul{text-indent:0px}
.docnav ul ul ul{text-indent:56px}
.docnav ul ul ul ul{text-indent:80px}
.docnav ul ul ul ul ul{text-indent:100px}
.docnav li.on{background:#e5e5e5}
.docnav li a{line-height:30px;height:30px;overflow: hidden;white-space: nowrap;}
.docnav li a:hover,.docnav li a.on{color:#E84545}
.docnav ul.closed{display:none}
h1.title{margin-bottom:10px;text-align:left;font-size:28px;font-weight:bold;border-bottom:1px dotted #eee;line-height:30px;color:#ff0000;}
.doc_detail{border-top: 2px solid #cccccc; margin-bottom: 30px; padding-top:30px;padding-bottom: 30px;border-bottom: 0px solid #cccccc;}
.doc_detail h1{font-size: 1.8em;padding:10px 0;color:#323334;font-weight: 700;}
.doc_detail h2{color:#323334;font-size: 1.6em;font-weight: 700;line-height: 1.225;padding-bottom: .3em;margin-top: 1em;margin-bottom: 16px;}
.doc_detail h3{color:#323334;font-size: 1.2em;font-weight: bold;line-height: 1.2;margin-top: 1em;margin-bottom: 16px;}
.doc_detail img{max-width:100%}
.doc_detail a{color:#1e9fff}
.doc_detail table{border-collapse: collapse;border-spacing: 0;display: block;width: 100%;overflow: auto;word-break: normal;word-break: keep-all;}
.doc_detail table thead tr{background-color: #F8F8F8;border-top: 1px solid #ccc;}
.doc_detail table thead th{padding: 6px 13px;border: 1px solid #ddd;font-weight: 550;}
.doc_detail table tr{background-color: #fff;border-top: 1px solid #ccc;}
.doc_detail table td{padding: 6px 13px;border: 1px solid #ddd;}
.doc_detail ul{padding-left: 2em;}
.doc_detail blockquote, .doc_detail dl, .doc_detail ol, .doc_detail p, .doc_detail pre, .doc_detail table, .doc_detail ul{margin-top: 0;margin-bottom: 16px;}
.doc_detail blockquote{color: #666;border-left: 4px solid #ddd;margin-left: 0;font-size: 14px;font-style: italic;padding: 5px 15px;}
.doc_detail blockquote p{margin-bottom: 0;}
.doc_detail p code{border: 1px solid #ddd; background: #f6f6f6; padding: 3px 5px; border-radius: 3px; font-size: 14px;margin-left: 5px;margin-right: 4px;font-family "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif}

.doc_detail img {
    display: block;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 20px;
    background-color: rgb(204, 204, 204);
    position: relative;
    margin: 0px auto;
    padding: 5px;
    border-width: 5px;
    border-style: solid;
    border-image: initial;
    overflow: hidden;
    transition: all 0.2s linear 0s;
    border-color: rgb(224, 224, 224);
    border-radius: 10px;
    max-width:100% !important;
    height:auto !important;
}


@media screen and (max-width: 999px) {
    h1.title{text-indent:0px}
    .docnavbtn{display:block;}
    .docnav{display:none}
    #content{margin-left:300px;width:99%;max-width:1024px;padding:5px}
    h1.title{text-align:center}
}
@media screen and (min-width: 1600px) {
    #content{margin-left:400px;}
    .docn {margin-left:20px;}
    .docn {width:350px;}
    .docnav {width:350px;}
    .docnav ul ul{text-indent: 28px;}
}
@media screen and (min-width: 1900px) {
    #content{margin-left:400px;}
    .docn {margin-left:20px;}
    .docn {width:350px;}
    .docnav {width:350px;}
    .docnav ul ul{text-indent: 28px;}
}



.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #383a42;
  background: #fafafa;
  line-height:1.5
}

.hljs-comment,
.hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #a626a4;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #986801;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

.toptypetyle {
  font-weight:bold;
  line-height:50px;
  height:50px;
  font-size: 14px;
  color: #004374;
}

.layui-icon {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.layui-icon .layui-icon-triangle-d {color: #E84545 !important;}

/*.layui-icon-triangle-r {
    background-image: url(32px.png);
    background-position: -105px -8px;
    background-repeat: no-repeat; 
}*/
/*.layui-icon-triangle-d {
    background-image: url(32px.png);
    background-position: -137px -8px;
    background-repeat: no-repeat; 
}*/
/*.layui-icon-subtraction {
    background-image: url(32px.png);
    background-position: -70px -8px;
    background-repeat: no-repeat;
}*/