.image_text_list > .condition {
    min-height: 60px;
    margin-bottom: 0 !important;
}

.image_text_list > .condition > .right {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
}

.image_text_list > .condition > .left {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #323232;
    min-width: 70px;
}

.image_text_list > .condition > .right > .item.active {
    background: #2587EC;
    border-radius: 4px;
}

.bg {
    background: #FAFAFA;
    padding-top: 30px;
}

.layui-flow-more {
    display: none;
}