﻿.presentationData {
    width: 100vw;
    height: 32vh;
/*    background-image: url(/mobile/images/solution/bg.png);
    background-size: 100% 30vh;*/
    background-repeat: no-repeat;
    overflow: hidden;
}

.solution-header {
    margin: 0 auto;
    margin-bottom: 3vh;
    width: inherit;
}

    .solution-header > p:nth-child(1) {
        width: inherit;
        height: 6vh;
        line-height: 6vh;
        text-align: center;
        font-weight: bold;
    }

    .solution-header > p:nth-child(2) {
        margin: 0 auto;
        width: 10vw;
        height: 2px;
        line-height: 2px;
        background-color: #3C7AFB;
    }

.solution-content {
    margin: 0 auto;
    width: 100vw;
    margin-top:20px;
    padding-top:20px;
    padding-bottom:30px;
    background-color:#f5f5f5;
   
}

.solution-content-element {
    margin-top: 4vh;
    width: inherit;
    height: 20vh;
    background-image: url(/mobile/images/solution/bg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
}

    .solution-content-element:last-child {
        margin-bottom: 3vh;
    }

.solution-content-element-icon {
    width: inherit;
    height: 8vh;
    background-image: url(/mobile/images/solution/icon1.png);
    background-size: 10% 50%;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.solution-content-element-name {
    margin-top: 3vh;
    width: inherit;
    text-align: center;
    color: white;
    font-size: 14px;
}


.jjfatypediv {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0.9em;
    display: flex;
    justify-content: flex-end;
    text-align:center;

}

.jjfatypedivb{
    position:absolute;
    width: 60%;
    height:2px;
    background-color:#3C7AFB;
    left:20%;
    bottom:3px;

}

    .jjfatypeitem {
        width: 48%;
        position:relative;
    }

.solutiondiv {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap:wrap;

}

.solutionitem {
    width: 46%;
    margin: 2%;
    margin-top: 20px;
}

.solutionitemimg {
 width:100%;
}