.icon-ul {
    width: 100%;
}

.icon-ul li {
    box-sizing: border-box;
    float: left;
    margin: .15rem .15rem .15rem 0;
    background-color: #085370;
    color: #ffffff;
    font-weight: normal;
    padding: .05rem .1rem;
    border-radius: 10px;
}

.icon-ul li p {
    line-height: .2rem;
    font-size: .14rem;
}

.icon-img-div {
    width: .5rem;
    height: .4rem;
    margin: 0 auto;
    margin-bottom: .05rem;
}

.icon-img-div img {
    width: 100%;
}

.app-img-bac {}

.app-img-bac a {
    display: block;
    width: 100%;
    padding-bottom: 49.83%;
    position: relative;
}

.li-a-pro {
    display: block;
    color: #424242;
    width: 100%;
}

.li-a-pro .img-bac {
    /* width: 1.35rem;
    height: 1.23rem; */
    box-sizing: border-box;
    display: block;
    width: 48%;
    /* padding-bottom: 91.11%; */
    padding-bottom: 50%;
    line-height: 0;
    font-size: 0;
}

.li-a-pro .img-bac img {
    display: block;
}

.li-a-pro span {
    color: #085370;
}

.li-a-pro p {
    color: #424242;
}

.li-a-pro p font {
    color: #085370;
}

.ul-pro li {
    width: auto;
    box-sizing: border-box;
    padding-left: 3%;
}

.left-img-m {
    width: 58.85%;
    padding-bottom: 28%;
}

.details-m .right-content-m {
    float: right;
    width: 38%;
}

.ul-pro li {
    width: 50%;
}

@media screen and (max-width:750px) {
    .icon-ul li {
        box-sizing: border-box;
        float: left;
        margin: .05rem .03rem .05rem 0;
        background-color: #085370;
        color: #ffffff;
        font-weight: normal;
        padding: .05rem;
        width: 32%;
        border-radius: 10px;
    }
    .icon-ul li p {
        line-height: .2rem;
        font-size: .12rem;
    }
    .icon-ul .last-li {
        width: 70%;
    }
    .li-a-pro {
        color: #424242;
        width: 100%;
    }
    .li-a-pro .img-bac {
        width: 40%;
        padding-bottom: 40%;
    }
    .li-a-pro p font {
        font-size: .12rem;
    }
    .icon-img-div {
        width: .4rem;
        height: .32rem;
        /* height: .4rem;
        margin: 0 auto;
        margin-bottom: .05rem; */
    }
    .left-img-m {
        width: 100% !important;
        padding-bottom: 47.57%;
    }
    .ul-pro li {
        width: 100%;
    }
}