/*帮助文档*/
/* 全局样式*/
@font-face{font-family:"SourceHanSans-Regular";src:url(/static/font/SourceHanSans-Regular.ttf)}
@font-face{font-family:"SourceHanSans-Medium";src:url(/static/font/SourceHanSans-Medium.ttf)}
body {
	font-family: "SourceHanSans-Regular", "Microsoft YaHei",Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	min-width:1200px;
	_width:1200px;
	font-size:14px;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div,p,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	padding: 0;
	border: 0;
}

h2 {
	margin: 0;
	font-weight: normal;
    font-family: "SourceHanSans-Medium";
}
a {
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #00B42A;
}
b,strong{
    font-weight: normal;
    font-family: "SourceHanSans-Medium";
}
h1,h2,h3{
    font-weight: normal;
    font-family: "SourceHanSans-Medium";
    line-height: 50px;
    padding: 0;
    margin: 0;
}
h4,h5,h6{
    font-weight: normal;
    font-family: "SourceHanSans-Medium";
    line-height: 40px;
    padding: 0;
    margin: 0;
}
th{
	font-weight: normal;
    font-family: "SourceHanSans-Medium";
}

#nav{
    width: 345px;
    height: 100%;
    border-right: 1px solid #eee;
    z-index: 888;
    position:fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
}
#nav h5{
    font-family: "SourceHanSans-Medium";
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    padding-left: 80px;
    padding-top:30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 25px 30px;
    background-color: #F8F8F8;
}
#nav h5 p{
    font-size: 12px;
    color: #838D95;
    line-height: 25px;
    font-family:"SourceHanSans-Regular";
}
#nav .menu{
    padding: 25px;
}
#nav .menu li{
    line-height:40px;
    height: 40px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
}
#nav .menu li.index{
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 10px -488px;
    padding-left: 35px;
    font-family:"SourceHanSans-Medium";
}
#nav .menu li.layer1{
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 10px -588px;
    padding-left: 35px;
    font-family:"SourceHanSans-Medium";
}
#nav .menu li.layer2{
    padding-left: 35px;
    background:none;
}
#nav .menu li.layer3{
    padding-left: 65px;
    background:none;
}
#nav .menu li.layer4{
    padding-left: 95px;
    background:none;
}
#nav .menu li:hover,#nav .menu li.open{
    border-radius: 6px;
    background-color: #F9FAFB;
}
#nav .menu li:hover a{
    color: #00B42A;
}
#nav .menu li.now a{
    position:relative;
    color: #00B42A;
}
#nav .menu li.now a:before{
	content:"";
	display:inline-block;
	width:5px;
	height:5px;
	background:#52C41A;
	position:absolute;
	left:-16px;
	border-radius:60px;
	top:16px;
}
#nav .menu li.layer1 a:before{
    display: none;
}
#nav .menu li.more{
    font-family:"SourceHanSans-Medium";
}
#nav .menu li a{
    display: block;
    width: 200px;
    float: left;
}
#nav .menu li i{
    float: right;
    width: 15px;
    height: 40px;
    margin-right: 10px;
    display: none;
}
#nav .menu li.more i{
    display: block;
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 0 -285px;
}
#nav .menu li.open i{
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 0 -385px;
}
#nav .menu li i:hover{
    cursor: pointer;
}
#nav .menu div{
    display: none;
}
#nav .menu div.show{
    display: block;
}
#content{
    margin-left: 345px;
    margin-right: 275px;
    padding: 20px;
    padding-top:0;
    overflow: hidden;
}
#content .title{
    font-size:36px;
    padding-bottom: 20px;
    padding-top:10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}
#content .title .set{
    overflow: hidden;
    font-size:14px;
    font-style: normal;
    margin-top: 15px;
}
#content .title .set .see,#content .title .set .color{
    float: left;
}
#content .title .set .see a{
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}
/*调色盘*/
#content .title .set .color a{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background-image:none;
    cursor: pointer;
    border: 1px solid #333;
}
#content .title .set .color a.c1{
    background-color: #fff;
}
#content .title .set .color a.c2{
    background-color: #000;
}
#content .title .set .color a.c3{
    background-color: #ccc/*#F8F8F8*/;
}
#content .title .set .color a.c4{
    background-color: #FCF2E4;
}
#content .title .set .color a.c5{
    background-color: #E6FAE4 /*#F8FFF0*/;
}
#content .title .set .color a.c6{
    background-color: #E1F7FF;
}


.ContentBlack{
    color: #fff; 
}
.ContentBlack a{
    color: #fff;
}
#content .title p{
    padding-top:20px;
    font-size:12px;
}
#content .title p a{
    margin-right:20px;
    display:inline-block;
    padding-left:20px;
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 3px -697px;
}
#content .title p a.edit{
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 3px -797px;
}
#content .title p a.sort{
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 3px -897px;
}
#content .title p a.del{
    background-image: url(/static/images/doc/menu.png);
    background-repeat: no-repeat;
    background-position: 3px -997px;
}
#content .title p span{
    color:#aaa;
    font-style:italic;
}
#content .read{
    line-height: 35px;
    min-height:600px;
    _height:600px;
    min-width:800px;
    _width:800px;
    padding-bottom:20px;
}
#content .read a{
    color: #00B42A;
}
#content .read a:hover{
    text-decoration: underline;
}
#content .read table{
    border: 1px solid #000;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
#content .read table td,#content .read table th{
    border-bottom: 1px solid #000;
    border-right:1px solid #000;
    padding: 10px;
    padding-top:5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 35px;
}
#content .read table tr.firstRow td{
    background-color: rgb(221, 236, 190);
    font-family:SourceHanSans-Medium ;
}
#content .prenext{
    border-top: 1px dotted #ccc;
    line-height:50px;
    overflow:hidden;
}
#content .prenext .pre{
    display:block;
    float:left;
    width:400px;
}
#content .prenext .next{
    display:block;
    float:right;
    width:400px;
    text-align:right
}
#content .edit .eitem{
    margin-top:10px;
}
#content .edit .sort table{
    margin-top:10px;
    width:100%;
    border:0;
    background-color:#C0C0C0;
}
#content .edit .sort table td{
    font-size:14px;
    background-color:#fff;
    height:30px;
    line-height:30px;
}
#content .edit .sort table .th td{
    background-color:#F2F2F2;
    font-weight:bold;
}
#content .edit .sort table .bottom td{
    background-color:#F2F2F2;
}
#content .edit .sort table .bottom input{
    margin-right:20px;
}
#content .edit .sort table tr:hover td{
    background-color:#F5FFEC;
}

#ContentNav{
    width: 275px;
    height: 100%;
    z-index: 888;
    right: 0;
    top: 0;
    position:fixed;
    overflow: hidden;
    overflow-y: auto;
    border-left: 1px solid #eee;
}

.k-catelog-list{
    width: 250px;
    padding:15px;
    padding-left:0;
    padding-right: 0;
    margin: auto;
    margin-top: 50px;
    border-radius: 6px;
    background-color: #F8F8F8;
  }

.k-catelog-list>ul {
    padding: 0;
}

.k-catelog-list li {
    padding-left:20px;
}

.k-catelog-list .k-catelog-link{
    cursor: pointer;
    display: block;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
    font-family:"SourceHanSans-Medium";
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    /* Firefox 4 */
    -webkit-transition: background 0.5s;
    /* Safari and Chrome */
    -o-transition: background 0.5s;
    /* Opera */
}

.k-catelog-list .k-catelog-link-active {
    color: #00B42A;
}