.case {
    background-color: #F7FAFD;
}

/* 应用案例banner头部样式 */
.caseBanner {
    width: 100%;
    height: 612px;
    background-image: url(../image/aboutBanner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .caseBanner h1 {
        font-size: 70px;
        padding-top: 130px;
        margin-bottom: 39px;
        color: #fff;
    }

    .caseBanner .smallTitle {
        display: block;
        color: #fff;
        font-size: 22px;
        line-height: 2;
        margin-bottom: 20px;
    }

.caseContent {
    display: flex;
    align-items: flex-start;
    margin-top: 30px !important;
}

    .caseContent .caseNav {
        width: 300px;
        background: #FFFFFF;
        flex-shrink: 0;
        margin-right: 16px;
        padding-bottom: 25px;
    }

        .caseContent .caseNav h3 {
            font-size: 31px;
            color: #000;
            margin: 0;
            padding: 25px;
        }

        .caseContent .caseNav .caseNavList {
            display: block;
            height: 54px;
            padding-left: 26px;
            font-size: 18px;
            color: #6E768A;
            box-sizing: border-box;
            border-bottom: 1px solid #E6EFF7;
            line-height: 54px;
        }

            .caseContent .caseNav .caseNavList:nth-child(2) {
                border-top: 1px solid #E6EFF7;
            }

        .caseContent .caseNav .caseNavActive {
            color: #2C82FF;
            border-left: 3px solid #2C82FF;
        }

    .caseContent .caseMain {
        flex: 1;
    }

.caseNavPhone {
    display: none;
}

.section {
    background-color: #FFFFFF;
    padding: 0 90px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .section h2 {
        text-align: center;
        padding-top: 50px;
        font-size: 30px;
        position: relative;
        margin-bottom: 40px;
    }

        .section h2::after {
            content: '';
            position: absolute;
            bottom: -20px;
            width: 59px;
            height: 0px;
            opacity: 1;
            border-top: 4px solid #2C82FF;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.honor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .honor .auto {
        width: 240px;
    }

.honorList {
    width: 240px;
    margin-bottom: 20px;
}

    .honorList img {
        width: 100%;
        margin-bottom: 10px;
    }

    .honorList span {
        display: block;
        text-align: center;
        color: #767785;
        font-size: 16px;
    }

.dynamicList {
    display: flex;
    width: 100%;
    height: 48px;
    padding-left: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}

    .dynamicList::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #2C82FF;
        position: absolute;
        left: 5px;
        top: 22px;
    }

    .dynamicList span {
        font-size: 18px;
        color: #333;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dynamicList small {
        color: #999999;
        font-size: 16px;
        margin-left: 10px;
        flex-shrink: 0;
    }

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.pageList {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    color: #000;
}

.activePage {
    background-color: #2C82FF;
    color: #FFFFFF;
}

.pageList img {
    width: 12px;
}

@media (max-width: 768px) {
    .caseBanner {
        padding: 0 10px;
        height: 400px;
    }

        .caseBanner h1 {
            padding-top: 90px;
            font-size: 50px;
        }

            .caseBanner h1 span {
                font-size: 50px;
            }

        .caseBanner .smallTitle {
            font-size: 15px;
        }

    .caseContent .caseNav {
        display: none;
    }

    .caseContent {
        display: block;
        margin-top: 10px !important;
    }

    .caseNavPhone {
        width: 100%;
        display: block;
        position: relative;
        padding: 15px;
        background-color: #FFFFFF;
    }

        .caseNavPhone img {
            width: 20px;
        }

        .caseNavPhone .navPhone {
            width: 100%;
            display: none;
            position: absolute;
            left: 0;
            top: 50px;
            z-index: 5;
            background-color: #F2F2F2;
        }

            .caseNavPhone .navPhone .caseNavPhoneList {
                display: block;
                height: 50px;
                line-height: 50px;
                border-bottom: 1px solid #E6E6E6;
                padding-left: 20px;
                font-size: 14px;
                color: #000;
            }

            .caseNavPhone .navPhone .caseNavActive {
                color: #2C82FF;
            }

    .section {
        padding: 0 30px;
        padding-bottom:30px;
    }

    .section {
        margin-bottom:0px;
    }

    .honor .auto {
        width: 49%;
    }

    .honorList {
        width: 49%;
        margin-bottom: 20px;
    }
}

.section * {
    font-size: inherit;
}
