.searchbox {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.03);
    width: 500px;
    height: 38px;
    vertical-align: middle;
    line-height: 38px;
    margin-left: 120px;
    background-color: #fff;
    padding: 0 10px;
    color: #666a75;
    border: 1px solid #ddd;
}

.searchBtn {
    display: inline-block;
    background: url('../images/search2.png') no-repeat center #f66f6a;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

.quickstart-container {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 56px;
    position: relative;
}

.quickstart-table {
    display: table;
    width: 100%;
}

#menu_quickstart {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 24px;
    height: 600px;
}

.quickstart-menu-container {
    width: 250px;
    height: calc(100% - 56px);
    max-height: 760px;
    position: absolute;
    top: 0;
    /* left: 75px; */
    overflow: hidden;
    background-color: #f6f7ff;
    color: #3d3f43;
    border-top: none;
    border-bottom: none;
    overflow-y: auto;
}

.quickstart-menu-container.fixed {
    position: fixed !important;
    top: 0px !important;
    height: calc(100% - 56px);
}

.quickstart-menu-container>p {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #dfe1e6;
    font-size: 18px;
    padding: 0 24px;
}

.quickstart-menu li {
    line-height: 34px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #menu_quickstart a {
    margin-left: -4px;
} */

#menu_quickstart>ul {
    padding-left: 16px;
}

.quickstart-menu a:hover {
    color: #c7000b;
}

.quickstart-content-container {
    width: 980px;
    position: relative;
    /* margin-right: 50px; */
    margin-left: 300px;
    transition: left ease-in-out 0.3s, padding ease-in-out 0.3s;
}

.quickstart-caption {
    margin-bottom: 20px;
    font-size: 24px;
    color: #252b3a;
    margin-top: 32px;
}

.quickstart-content {
    font-size: 16px;
    color: #252b3a;
    margin-bottom: 10px;
}

.box {
    float: left;
    width: calc(50% - 16px);
    margin-bottom: 16px;
    margin-right: 16px;
}

.docBox {
    border: 1px solid #e6e6e6;
    display: table-cell;
    width: 49%;
    background: url("../images/img_bg.png") no-repeat 100% 100%;
    padding: 20px;
    background-size: cover;
}

.docTable {
    display: table;
    width: 100%;
    margin-bottom: 16px;
}

.docBox>h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.docBox>span {
    font-size: 14px;
    color: #a0a2a8;
}

.menu-sub-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 24px;
}

.desc {
    margin-left: 10px;
}

.desc>li {
    font-size: 14px;
    color: #666A75;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
    margin: 10px 0 5px;
}

.desc>li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a0a2a8;
    position: absolute;
    top: 7px;
    left: 5px;
}

.quickstart-tbl {
    margin-left: 15px;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
}

.quickstart-tbl th,
.quickstart-tbl td {
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    color: #666A75;
}

.quickstart-tbl th {
    font-weight: bold;
    color: #252b3a;
    font-size: 14px;
    padding: 5px 15px;
}

#breadcrumb {
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #979AA1;
    overflow: hidden;
    overflow-x: auto;
}

/* 
.breadcrumb {
    font-size: 14px;
    color: #979AA1;
} */

#breadcrumb span:nth-last-child(1) {
    color: #252b3a;
}

#breadcrumb a:hover {
    color: #526ecc;
}

.img-desc {
    height: 62px;
    font-size: 14px;
    color: #252b3a;
    text-align: left;
    padding: 10px;
}

.scene {
    width: 100%;
    height: 243px;
}

.scene>div {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 243px;
    line-height: 243px;
    text-align: center;
}

.scene1 {
    background: url('../images/wifi_1.png') no-repeat center center;
    background-size: cover;
}

.scene2 {
    background: url('../images/aislelabs.png') no-repeat center center;
    background-size: cover;
}

.scene3 {
    background: url('../images/hospital.png') no-repeat center center;
    background-size: cover;
}

.scene4 {
    background: url('../images/fastweb_1.png') no-repeat center center;
    background-size: cover;
}

.scene5 {
    background: url('../images/img_05.png') no-repeat center center;
    background-size: cover;
}

#layout>header,
.btns {
    width: auto;
}

#sidebar {
    width: 300px;
    height: calc(100% - 250px);
    position: fixed;
    top: 250px;
    left: 35px;
    overflow: hidden;
    background: #fff;
    /* z-index: 100; */
    padding: 10px;
    padding-top: 0;
    /* border: 1px solid #ddd; */
    border-top: none;
    border-bottom: none;
    overflow-y: auto;
}

#sidebar:hover {
    overflow: auto;
}

#sidebar h1 {
    font-size: 16px;
}

#custom-toc-container {
    padding-left: 0;
}

#test-editormd-view,
#test-editormd-view2 {
    padding-left: 0;
    margin: 0;
    margin-left: 310px;
    margin-top: 150px;
}

#quickStartInfo {
    padding: 0;
    padding-top: 52px;
}

#quickStartInfo>ul>li {
    list-style-type: disc;
    /* margin-bottom: 12px; */
}

#quickStartInfo>ul>li>ul>li {
    list-style-type: circle;
    /* margin-bottom: 12px; */
}

#quickStartInfo .linenums li {
    margin-bottom: 0;
}

#breadcrumb.fixed {
    position: fixed !important;
    top: 0px !important;
}

#quickStartContent li {
    list-style: inherit;
    margin-bottom: 12px;
}

#arrowDown {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: url(../../cloudcampus/images/arrowdown.png) no-repeat center;
}