::-webkit-scrollbar{
    display:none;
}

.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;

}

.list-info li {
    display: block;
    color: #888;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    height: 40px;
    line-height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
}

.api-left ul li:hover, .list-info li:hover, .list-info li:hover a {
    background-color: #ff5555;
    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;
}

.header_con {
    width: 100%;
    background: #fff;
}

.api-list {
    margin-bottom: 15px
}

.api-list div {
    position: relative
}

.api-list .a-t {
    height: 45px;
    background: #f4f5fa;
    cursor: pointer
}

.api-list h2 {
}

.h2_a, .h2_b, .h2_c, .h2_d, .h2_e {
    padding-left: 55px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    background-color: #f5f5f5;
    background: url(/public/img/arrow_up.png) no-repeat 20px 18px;
    font-weight: 400;
}

.arrow_change {
    padding-left: 55px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    background-color: #f5f5f5;
    background: url(/public/img/arrow_down.png) no-repeat 20px 18px;
    font-weight: 400;
}

.api-list .api-tip {
    display: block;
    width: 8px;
    height: 4px;
    position: absolute;
    right: 16px;
    top: 12px
}

.api-list .api-table {
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: auto
}

.api-list .api-table b {
    font-size: 14px;
    padding: 10px;
    color: #666;
    display: block;
    font-weight: 400
}

.api-list .api-table .input_param1 .input_param2 {
    padding: 0;
    margin: 0;
}

.api-list .api-table .try-tool {
    width: 974px
}

.api-list .api-table .try-tool:before, .api-list .api-table .try-tool:after {
    content: " ";
    display: table
}

.api-list .api-table .try-tool:after {
    clear: both
}

.api-list .api-table .try-tool a {
    font-size: 14px;
    color: #fff;
    padding: 10px 14px;
    text-align: center;
    background: #374760;
    display: block;
    margin-left: 42px;
    float: left;
    cursor: pointer
}

.api-list table {
    font-size: 12px;
    color: #999
}

.api-list table thead tr th {
    color: #666
}

.api-list table .param {
    height: 40px;
}

.api-list table .param th {
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #e2e2e2;
}

.api-list table th {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.api-list table tr {
    text-align: center;
    width: 930px;
    position: relative;
    text-align: left
}

.api-list table td {
    border-right: 1px solid #e2e2e2;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    line-height: 18px;
    word-wrap: break-word;
    word-break: break-all
}

.api-list table .to_left {
    text-align: left;
    padding-left: 20px;
}

.api-list table tbody tr:nth-child(2n) {
    background-color: #f9fafc;
}

.api-list table td a {
    color: #005ea7
}

.api-list table .green {
    background: #16a085;
    color: #fff
}

.api-list table .red {
    background: #f69
}

.api-list table p {
    width: 29px;
    height: 18px;
    color: #fff;
    line-height: 18px;
    text-align: center
}

.api-list table span {
    /*padding-left: 40px;*/
    display: block
}

.api-list table a {
    cursor: pointer
}

.api-right .api-title {
    height: 80px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.api-right .api-title h3 {
    float: left;
    margin-right: 20px;
    line-height: 80px;
    font-size: 18px;
    color: #666;
}

.api-right .api-title ul {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 28px;
    /*margin-bottom: 20px;*/
}

.api-right .api-title ul li {
    border: 1px solid #ff5555;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 12px;
    list-style: none;
    display: inline-block;
    color: #ff5555;
}

.api-tool {
    margin-top: 30px;
    margin-bottom: 55px;
}

.api-tool p {
    margin: 0 auto;
    width: 290px;
}

.api-tool .demo_download {
    /*margin-left: 40px;*/
    float: right;
}

.api-tool a {
    /*border: 1px solid #0089cd;*/
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    width: 125px;
    height: 30px;
    line-height: 30px;
    background-color: #ff5555;
    color: #fff;
    /*margin-right: 10px;*/
    text-decoration: none;
    font-size: 15px;
    /*padding: 10px;*/
}

.api-list code {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.index_view {
    font-size: 14px;
    font-weight: bold
}