.info1_container {
    max-width: 1200px;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.info1_wrapper {
    padding: 120px 0 120px;
    /* overflow: hidden; */
    text-align: center;
}

.info1_list {
    margin-top: 76px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info1_list li {
    border-left: 1px dashed #bababa;
    flex: 1;
}

.info1_list li:first-child {
    border: none;
}

.info1_list li div {
    width: 148px;
    margin: auto;
    height: 148px;
    margin-bottom: 55px;
}

.info1_list li div i {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: 100% 100%;
}

.info1_list li a {
    display: inline-block;
    width: 126px;
    height: 36px;
}

.info1_list li a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../images/info1-certify-arrow.png") center center no-repeat;
    color: #000;
    line-height: 36px;
}

.info1_text01 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info1_text02 {
    line-height: 22px;
    color: #353535;
    margin: 12px 0 33px;
    word-break: break-all;
}

.info1_list_li div i {
    display: inline-block;
}

@media (max-width: 768px) {
    .info1_list {
        justify-content: space-around;
        display: block;
        padding: 0 20px;
    }

    .info1_list > li {
        margin-bottom: 30px;
        border: none;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
        padding: 20px;
    }
}
