.topTitle {
    height: 70px;
    background-color: #2c3f50;
    line-height: 70px;
}

.topTitle .w .left {
    width: 200px;
    cursor: pointer;
}

.topTitle .w .left p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.topTitle .w .left img {
    width: 40px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

.topTitle .w .left {
    float: left;
}

.topTitle .w .right {
    float: right;
}

.topTitle .w .right ul li {
    display: inline-block;
    width: 60px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.topTitle .w .right ul li:hover {
    border-bottom: 2px solid #fff;
}

.topTitle .w .right button {
    width: 100px;
    height: 36px;
    line-height: 35px;
    border: none;
    background-color: #FD3454;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
}

.topTitle .w .right button:focus {
    outline-color: rgba(0, 0, 0, 0.1);
}

.mianFei {
    height: 200px;
    background: url('../img/bottomImg.png');
    position: relative;
}

.mianFei .w {
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

.mianFei .buttonBtn {
    width: 220px;
    height: 60px;
    background: rgba(238, 135, 129, 1);
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    border: none;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}

.mianFei .lookapi {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 465px;
    margin-top: 20px;
}

.mianFei .shop {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 640px;
    margin-top: -18px;
}

.bottomNav {
    height: 250px;
    background: rgba(39, 47, 59, 1);
}

.bottomNav .w div {
    float: left;
    width: 180px;
    margin-top: 37px;
    margin-right: 24px;
}

.bottomNav .w div:last-child {
    margin-right: 0px;
}

.bottomNav .w div ul li:first-child {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
}

.bottomNav .w div ul li {
    font-size: 12px;
    font-weight: 400;
    color: rgba(165, 165, 165, 1);
    line-height: 24px;
}

.bottomNav .w div ul li a {
    color: rgba(165, 165, 165, 1);
}

.bottomcopy {
    height: 118px;
    background: rgba(27, 32, 39, 1);
    text-align: center;
    padding: 29px;
    box-sizing: border-box;
}

.bottomcopy p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(165, 165, 165, 1);
    line-height: 42px;
}

.leftContent {
    height: 900px;
    float: left;
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

.leftContent ul li {
    font-size: 16px !important;
}


/* 左侧导航滚动条 */

.leftContent::-webkit-scrollbar {
    width: 4px;
}

.leftContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.leftContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.rightContent {
    width: 900px;
    height: 900px;
    float: right;
    overflow: auto;
    background-color: #fff;
    color: #000 !important;
    padding: 30px 20px;
    box-sizing: border-box;
}

.fileMainContent {
    width: 100%;
    height: 930px;
    background-color: #F5F7FA;
}

.rightContent .rightContentTtile {
    font-size: 22px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 35px;
    border-bottom: 1px solid #ccc;
}

.rightContent .rightConJie {
    line-height: 30px;
    box-sizing: border-box;
}

.rightContent .rightConUrlTitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: rgba(51, 51, 51, 1);
}

.rightContent .rightConMethodTitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: rgba(51, 51, 51, 1);
}

.rightContent .rightConResponse {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: rgba(51, 51, 51, 1);
}

.rightContent .rightConUrl {
    line-height: 35px;
    color: #faaa27;
}

.rightContent .rightConMethod {
    line-height: 35px;
    color: #faaa27;
}

.rightContent .righttableCon blockquote {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
    color: rgba(51, 51, 51, 1);
}

.rightContent .rightDaiMa blockquote {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
    color: rgba(51, 51, 51, 1);
}

.rightContent .rightDaiMa pre {
    width: 845px;
    height: 600px;
    overflow: auto;
    background-color: #FBFCFD;
}


/*滚动条样式*/

.rightContent {
    overflow-x: hidden;
}

.rightContent::-webkit-scrollbar {
    width: 4px;
}

.rightContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.rightContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


/* 右侧table样式 */

.rightContent .righttableCon table {
    width: 845px !important;
    border: 1px solid #ccc !important;
}

.rightContent .righttableCon table tbody tr:first-child {
    height: 50px !important;
    line-height: 50px !important;
}

.rightContent .righttableCon table tbody tr:first-child td {
    background: #F5F7FA !important;
}

.rightContent .righttableCon table tbody tr {
    border-bottom: 1px solid #ccc;
}

.rightContent .righttableCon table tbody tr td p {
    text-align: center !important;
}

.rightContent .righttableCon table tbody tr:first-child td p span {
    color: #000 !important;
    font-weight: 100 !important;
}

.rightContent .righttableCon table tbody tr td:first-child {
    width: 17% !important;
}

.rightContent .righttableCon table tbody tr td:nth-child(4) {
    width: 12% !important;
}

.rightContent .righttableCon table tbody tr td {
    background: #fff !important;
}

pre {
    margin-top: 0px !important;
}

#fileNavLeftIcon {
    display: none;
}

#fileCloseLeftIcon {
    display: none;
}
