* {
    margin: 0 auto;
    padding: 0;
}

a {
    text-decoration:none;
}

img {
   border:0px;
}

ul, li {
	list-style-type: none;
	vertical-align: bottom;
}

body {
	font-size:12px;
	background: #f4f4f4;
}
h4{
	font-size: 17.5px;
}
p {
	margin: 0 0 10px;
}


.wrapper{
	width: 1200px;
	margin: 50px auto;
	clear: both;
	overflow: hidden;
	min-height: 80%;
	border-radius: 10px 10px 0px 0px;
}

.member-aside {
  float: left;
  width: 240px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  background: #f8f6f4;
  min-height: 760px;
}
.member-aside .member-menu-module .menu-title {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  background: #eee7e1;
  cursor: pointer;
  padding-left: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid #d7d3d2;
  -webkit-box-shadow: #e6e5e1 0 2px 5px;
  -moz-box-shadow: #e6e5e1 0 2px 5px;
  box-shadow: #e6e5e1 0 2px 5px;
  position: relative;
}
.member-aside .member-menu-module .lv1_first {
  border-top: none;
}
.member-aside .member-menu-module .menu-list {
  overflow: hidden;
  height: 0;
}
.member-aside .member-menu-module .menu-list li {
  height: 41px;
  line-height: 41px;
  border-top: 1px solid white;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 20px;
  position: relative;
}
.member-aside .member-menu-module .menu-list li a {
  font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #666666;
}
.member-aside .member-menu-module .menu-list li a:hover {
  color: #ff6600;
}
.member-aside .member-menu-module .menu-list li .active {
  color: #ff6600;
}
.member-aside .member-menu-module .menu-list li.lv2_first {
  border-top: none;
  overflow: hidden;
}

.wrapper_right{
	width: 948px;
	min-height: 780px;
	background: white;
	margin-left: 242px;
	padding: 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
	color: #535353;
}
#api_main_intro, #detail_request_param_tip, #return_json, .params-list p{
	color: black;
}
#api_hero_div p, #add-api p {
	font-size: 13px;
	margin-bottom: 0;
}
#add-api p{
 	margin-bottom: 10px;
 }

#api_data{
	width: 80%;
	background-color: #eee;
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 80px;
}

#detail_request_param_value input, #detail_request_param_value_unimportant input {
	display: block;
	width: 100%;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: not-allowed;
	background-color: #eee;
	border: 1px solid #ccc;
}


.para_list {
	list-style: none;
	border-left: 4px solid #90C6EC;
	border-radius: 10px;
	padding: 0 0 0 20px;
	margin: 0;
}
.para_list li {
	margin: 0 0 10px 0;
	position: relative;
}
.input_text{
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	border: 1px solid #ccc;
}
.request_url{
	width: 400px;
}
.para_value {
	width: 360px;
}
.para_required{
	font-size: 13px;
}
.mb25 {
	margin-bottom: 25px;
	padding-left: 300px;
}
.btn2 {
	background: #F4F9FC;
	background: -o-linear-gradient(top,#F4F9FC,#E0EFFB);
	background: -moz-linear-gradient(center top,#F4F9FC,#E0EFFB);
	padding: 6px 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F9FC), to(#E0EFFB));
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #7DB6D8;
	color: #2473A2;
	cursor: pointer;
}
#json_input, .description{
	width: 80%;
	height: 308px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: black;
	background-color: #eee;
	display: inline-block;
	padding: 4px 6px;
	line-height: 20px;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #b28850
}
.description{
	background: white;
}
.footer_bar{
	width: 100%;
	height: 40px;
	position: fixed;
	opacity: 0.5;
	background: black;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.footer_bar a{
	color: white;
	margin: 0 10px;
}
#add-api{
	display: none;
}
.dn{
	display: none;
}
#add-api .para_required{
	width: 250px;
}
select {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #B8BFC5;
	box-shadow: -2px 0 0 rgba(184,191,197,.4),0 -2px 0 rgba(184,191,197,.4),2px 0 0 rgba(184,191,197,.4),0 2px 0 rgba(184,191,197,.4);
	vertical-align: middle;
}
.add-apicate, .add-param{
	margin-left: 50px;
}
.cate_name{

}
.paratable{
	width: 770px;
	border: 1px solid #70ABD5;
	padding: 0;
	font-size: 12px;
	color: #333;
	margin: 0 0 10px;
	border-collapse: collapse;
}
.paratable th, .paratable td {
	padding: 6px;
	border: 1px solid #B1C2CA;
	margin: 1px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 22px;
}
.paratable th {
	background: #FAFCFD;
}
.d_n{display: none;}
.d_b{display: block;}
.api_return{
	margin: 0;
	padding: 10px;
	width: 752px;
	border: 1px solid #c4c4c4;
	line-height: 20px;
	background: #dbeede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*#add-api{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 10px;
	left: 50px;
	background: white;
	z-index: 9999;
	border: 2px solid #eee7e1;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	-o-border-radius: 6px;
  	-ms-border-radius: 6px;
  	-khtml-border-radius: 6px;
  	padding: 10px;
}
#faqbg{
	background-color:#666666; 
	position:absolute; 
	z-index:99; 
	left:0; 
	top:0; 
	display:block; 
	width:100%; 
	height:1000px;
	opacity:0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;
}*/