.h1_header{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 16px;
	background-color: #E9F2FF;
	border-left: 2px solid #1F4E7C;
	margin: 10px 0;
}

.api_content{
	padding : 30px 0;
	margin: 0;
	height: 700px;
}

.api_left_nav{
	float: left; 
	width: 150px; 
	margin: -10px 10px 0 0;
	height: 100%;
}

.api_right_content{
	float: right;
	width: 800px;
	font-weight: normal;
	font-family: "微软雅黑","宋体","SimSun","Arial Narrow", Arial, Helvetica, sans-serif;
}

.api_right_content h1{
	font-size: 19px;
}

.api_right_content h2{
	font-size: 16px;
	margin: 10px 0;
}

.api_right_content p{
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
}

.api_index ul{
	font-size: 14px;
	
	line-height: 42px;
	width: auto;
	padding-left: 20px;
}

.api_index li{
	float: left;
	width: 190px;
	padding-left: 4px;
	list-style:disc;
}


.document_header_line{
	border-bottom: solid 1px #e1e1e3;
	margin-top: 20px;
	margin-bottom: 30px;
}

#cataLog a{
	font-size: 14px;
}
#cataLog li{
	margin: 7px 0;
}

#cataLog{
	margin: 0px 0px 20px 10px;
	width: 700px;
	border-left: 3px solid #d7d9e2;
	box-sizing: border-box;
	padding-left: 20px;
}

#hide_show_btn{
	float: right;
	font-size: 14px;
}

.display_none{
	height: 0;
}


.display_business{
	height: 100px;
}

.display_developerAgreement{
	height: 277px;
}

.display_platAgreement{
	height: 188px;
}

.display_platform{
	height: 120px;
}

.display_privacyAgreement{
    height: 235px;
}
.display_agentAgreement{
	height: 220px;
}

.display_softwareLicenseAgreement{
	height:330px;
}

.display_base{
	display: block;
	overflow: hidden;
	transition: height  0.3s ease-out; 
	-moz-transition: height  0.3s ease-out; 
	-webkit-transition: height  0.3s ease-out; 
	-o-transition: height  0.3s ease-out; 
}
.document_detals img{
	width:100%;
	border: 1px solid #eee;
	margin-top: 20px; 
	margin-bottom: 20px;
}
/*developerGuide*/
.document_detals h4{
	line-height:25px;
	font-size:16px;
	padding-bottom:20px;
	color:#666;
	
}
.guidetext{
	line-height:22px;
	font-size:14px;
	color:#666;
	padding-top:10px;
}

.guidetext a{
	display:block;
	padding-left:10px;
	padding-right:30px;
	border:1px solid #eee;
	background-color:#ececec;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#333;
}
.guidetext a:hover{
	color:#fff;
	background-color:#ccc;
	cursor:pointer;
	text-decoration:none;
}
.guidetext a small{
	float:right;
	color:#999;
	font-size:12px;
}
/*developerGuide*/
/*返回顶部*/
p#back-to-top{
      position:fixed;
      bottom:30px;
      right:20px;
}
.btn-lga{
	font-size: 28px;
	padding: 8px 13px;
}
.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 2px;
    left: -1px;
}