.laytp-nav-doc{
    position: fixed;
    top: 75px;
    bottom: 25px;
    overflow-x :hidden;
    z-index:999;
}

.doc-content{
    padding-left: 240px;
    overflow-x: hidden;
}

article, header{
    display: block;
}

article h1{
    font-weight: 500;
    font-size:31px;
    margin-top:17px;
}

h1 small{
    font-size:65%;
    font-weight:normal;
    line-height:1;
    color:#777777;
}

article h3{
    font-size:16px;
    font-weight:500;
    margin-top:17px;
    margin-bottom: 8.5px;
}

code{
    background-color: #f2f2f2;
    color: #333333;
    font-size: 0.9em;
    border: none;
    line-height: 1.45;
    padding: 2px 4px;
    border-radius: 3px;
}

article .footer{
    margin:15px 0;
    text-align:center;
}

.doc-content-panel{
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding:0 15px;
}

.doc-content-panel-heading{
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: #333333;
    border-color:#ddd;
}

.tab-item-panel{
    border-radius:0;
}

.layui-tab-title li{
    margin-bottom: -1px;
}

.layui-tab-title .layui-this{
    background-color: #fff;
}

.doc-content .layui-tab-title{
    border-bottom-width:0;
}

.doc-content .layui-tab-title .layui-this:after{
    border-color: #ffffff;
}

.doc-content-bg-btn{
    height:50px;
    line-height:50px;
    border-radius: 3px;
    background-color: #18bc9c;
    color:#fff;
    font-size:14px;
}

.laytp-doc-card-status {
    padding: 0 10px 10px;
}

.laytp-doc-card-status dd {
    padding: 15px 0;
    border-bottom: 1px solid #e5ecea;
    display: -webkit-flex;
    display: flex;
}

.laytp-doc-card-status dd div.layui-status-img,
.laytp-doc-card-team .layui-team-img {
    width: 64px;
    height: 42px;
    border-radius: 50%;
    margin-right: 15px;
}

.laytp-doc-card-status dd div.layui-status-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
}

.laytp-doc-card-status dd div a {
    color: #01AAED;
}

.reply{
    text-decoration: none !important;
}