html body {
    padding-top: 0;
    background-color: #fff;
    min-width: 1100px;
}
p {
    line-height: 1.75em !important;
}
th {
    white-space: nowrap;
}
img {
    max-width: 100%;
}
.page-container {
    width: 1198px;
    margin: 0 auto;
    position: relative;
}
.page-side {
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 0;
    border-right: 1px solid #eee;
}
.page-side-inner {
    padding: 10px 0px 10px 0;
    overflow: auto;
    width: 280px;
    height: 100%;
}
.page-side-inner::-webkit-scrollbar {
    width: 4px;
}
/* æ»šåŠ¨æ§½ */
.page-side-inner::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.3);
    border-radius:4px;
}
/* æ»šåŠ¨æ¡æ»‘å— */
.page-side-inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.5);
}
.page-side-inner::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.5);
}
.page-content {
    display: inline-block;
    padding-left: 280px;
    width: 100%;
    background-color: #f8f8f8;
}
.page-content-inner {
    background-color: #fff;
    padding: 10px 20px 20px 50px;
    border-left: 1px solid #eee;
    min-height: 800px;
    overflow: hidden;
}

#js-breadcrumb {
    padding-left: 50px;
    padding-right: 20px;
    background-color: #fff;
}
#js-breadcrumb .breadcrumb-link {
    color: #999 !important;
}
#js-content {
    color: #333;
}
.breadcrumb-inner {
    border-bottom: #D8D8D8 solid 1px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#back-top {
    width: 28px;
    height: 76px;
    position: fixed;
    bottom: 200px;
    left: 60%;
    margin-left: 467px;
    font-size: 12px;
    line-height: 17px;
    padding: 4px;
    text-align: center;
    background-color: #B2B2B2;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.interface_note { font-size: 12px; margin-bottom: 20px; }
.interface_note b { color: #ca402b; }
.page-content h1, .page-content h2, .page-content h3 { margin: 40px 0 !important; }
.page-content h4, .page-content h5, .page-content h6 { margin: 30px 0 !important; }

td {
    word-break: break-all !important;
}

