.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: 190px;
    padding-right: 20px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    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;
    padding-right: 20px;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 155px;
    text-align: left;

}


.api-left  .more
{
    cursor: pointer;
    list-style: none;
    padding-right: 20px;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: 155px;
    text-align: right;
    color: #0000ff;
    font-size: 14px;
}

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

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



.api-left ul li a {
    color: #888;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.select
{
    color:#ff0000 !important
}


.api-title1{
    height: 50px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;

}

.notice
{
    height: 70px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}

.noticespan
{
    float:right;
    font-size: 13px;
    margin-right: 20px;
    line-height: 40px;
}

.noticetitle
{
    float:left;
}
.textcontent {
    line-height: 30px;
    font-size: 12px;
}
.api-right h2 {


    line-height: 40px;
    font-size: 14px;
    color: #666;
}


.api-right .money_center{
    padding-left: 0;
    text-align: center;
}


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

.current {


}

.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 table td {
    height: 60px;
    /*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: 60px;
    display: block;
}
.api-right table td a {
    color: #22aadd;
    text-decoration: none;
}
.api-right table td a:hover{
    text-decoration: underline;
}