HTML {
	padding:0px;
	margin:0px;
}
HTML,BODY,UL{
	padding:0px;
	margin:0px;
}
A {
	TEXT-DECORATION: none
}
A:hover {
	 TEXT-DECORATION: none
}
A IMG {
	BORDER-BOTTOM: medium none;
	POSITION: relative;
	BORDER-LEFT: medium none;
	PADDING-BOTTOM: 0px; MARGIN: 0px;
	PADDING-LEFT: 0px; PADDING-RIGHT: 0px;
	BORDER-TOP: medium none;
	BORDER-RIGHT: medium none;
	PADDING-TOP: 0px
}
UL {
	LIST-STYLE: none none outside;
}

.lavaLamp {
	POSITION: relative;
	FLOAT: left;
	margin-left:12px;
	width: 100%;
}
.lavaLamp LI {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 43px;
	LIST-STYLE-TYPE: none;
	WIDTH: 76px;
	FLOAT: left;
	padding: 0;
	margin-right: 4%;
}
.lavaLamp LI.back {
	Z-INDEX: 1;
	POSITION: absolute;
	WIDTH: 70px;
	border-bottom: 2px solid #F2BA01;
	border-radius: 12px;
	/*HEIGHT: 5px;*/
	line-height:43px;
	background: #F2BA01;
	margin-top: 40px;
}

.lavaLamp LI A {
	Z-INDEX: 2;
	POSITION: relative;
	FONT-VARIANT: small-caps;
	WIDTH: 85px; DISPLAY: block;
	HEIGHT: 43px;
	line-height:43px;
	TEXT-DECORATION: none;
}
.lavaLamp LI A:hover {
	COLOR:#2F65BB;
}
.lavaLamp LI.current-cat>A {
	COLOR:#2F65BB;
	background-image:none;
}
#wrapper{
	width: 51%;
	height: 67px;
	display: block;
	margin: 0 auto;
	float: right;
}


/*api文档css*/
/*代码示例*/
.api-doc-code .prettyprint {
	background: #EBEFF2;
	color: #1C619C !important;
	border:none;
}

/*代码list*/
.api-doc-list{
	color:#676767!important;
}
.api-doc-list table {
	padding-top:10px;
}
.api-doc-list table tr td{
	line-height:41px;
	height:41px;
	text-align: left;
}
.api-doc-list table tr{

}
.api-doc-list table tr:nth-child(2n){
	background: #F2F5FA;
}
.api-doc-list table tr{
	background-color: expression((this.sectionRowIndex % 2 == 0) ?   "#F2F5FA" : "#ccc" );
}

.api-doc-list ul{
	background: #fff;
}
.api-doc-list a.btn-primary
{
	border: 1px solid;
	display: inline-block;
	padding: 1px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.875em !important;
	border-radius: 3px;
	color: #3796E6;
	background: #fff;
	display: inline-block;
}
.datetime {
    width: 60px;
    background: #00BCF2;
    text-align: center;
    line-height: 20px;
    float: left;
    color: #FFF;
    font-size: 14px;
    font-family: Arial;
    padding: 8px 0;
}
.tit {
    margin-left: 60px;
    padding-left: 5px;
}
.tit .h1 {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
    height: 35px;
    line-height: 0px;
    overflow: hidden;
}
.tit .h1 a {
    color: #79726e;
    font-size: 18px;
    line-height: 28px;
}
.tit .iititle {
    height: 16px;
    line-height: 16px;
	color: #999;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
}
.c-con {
    line-height: 28px;
    font-size: 14px;
    margin-top: 5px;
    border-bottom: 1px dotted #DFDFDF;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.post_box {
    margin-bottom: 70px;
    position: relative;
    margin-right: 4%;
    overflow: hidden;
    width: 46%;
    float: left;
}