.QX-118040601 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    word-break: break-word;
}

.QX-118040601 .title {
    position: relative;
    margin: 0 10px;
    width: calc(40% - 20px);
    color: #fff;
    line-height: 1.344;
    font-size: 30px;
    font-weight: 500;
    height: 100%;
}

.QX-118040601 .title::before {
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: 3px solid #fff;
    bottom: -20px;
    left: 0;
}

.QX-118040601 .right {
    width: 60%;
    display: flex;
}

.QX-118040601 .growNum {
    width: calc(25% - 30px);
    margin: 0 15px;
    color: #fff;
    text-align: center;
}

.QX-118040601 .we {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: center;
}

.QX-118040601 .num {
    font-size: 72px;
    line-height: 1.5em;
    font-weight: 500;
}

.QX-118040601 .ge {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 5px;
}

@media screen and (max-width:1200px) {
    .QX-118040601 {
        flex-wrap: wrap;
    }

    .QX-118040601 .title {
        width: calc(100% - 20px);
    }

    .QX-118040601 .right {
        margin-top: 50px;
        width: 100%;
        justify-content: space-around;
    }

    .QX-118040601 .growNum {
        width: 15%;
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .QX-118040601 .growNum {
        width: 19%;
        margin: 0;
    }
}

@media screen and (max-width:510px) {
    .QX-118040601 .title::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .QX-118040601 .title {
        text-align: center;
    }
    /* 手机端两侧20px */
    .QX-118040601 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .QX-118040601 .right{
        justify-content: space-between;
    }
    .QX-118040601 .right {
        flex-wrap: wrap;
    }

    .QX-118040601 .growNum {
        width: 40%;
    }

    .QX-118040601 .growNum:nth-child(n+3) {
        margin-top: 40px;
    }
}
