﻿/*=========================功能详情===========================*/

html, body {
    background: #f3f3f3;
}

/*顶部条*/
.main-top-bar {
    background: #181921;
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 12px;
}

.top-bar-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: #ffffff;
}

    .top-bar-content .top-bar-left {
        display: flex;
        align-items: center;
    }

    .top-bar-content div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-bar-content a {
        color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .top-bar-content img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-left: 5px;
    }

.top-bar-right a {
    display: flex;
    align-items: center;
}
/*导航条*/
.main-nav {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: white;
}

.main-nav-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.main-nav-left {
    padding: 20px;
    padding-left: 8px;
}

.main-nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    padding-right: 0;
}

    .main-nav-right a {
        padding: 7px 15px;
        font-size: 20px;
    }

        .main-nav-right a:hover {
            color: #22AC38;
            font-weight: bold;
        }

    .main-nav-right .current-nav-tab {
        color: #22AC38;
        border-bottom: 3px solid #22AC38;
        font-weight: bold;
    }

/*Logo区域*/
.logo-main {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: #03B664;
}

.logo-img-content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}





/*开发文档内容区域*/
.develop-doc-content {
    width: 1200px;
    overflow: hidden;
    display: flex;
    align-content: space-between;
    background: white;
    margin: 0 auto;
    font-size: 14px;
}

.develop-nav-content {
    width: 330px;
}





/*左边内容*/
.develop-nav-left {
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: white;
}

    /*-------滚动条样式---------*/
    .develop-nav-left::-webkit-scrollbar { /*滚动条整体样式*/
        width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    .develop-nav-left::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 10px;
        /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
        background: #C3C4C6;
    }

    .develop-nav-left::-webkit-scrollbar-track { /*滚动条里面轨道*/
        /*  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
        border-radius: 10px;
        background: #EDEDED;
    }




.develop-nav-ul, .develop-nav-sub-ul {
    padding: 0;
    margin: 0;
}

    .develop-nav-ul li {
        font-size: 14px;
        padding: 8px;
    }

.nav-first-title {
    border-left: 4px solid #5FC900;
    padding-left: 10px;
    padding: 5px 10px;
    background: #f7f7f7;
    font-weight: bold;
}

.develop-nav-sub-ul {
    padding-top: 6px;
}

    .develop-nav-sub-ul li {
        padding: 6px 15px;
        cursor: pointer;
    }

        .develop-nav-sub-ul li:hover {
            background: #e2e2e2;
        }

.develop-sub-current {
    background: #EDEDED;
}

/*右边内容*/
.develop-content-right {
    width: 100%;
    overflow: hidden;
    text-align: left;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.main-content-right {
    padding: 10px;
}
/*.develop-content-right iframe {
    width: 100%;
    overflow: hidden;
}
*/





/*-------页脚内容-----------*/
.footer-main {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: #181921;
    margin-top: 20px;
    color: white;
    padding-bottom: 60px;
}

.footer-top {
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #585858;
}

.footer-top-content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 25px;
}

.footer-top-item {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #a0a0a0;
}

    .footer-top-item b {
        color: white;
    }

    .footer-top-item img {
        width: 40px;
        /*        height: 40px;*/
        margin-right: 20px;
    }

.footer-mid-item {
    display: flex;
    align-items: center;
}

    .footer-mid-item img {
        width: 20px;
        margin-right: 10px;
    }

.footer-mid-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}

    .footer-mid-content a {
        color: #ffedcd;
    }

    .footer-mid-content .a-kf-white:hover {
        text-decoration: underline;
    }

.footer-bottom {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border-top: 1px dashed #31343B;
    padding-top: 20px;
}

    .footer-bottom div {
        padding-bottom: 8px;
    }

    .footer-bottom b {
        padding: 0 20px;
    }
