.inner {
    padding: 15px;
}

.inner-ul {
    display: none;
    justify-content: center;
}

.inner-li {
    padding: 0 0.1rem;
    text-align: center;
}

.inner-li-num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font: 400 12px/12px '微软雅黑';
    color: #484848;
}

.inner-li-num span {
    padding-right: 2px;
    font: 400 16px/14px '微软雅黑';
    color: #ee831b;
}

.inner-li-font {
    width: 2.6rem;
    margin: 0.4rem auto 0;
    font: 400 14px/20px '微软雅黑';
    color: #fff;
    background: #ee831b;
    border-radius: 25px;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    article{
        padding-bottom: 200px;
        background-position: center bottom;
    }
    .inner {
        padding: 72px;
    }

    .inner-ul {
        display: flex;
        justify-content: center;
        margin:0 0 40px;
    }

    .inner-li {
        padding: 0 45px;
        text-align: center;
    }

    .inner-li-num {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font: 400 14px/14px '微软雅黑';
        color: #484848;
    }

    .inner-li-num span {
        padding-right: 5px;
        font: 400 48px/36px '微软雅黑';
        color: #ee831b;
    }

    .inner-li-font {
        width: 90px;
        margin: 12px auto;
        font: 400 14px/24px '微软雅黑';
        color: #fff;
        background: #ee831b;
        border-radius: 25px;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}