@charset "UTF-8";
.main{
	/* width: 1030px; */
	width: 1100px;
	height:auto;
	margin:0px auto;
    background:rgb(240,240,240);
    position: relative;
    top:-15px;
    -webkit-box-shadow: 0px 0px 3px rgb(70,137,180);
	-moz-box-shadow: 0 0 3px rgb(70,137,180);
}
.downapi{
	margin: 0px 10px;
	padding:20px 10px;
	background-color:rgb(240,240,240); 
}
.downapi li{
	float: left;
	font-weight: bold;
}
.downapi ul{
	margin-left: 10px;
	/*margin-top: 10px;*/
}

#downlable li{
	border: 2px solid white;
	cursor: pointer;
}

#downlable .active{
	background: white;
	border-radius: 1px 1px 0px 0px;
}
#downlable .active p{
	background: rgb(70,137,180);
	color: rgb(255,255,255);
}
#downlable .normal{
	background:  rgb(245,245,245);
	color: #999;
}

.DownTitle{
	line-height: 30px;
	font-size:18px;
	font-weight: bold;
	width: 124px;
	text-align: center;
	padding: 2px 8px 5px;
	border-radius: 3px;
	text-decoration:none;
	
}

.downloadapi{
	width: 930px;
	margin:0px auto;
	padding: 0px 20px;
	background: white;
	height: 350px;

}
.downloadapi h1{
	color: rgb(0,0,0);
	font-weight: bold;
	line-height: 28px;
	font-size: 16px;
	padding: 20px 5px 5px;
}


#download li{
	padding:8px 30px ; 
	font-size: 16px;
}
#downlable_content0{
	padding: 0px 0px 30px;
}
#downlable_content1{
	padding: 0px 0px 30px;
}
#downcontent span{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: rgb(70,137,180);
}

#downcontent a{
	font-size: 16px;
	margin: 2px 5px;
	color: white;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 7px;
	cursor: pointer;
	background-color: rgb(70,137,180);
	color: white;
	text-decoration: none;	
}
#downcontent a:hover{
	color:yellow;
}
.download_button1{
	position: relative;
	left:112.2px;
}
.download_button2{
	position: relative;
	left:49px;
}
.download_button3{
	position: relative;
	left:82.9px;
}
.download_button4{
	position: relative;
	left:96.7px;
}
.download_button5{
	position: relative;
	left:149.5px;
}
.download_button6{
	position: relative;
	left:140.5px;
}
.none {
	display:none;
}



#api{
	width: 930px;
	margin:0px auto;
	padding: 0px 20px 30px;
	background: white;
	height: auto;
}
.api_url{
	font-family: arial,helvetica,clean,sans-serif;
	margin: 5px 10px 5px 10px;
	font-size: 16px;
	padding: 0px 5px;
	color: rgb(0,0,0);
}
.urlexplain{
	margin: 10px 0px 10px 50px;
	font-size: 16px;
	font-weight: bold;

}
.urlexplain li{
	list-style-type:circle;
	color: rgb(70,137,180);
	font-size: 16px;
	line-height: 26px;
}
.urlexplain span{
	color: rgb(0,0,0);
	font-weight: bold;
	margin-right: 20px;
	font-size: 16px;
}
#text1{
	color: #555;
	font-weight:500;
	display: inline;
}
.downloadapi table{
	margin: 10px 0px 10px 0px;
	border: 2px solid #555;
	margin-left: 52px;
}
.downloadapi tr,.downloadapi th,.downloadapi td{
	border: 2px solid #555;
	padding: 8px;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
}
.downloadapi th{
	font-weight: bold;
	background-color: rgb(240,240,240);
	color: #555;
}
.urlexplain a{
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
}
.urlexplain a:hover{
	color: red;
}