﻿/*功能列表*/

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;
}

.version-all-bar{
    width:100%;
    overflow:hidden;
    padding-bottom: 10px;
}
    .version-all-bar .version-all-btn {
        background: #EF7500;
        color: white;
        font-size: 20px;
        font-weight: bold;
        width: 800px;
        padding: 10px 50px;
        text-align: center;
        border-radius: 100px;
        margin: 10px auto;
        display: block;
        box-shadow: 3px 3px 8px #dbdbdb;
    }
/*功能列表-具体内容*/
.main-feature {
    width: 100%;
    overflow: visible;
    clear: both;
    font-size: 12px;
    background: #ffffff;
}



.main-feature-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 50px;
}

.feature-title {
    background: #f3f3f3;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555555;
    border-radius: 10px;
}

.feature-title-name {
    width: 300px;
    font-weight: bold;
    background: #03B664;
    color: white;
    padding: 10px 10px;
    text-align: center;
    margin-right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.feature-title-mid {
    width: 100%;
}

.feature-title-demo {
    width: 150px;
    background: #EF7500;
    color: white;
    text-align: right;
    font-weight: bold;
    color: white;
    padding: 10px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

    .feature-title-demo:hover {
        text-decoration: underline;
    }
/*温馨提醒*/
.feature-hint {
    font-size: 14px;
    padding: 20px;
    color: #817C58;
}
/*表格具体内容*/
.table-content table thead tr td {
    background: #03B664;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
}

.table-content table tbody tr td {
    padding: 8px;
    font-size: 14px;
}

.table-content table tbody tr {
    background: #fafafa;
}

    .table-content table tbody tr:hover {
        background: #E5E5E5;
    }

.table-content table tbody .tr-gray-bg {
    background: #F2F2F2;
}

.table-content table tbody tr .desc-txt-td {
    text-align: left;
}

.btn-see-desc {
    background: #4B9D00;
    color: #ffffff;
    width: 120px;
    margin: 0 auto;
    padding: 6px 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ef7500;
    cursor: pointer;
    font-size: 12px;
}

.table-content table .btn-see-desc a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

    .table-content table .btn-see-desc a:hover {
        color: white;
    }

.btn-see-desc-red {
    background: #d93c00;
}

.btn-see-desc:hover {
    background: #ff8720;
}

.btn-see-desc-red:hover {
    background: #fc4701;
}

.btn-see-desc img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.table-content table tbody tr td .feature-name-b {
    color: #221F26;
    font-weight: bold;
}

.table-content table tbody tr td .order-num-div {
    background: #bfbfbf;
    color: white;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

/*免费开源版*/
.version-desc-title {
    font-size: 16px;
}

.feature-hint .item-version-mid-extra {
    padding-top: 15px;
    font-size: 14px;
}

/*搜索表单样式*/
.search-div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    width: 800px;
    padding: 0px;
    background: white;
    height: 45px;
    overflow: hidden;
    margin: 6px auto;
}

    .search-div img {
        width: 35px;
        height: 30px;
        margin-left: 5px;
    }

.search-txt {
    width: 100%;
    font-size: 14px;
    color: #EF7500;
    padding: 13px;
    font-weight: bold;
    border: none;
}








/*-------页脚内容-----------*/
.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;
    }


