.show-main h3 {
    color: #dd4142;
    position: relative;
    padding-left: 15px;
}

.show-main p {
    font-size: 16px;
    width: 50%;
}

.show-main .block {
    margin: 0px auto 50px;
}

.show-main h3::before {
    content: '';
    width: 4px;
    height: 26px;
    background-color: #dd4142;
    position: absolute;
    left: 0;
    top: 5px;
    /* margin-right: 5px; */
    border-radius: 2px;
}

.show-main .feature-block .box {
    display: flex;
    justify-content: space-between;
}

.show-main .feature-block .box>.left,
.right {
    width: 100%;
}

.show-main .feature-block .box .right {
    text-align: center;
}

.show-main .dataShow-block .bottom {
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
}

.show-main .dataShow-block .bottom img {
    width: 350px;
}

.show-main .dataShow-block .bottom img:last-child {
    width: 400px;
    margin-left: 100px;
}

.show-main .speedShow-block .bottom img {
    width: 100%;
}

.show-main .integrated .bottom {
    display: flex;
    justify-content: space-between;
}

.show-main .integrated .bottom img {
    width: 510px;
}

@media (max-width:762px){
    .show-main .feature-block .box{
        flex-wrap: wrap;
    }

    
    .show-main p{
        width: 100%;
    }


    .show-main .dataShow-block .bottom{
        flex-wrap: wrap;
    }
    .show-main .dataShow-block .bottom img:last-child{
        margin-top: 10px;
        margin-left: 0;
    }

    
    .show-main .integrated .bottom{
        flex-wrap: wrap;
    }

    .show-main .integrated .bottom img:last-child{
        margin-top: 10px;
    }

}
