*{
    color: #2c3b52;
}
th{
    white-space: nowrap;
}
.nowrap td:first-child{
    white-space: nowrap;
}
.word-break-all{
    word-break:break-all
}


/*横幅广告*/
#banner{
    background-image: url(../img/api-banner.png);
    background-repeat: no-repeat;
    background-color: #1d1252;
    background-position: right;
    height: 520px;
}
.banner-main{
    padding-left: 90px;
    padding-top: 190px;
    margin: 0 auto;
}
#banner h1{
    font-size: 36px;
    color: white;
    padding-bottom: 35px;
}
#banner p{
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-bottom: 15px;
}


#rightNav{
    z-index: 1;
}
/*正文部分*/
.api-main{
    padding-bottom: 60px;
}
.right-content{
    padding-left: 402px;
    padding-top: 60px;
    padding-right: 200px;
    box-sizing: border-box;
}
.docItem .active a{background-color: #C2C6CF;}
.docItem a:hover{
    background-color: #eeeeee;
    color: #000;
}
.docItem-hover{
    background-color: #eeeeee !important;
    color: #000 !important;
}
.docItem li{
    width: 342px;
    box-sizing: border-box;
    line-height: 60px;
    background-color: #DEE1E8;
}
.docItem h6{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.docItem a{
    display: block;
    font-size: 16px;
    padding-left: 157px;
    text-align: left;
}

.apiTitle {
    margin-bottom: 30px;
}
.apiTitle h3{
    font-size: 30px;
}
#apiContent h3{
    padding-bottom: 15px;
}
.scroll-nav{
    padding-left: 15px;
    position: fixed;
    margin-left: -300px;
    top: 80px;
    display: none;
    height: 540px;
    width: 225px;
    border-radius: 10px;
    background-color: #fff;
}
.scroll-nav h2{
    font-size: 24px;
    padding-left: 10px;
}
.scroll-nav .side-bar{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #2c3b52;
    height: 350px;
    position: absolute;
    top: 40px;
    width: 0;
}
.scroll-nav .side-scroll{
    left: 0;
    padding-top: 15px;
    position: absolute;
    top: 0;
}
.scroll-nav .side-scroll .side-list{
    padding-top: 17px;
    padding-left: 12px;
    position: relative;
    width: 228px;
}
.scroll-nav .side-scroll .side-list .arrow{
    background-image: url(../img/api-mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 21px;
    left: 20px;
    top: -2px;
    width: 15px;
    position: absolute;
    display: none;
}
.scroll-nav .side-scroll .side-list .list-title{
    position: relative;
}
.scroll-nav .side-scroll .side-list .level1{padding-left: 13px;}
.scroll-nav .side-scroll .side-list .level2{padding-left: 40px;}
.scroll-nav .side-scroll .side-list .list-title .text{display: block;}
.scroll-nav .side-scroll .side-list .list-title .text span{padding-left: 3px;}
.scroll-nav .side-scroll .side-list .list-title .pointer{
    cursor: pointer;
    border: 2px solid #2c3b52;
    border-radius: 10px;
    height: 10px;
    background-color: #2c3b52;
    left: -1px;
    box-sizing: border-box;
    margin-top: 6px;
    position: absolute;
    width: 10px;
}
.scroll-nav .side-scroll .side-list .list-title:first-child .pointer {
    background-color: white;
}
.scroll-nav .side-scroll .side-list .level1 .title-link{
    line-height: 22px;
}

.domContent .para{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    word-wrap: break-word;
    font-style: normal;
    font-weight: 400;
}
.domContent .para .table1 th,.domContent .para td{
    border: 1px solid #FAF9F7;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}
.domContent .para .table2 th,.domContent .para td{
    border: 1px solid #FAF9F7;
    padding: 15px 10px;
    text-align: left;
    vertical-align: middle;
}
.domContent .para th{background-color: #F2AD83;}
.domContent .para td{background-color: #EEEDEB;}
.domContent .paraYellow{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    word-wrap: break-word;
    font-style: normal;
    font-weight: 400;
    background-color: #FFD782;
    padding: 7px 15px;
}
.domContent .paraBlack{
    color: white;
    overflow: auto;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 15px;
    word-wrap: break-word;
    font-style: normal;
    font-weight: 400;
    background-color: #292B38 !important;
    padding: 20px 60px;
    max-width: 70%;
}
.domContent .paraBlack pre{
    color: white;
}
.paraBlack2{
    box-sizing: border-box;
    padding-left: 20px;
    color: white;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 15px;
    word-wrap: break-word;
    word-break: break-all;
    width: 80%;
    font-style: normal;
    font-weight: 400;
    background-color: #292B38;
    display: inline-block;
}
.domContent .paraFrame{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    word-wrap: break-word;
    font-style: normal;
    font-weight: 400;
    padding: 7px 15px;
    border: 1px solid #C2C6CF;
}
.domContent .para b{font-weight: 700;}
.paraTitle {
    border-left: 20px solid #cc1e25;
    margin-bottom: 25px;
    overflow: hidden;
}
.mark_RedImg {
    background-image: url(../img/important.png);
}
.brn {
    background-repeat: no-repeat;
}
.bplc {
    background-position: left center;
}
.cRed2 p{
     color: #D8281D;
}
.cRed2{
    color: #D8281D;
}
.para p{
    font-size: 12px;
}
.paraTitle .titleText{
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 24px;
    line-height: 40px;
    padding: 0 10px 0 15px;
}
.paraTitle .innerLine{
    height: 1px;
    background-color: #DADADA;
    margin-top: 20px;
}

/*java部分*/
.paraBlack2 {
    box-sizing: border-box;
    padding-left: 20px;
    color: white;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 15px;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    background-color: #292B38;
    display: inline-block;
}
#netContent pre, #javaContent pre, #phpContent pre {
    font-family: "consolas", "verdana";
    color: #3dfaff;
    overflow: auto;
}
.eg {
    color: #b7a2ff;
}
.dataType01 {
    color: #f8ff5e;
}
.dataType02 {
    color: #00ff73;
}
.dataType03 {
    color: #f999ae;
}
span.dot {
    color: #cfd80a;
}


@media screen and (max-width: 1280px){
    #banner {
        height: 374px;
    }
    .banner-main {
        padding-top: 140px;
    }
    .docItem li {
        width: 242px;
    }
    .docItem a {
        padding-left: 107px;
    }
    .right-content {
        padding-left: 302px;
        padding-right: 100px;
    }
    .scroll-nav {
        margin-left: -250px;
    }
}
@media screen and (max-width: 1024px){
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 14px;
    }
    #banner {
        padding-left: 80px;
        height: 340px;
    }
    #banner h1{
        font-size: 28px;
        padding-bottom: 25px;
    }
    .banner-main {
        padding-top: 100px;
        padding-left: 0;
    }
    #banner p{
        font-size: 22px;
    }
    .docItem li {
        width: 202px;
        line-height: 50px;
    }
    .docItem a {
        padding-left: 80px;
    }
    .apiTitle {
        margin-bottom: 10px;
    }
    .right-content {
        padding-left: 242px;
        padding-right: 20px;
    }
    .scroll-nav {
        top: 70px;
        zoom: .7;
        margin-left: -280px;
    }
}
