.wrap-wrap{
	background:#e7e8eb;
    width: 100%;
    padding:35px 0 100px 0;
}
.wrap {
	width: 1200px;
    margin: 0 auto;
    min-height: 512px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.wrap .api-left {
	width: 210px;
	background-color: #fff;
	float: left;
}

.wrap .api-right {
	box-sizing:border-box;
	border-left: 1px solid #e2e2e2;
	padding-left: 30px;
	width: 960px;
	float: left;
	margin-bottom:-10000px;
	padding-bottom:10000px;
}

.api-left .api-title {
	font-size: 16px;
	color: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
}

.api-left .api-title h3 {
	border-bottom: 1px solid #f5f5f5;
    width: 125px;
    padding-right: 20px;
	padding-left:65px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    color: #959595;
}

.api-left ul {
	width: 210px;
}

.api-left ul li {
	cursor: pointer;
	list-style: none;
	text-align: left;

}

.api-left ul li:hover {
	background-color: #ff5555;
}

.api-left ul li:hover a {
	color: #fff;
}

.api-left ul li a {
	display:block;
	color: #888;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	height:50px;
	line-height:50px;
	padding-right: 20px;
	padding-left: 35px;

}
.api-left ul li .current{
	background:#f55;
	color:#fff;
}
.api-title1{
    height: 80px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.api-right h2 {
	float: left;
    height: 80px;
    width: 170px;
    line-height: 80px;
    font-size: 18px;
    color: #666;
}

.api-right table {
	overflow: hidden;
	margin-bottom: 45px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #e2e2e2;
}

.api-right table th {
	height: auto;
	background-color: #f4f5fa;
	font-size: 13px;
	box-sizing:border-box;
	border-right: 1px solid #e2e2e2;
	color: #666;
	text-align: center;
	padding: 10px;
}
.api-right table tbody tr:nth-child(2n){background: #f9fafc;}
.api-right .money_center{
	padding-left: 0;
	text-align: center;
}
.api-right table td {
	height: 40px;
	/*padding: 10px;*/
	box-sizing:border-box;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	border-right: 1px solid #e2e2e2;
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
	color: #666;
	overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;

}
.api-right table .ellipsis{
	border-right:none;
    vertical-align: middle;
	width: 380px;
	line-height: 40px;
    display: block;
}
.api-right table td a {
	color: #22aadd;
	text-decoration: none;
}
.api-right table td a:hover{
	text-decoration: underline;
}

.api-menu ul li:hover {
	color: #0089cd;
	background-color: #ddedf4;
	text-decoration: none;
}