﻿/*===================系统演示====================*/

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;
}



/*-------主体内容区域----------*/
.main-content {
    width: 1200px;
    overflow: hidden;
    background: #F3F3F3;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.enter-mall-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
    background: white;
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 5px #e9e9e9;
    border: 1px solid #e9e9e9;
}

.enter-list {
    background: #F3F3F3;
    margin-top: 10px;
}
/*各种入口的列表*/
.enter-item {
    border-radius: 20px;
    box-shadow: 3px 3px 5px #e9e9e9;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    margin-top: 20px;
    background: #fafafa;
    margin-bottom: 20px;
    background: white;
}

.enter-item-left {
    width: 200px;
    background: #3290ff;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
}

    .enter-item-left div {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

        .enter-item-left div div {
            font-weight: normal;
            font-size: 14px;
            padding-left: 30px;
            padding-right: 30px;
        }

    .enter-item-left img {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

.enter-item-right {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    overflow: hidden;
}

.enter-item-content-pc {
    display: block;
    width: 100%;
    overflow: hidden;
}

.enter-item-content {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    overflow: hidden;
}

.enter-item-right-scan {
    width: 25%;
    overflow: hidden;
    word-break: break-all;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .enter-item-right-scan .scan-link-a {
        display: block;
        height: 210px;
        overflow: hidden;
        text-align: center;
    }

    .enter-item-right-scan img {
        width: 200px;
        height: 200px;
        border-radius: 5px;
        border: 1px solid #e9e9e9;
    }

    .enter-item-right-scan div {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

        .enter-item-right-scan div .desc-link-a {
            font-size: 12px;
            color: gray;
            display: block;
            overflow: hidden;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 5px;
            font-weight: normal;
        }

/*各版本的说明*/
.enter-item-intro{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.btn-all-version{
    background: #e25a00;
    color:white;
    margin-right:30px;
    padding: 35px 40px;
    font-size:20px;
    border-radius:20px;
    font-weight:bold;
    cursor:pointer;
    display:block;
}
/*特别说明*/
.enter-extra-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    line-height: 200%;
}

/*PC电脑端*/
.enter-item-pc {
    padding: 10px;
    display: flex;
    background: white;
    align-items: center;

}

.enter-pc-left {
    width: 280px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

    .enter-pc-left img {
        width: 80px;
    }

.enter-pc-right {
    font-size: 18px;
    color: black;
}

    .enter-pc-right a {
        color: #247FEA;
        font-weight: bold;
    }

.old-pc-div {
    border-top: 2px dashed #CECECE;
    padding-top: 10px;
    margin-top: 10px;
}


/*-------页脚内容-----------*/
.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;
    }

