﻿.presentationData {
    width: 100vw;
    height: 32vh;
  /*  background-image: url(/mobile/images/classicCases/bg.png);
    background-size: 100% 30vh;*/
    background-repeat: no-repeat;
    overflow: hidden;
}

.intelligentHardware-element2 {
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    width: 6vw;
    height: 3vh;
    background-image: url(/mobile/images/intelligentProducts/icon3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.classicCases-header {
    margin: 0 auto;
    margin-bottom: 3vh;
    width: inherit;
}

    .classicCases-header > p:nth-child(1) {
        width: inherit;
        height: 8vh;
        line-height: 8vh;
        text-align: center;
        font-weight: bold;
    }

    .classicCases-header > p:nth-child(2) {
        margin: 0 auto;
        width: 8vw;
        height: 2px;
        line-height: 2px;
        background-color: #3C7AFB;
    }

.classicCases-content {
    margin: 0 auto;
    width: 80vw;
}

.classicCases-content-element {
    margin-top: 4vh;
    width: inherit;
    height: 35vh;
    border: 1px solid #B5B5B5;
    border-top: none;
    border-radius: 5px;
}

    .classicCases-content-element:last-child {
        margin-bottom: 3vh;
    }

.CCCE-bg {
    width: inherit;
    height: 20vh;
    background-image: url(/mobile/images/classicCases/cs3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.CCCE-content {
    width: inherit;
    height: 10vh;
}

.CCCE-content-name {
    margin: 0 auto;
    width: 70vw;
    height: 6vh;
    line-height: 6vh;
    font-size: 12px;
    color: #343539;
    font-weight: bold;
    border-bottom: 1px solid #B5B5B5;
}

.CCCE-content-title {
    margin: 0 auto;
    width: 70vw;
    height: 5vh;
    line-height: 5vh;
    font-size: 12px;
    color: #343539;
}

.CCCE-content-type {
    margin: 0 auto;
    width: 70vw;
    overflow: hidden;
}

    .CCCE-content-type > p {
        margin-right: 3vw;
        padding: 5px;
        height: inherit;
        background-color: #E9F1FE;
        display: inline-block;
        font-size: 6.5px;
    }
